Memory Pool Memory Pool Refreshing

3,976 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (26,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,654 881,654 000000000000000000011875872886264f1778716db3fbbc8fb87703b796b91f 1.59 MB 3,037 4
881,653 881,653 0000000000000000000132d8634195df0e51c97978a005a3043897c82d998a83 1.67 MB 2,018 8
881,652 881,652 00000000000000000000a89f8f785623e6a2794596967b71994f84796acfb5f1 2.06 MB 892 1
881,651 881,651 0000000000000000000297f981649b0eba787e27bda96ae6403c7cad6d4e4cca 1.80 MB 2,864 3
881,650 881,650 00000000000000000000887555c415b7167fe184e7ab37ea45a767e06d56d94b 1.92 MB 2,053 2
881,649 881,649 000000000000000000020d8a2b42ce07a1e35223497bbb631c5a311bad32522c 2.10 MB 169 1
881,648 881,648 0000000000000000000188d0ea8bb65bd46450a21fe3b1f97d99fcb331a0a5a1 1.98 MB 826 1
881,647 881,647 00000000000000000000fcc890328bc04e0b8159a4e08845f39dc889028893cf 2.02 MB 994 1
881,646 881,646 000000000000000000021eceb6391d82c74f847efcae9398cd075196b216e459 2.11 MB 663 1
881,645 881,645 00000000000000000001047339207f88e5dbfad9f445841d71b0080548306090 1.94 MB 1,260 2
881,644 881,644 0000000000000000000033cdaea0a06fb13441502e2a10f59b25585f9f25db4f 2.13 MB 998 2
881,643 881,643 000000000000000000016f3d4a68255d3e001e47eb35c5b854a9c118ab8e9c04 1.89 MB 1,592 1
881,642 881,642 000000000000000000000a8edd2908351ded990cb3d403494395376534ea3787 1.66 MB 3,230 2
881,641 881,641 00000000000000000001288d20ca1b8b3b82b6504ba8bc2a074f72efbcc3af88 1.58 MB 3,366 7
881,640 881,640 000000000000000000021ce45cd129bbaf9caa27edfeca4b030ac2422da9a0e6 1.64 MB 3,101 5
881,639 881,639 00000000000000000001acdf5b51e81b8adbfcd9389a7d8ee34e6e904f23884c 1.69 MB 2,911 5
881,638 881,638 000000000000000000003c52e2878d73ca42f94fcd81c7daa1f7b7020d408648 2.13 MB 274 1
881,637 881,637 0000000000000000000031c66472684f4106c8e3bdff8d1b688ae14d4549fd12 1.93 MB 741 1
881,636 881,636 00000000000000000001325bda6ff2385096f17ec89995f0acce0882e7a936f6 2.02 MB 274 1
881,635 881,635 00000000000000000000c72aafce3950802777baf2de12d306fe82870ada1896 1.96 MB 1,103 1
881,634 881,634 000000000000000000000a218f695a108175b4e7880bdf2afedddce09c07fcd3 1.45 MB 2,515 3
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.