Memory Pool Memory Pool Refreshing

7,834 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (51,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,623 856,623 000000000000000000009083f5f5f268da15c4b2ec2453500d75a68e6204aed3 1.75 MB 3,450 5
856,622 856,622 00000000000000000001b0e3af9a9062db70cd7e21085c722381510daf3d6646 1.41 MB 2,688 7
856,621 856,621 00000000000000000000801b806a9fe033253754ad6241020c32da57af4f934a 1.64 MB 4,696 7
856,620 856,620 000000000000000000018817c6802d1a5b54cd2bf018a5aaef845d6e68872ef5 1.86 MB 5,633 4
856,619 856,619 000000000000000000003d7bba5cb708272c1df997cf82761cf4441fd3c8ba89 1.68 MB 3,158 4
856,618 856,618 00000000000000000002d37a254013367e212f11269b698cdfee6db069eee04d 1.68 MB 3,885 6
856,617 856,617 00000000000000000001110e226b0fce7a10ada7e81ebda7f63c00cf2f998110 1.84 MB 3,091 5
856,616 856,616 00000000000000000001e275e2983ecd34b772a4a9dd35d8aae651d29fd4b280 1.60 MB 3,736 9
856,615 856,615 000000000000000000026b50d4b381b2f93241bdc21632d2342c05cb8be7826e 1.57 MB 3,605 11
856,614 856,614 00000000000000000000ffea440d9d7a461265bb57c3dccff1dc610dc257d6b1 1.59 MB 3,047 8
856,613 856,613 0000000000000000000078abce716d949f77e6b4e29422b4919ee807e18a7b66 1.65 MB 4,988 3
856,612 856,612 00000000000000000001794a128972d471dbf122b1b3794a6c28f46fcd545b20 1.41 MB 2,337 4
856,611 856,611 0000000000000000000292987b6144556a6dae9c628288adf5aeaf816c4e6c12 1.25 MB 1,266 5
856,610 856,610 00000000000000000002f7828ea2102ae593b33cbaae6f4cdf6d998a5c204036 1.53 MB 3,053 7
856,609 856,609 00000000000000000002175f22dcee4d6c1fd717581b7986857cb2f0fdb4b277 1.15 MB 1,190 4
856,608 856,608 000000000000000000022e899c5c7e35d5a8f42bfce27f69a10acea80e3911eb 1.50 MB 3,038 9
856,607 856,607 00000000000000000001f34946beeb7fbe066ad0732bfeab556d933708d4faf1 1.40 MB 2,533 4
856,606 856,606 00000000000000000002a47d8cc7744ca10c84fbfc399a6ad370c45483d6bfe9 1.57 MB 2,641 13
856,605 856,605 00000000000000000001e20eca52d14340317101993964ba7712949d60b51ef2 1.64 MB 6,909 3
856,604 856,604 00000000000000000002ce4b874a6544ef7069c956b906006219cc5633c9b72d 1.83 MB 3,531 6
856,603 856,603 000000000000000000017da53b13174dea3b26a633c749f42b2eb19645e96f0d 1.70 MB 5,378 3
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.51 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.