Memory Pool Memory Pool Refreshing

1,454 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (221,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,698 686,698 0000000000000000000c2eae165fd4f54da0cdb9775117ff02e22758500cb78d 1.35 MB 2,025 24
686,697 686,697 00000000000000000005b52c43a9e36230f6a8751901a97713ae200006fd89ed 1.52 MB 2,178 48
686,696 686,696 00000000000000000000d5d7679a9479df634232e29e5de90453e6500f70b489 1.24 MB 995 35
686,695 686,695 0000000000000000000c2159dd45b1a1d15cf8db2d16aadaf26ad42d09892f63 1.27 MB 1,537 24
686,694 686,694 000000000000000000042d8c8e830eee72d3516f4b42107f55b6e94b83911235 1.66 MB 1,182 50
686,693 686,693 00000000000000000006c0b221ca789083b5f1126fdaeb32360cb499a4e386be 1.39 MB 2,499 30
686,692 686,692 0000000000000000000143c5d003b15fe3e2d850fc090055ca1e7c34a2fa4188 1.44 MB 2,887 66
686,691 686,691 00000000000000000002d4fbed7737fd7b787c967aea93f1d1182f5fd9125777 1.48 MB 2,562 55
686,690 686,690 0000000000000000000a2f71bbd732f3aa18c3fcd84e6a84843adef8ae85c17a 1.25 MB 1,278 10
686,689 686,689 000000000000000000051a55487af38fff6fcf2f9717c9658fd1093d38d2853c 1.51 MB 1,505 14
686,688 686,688 000000000000000000034be1e2b1bc68fddb59503003ba79314ad1399db3bce0 1.35 MB 1,563 13
686,687 686,687 000000000000000000066762ba677c9acc5f6537419c805fc93e18e37501a573 1.39 MB 1,943 8
686,686 686,686 00000000000000000009418b8f22202f32b5ff16ead448c4ade9045003a4af1b 1.26 MB 2,236 5
686,685 686,685 0000000000000000000583e9769aae9810e08d1167d364a87230c0f651d030fc 1.36 MB 2,456 33
686,684 686,684 00000000000000000008c7a229d9c5358f08a1bbec73ae05c97e4971db5d28c4 1.40 MB 2,016 26
686,683 686,683 00000000000000000006a9e382dc4a3bbdf2a9bc5eb49662f62b44bd393fa3fd 1.38 MB 2,664 28
686,682 686,682 0000000000000000000bf523516d88775ab56a5733e5aff96dc41b27588e90a0 1.33 MB 2,540 33
686,681 686,681 0000000000000000000c9fee527e7561f4422752a2e5c73fb946ba0a8ad2b10e 1.22 MB 2,177 19
686,680 686,680 0000000000000000000b0658c6c6292e099742eccf0149ec308cdf2f445b88b1 1.33 MB 1,979 33
686,679 686,679 00000000000000000001f29abba1e3e523efa0733817c177354756f280f2f408 1.13 MB 480 27
686,678 686,678 00000000000000000002e71a54d499358112a2ecd5f9e8c9e4327f941b688d5a 1.52 MB 2,461 62
Previous 10 blocks ↓
Total Size: 769.07 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.06 GB sent, 93.23 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.