Memory Pool Memory Pool Refreshing

511 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,759 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (349,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,620 558,620 00000000000000000003fe3946b82dd1d9ce2c9f916c940268a5336e323b8e90 1.23 MB 2,944 31
558,619 558,619 000000000000000000281b3c644c1a4f14dbe9e825ab3e64110e7fc9a9938c1d 1.18 MB 2,715 16
558,618 558,618 0000000000000000001057c33ca0814be1c1a6dd7337dbc06b4d83331796f07d 0.53 MB 1,556 11
558,617 558,617 00000000000000000020d5df1d2c16e16b4e4e36ef0af0db27e5263ccb63dff2 0.71 MB 1,663 11
558,616 558,616 0000000000000000001e37d7eb2dfab364f217915ff144472207e4b9a2db2801 1.21 MB 2,496 16
558,615 558,615 0000000000000000000edab0d98389658f31cceac4a447ade4a8475612bc878b 0.48 MB 1,216 12
558,614 558,614 0000000000000000001ca9756f19a995efe32a36a5a029874d8eb82b2d2fac89 0.21 MB 579 12
558,613 558,613 00000000000000000027ca90588e708422309fd41d8a4481766d43d82925bd83 1.04 MB 2,666 13
558,612 558,612 0000000000000000001c6baeadcfbb21df96eff29a9aadcbd0f3ed1efde7cf1c 1.27 MB 2,652 22
558,611 558,611 00000000000000000016ee2a632bf88ed96fa71459bc7c54dd70f4cb60d152f9 0.76 MB 1,893 12
558,610 558,610 0000000000000000002c413b33b6cccaf3a021df11f49a6ea92f7835a45e5390 0.17 MB 293 2
558,609 558,609 0000000000000000002c65d4bd6589702abf764e0d048ce44a3480df13a6d3c8 1.09 MB 2,379 9
558,608 558,608 00000000000000000003609efefc2def4fba50f3bd327b0c16bcc031eadd8840 1.17 MB 2,657 17
558,607 558,607 00000000000000000028cbc8f2da3cfcc6053fadb93a9812ea326299b0de70c8 1.15 MB 2,462 3
558,606 558,606 0000000000000000000466db2e2e197e077a7cb9f8f280fe8ff59e64168bf522 1.12 MB 2,778 3
558,605 558,605 000000000000000000298c922f7baebeede3c245666f0a94858ccde3963efa84 0.00 MB 1 0
558,604 558,604 000000000000000000114ac64a47e3c3e1f8a153c020e5a561f635107f019bec 1.24 MB 2,079 18
558,603 558,603 000000000000000000025ab5b6e389259fe5ac64f524c846f1f075011f0ae1da 1.34 MB 3,464 22
558,602 558,602 0000000000000000001df8638cd0f7e5e600b7262656e77e29003597e0db1dc9 1.49 MB 3,816 25
558,601 558,601 000000000000000000163a2bf3aa0303f38f40ac984f39a53728401a28dfb42a 1.79 MB 3,399 49
558,600 558,600 00000000000000000007bf2b91b52c788e1133df82b1f0fa8a03c273e8636c48 1.22 MB 3,118 25
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.