Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (433,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,801 474,801 0000000000000000006f4576f4aaf5924f1923b55d99a60c76924d16f0527049 1.00 MB 1,748 115
474,800 474,800 0000000000000000015f328fa53b60ff8a56e1d66a6a4f822f2272dad84a9ca0 0.59 MB 1,354 230
474,799 474,799 000000000000000000745c264abc74b3aff5207797f4f85a5b37a751d77850ee 1.00 MB 2,066 179
474,798 474,798 00000000000000000043ad7289d3b9acede0bb7da85799485cf6cefa35fb9389 0.99 MB 365 30
474,797 474,797 00000000000000000105bab0cf5645dcb93bbf4fc0b1effc95b120996c796003 0.23 MB 490 167
474,796 474,796 000000000000000000b76405ecf3ba01fba4fb75ab3ea1bbf7b6ac1867272bd2 0.86 MB 1,646 174
474,795 474,795 00000000000000000062851ae5fc6770fdaf620bb615dc3f4f7e078b3d157204 0.99 MB 1,202 118
474,794 474,794 0000000000000000017fb5c36097d6d2027ed7f4b7bb0a0c5f3dbe7bc53cea29 1.00 MB 1,454 102
474,793 474,793 00000000000000000047d08558a6fba09fdc4415f04822d523e92bd4c485edaf 1.00 MB 1,291 99
474,792 474,792 000000000000000000bbe875d9c8f2a41c570093d4bec40980b7665e26421176 1.00 MB 890 77
474,791 474,791 000000000000000000c3c3a45fcfb63a8389db28612e221392bb754168b19f1f 0.17 MB 401 165
474,790 474,790 0000000000000000013f12601109756684efbfbeac9d9aa8af1ebd8e666d0fae 0.11 MB 279 157
474,789 474,789 00000000000000000137c0c5de7e14aa3b8b4a7fede8b8e3f5aa133f3e14f543 1.00 MB 1,597 65
474,788 474,788 000000000000000000821e2f5e62ab75be8fe5c266b6894173f1a3a99eb3dcf1 1.00 MB 1,812 122
474,787 474,787 000000000000000000ea1b135560397e644bb4304e3c02f42067e97b647eca8e 0.99 MB 2,411 277
474,786 474,786 000000000000000000f79371643fe3efc42a9153a1622102e3e97c9b3165bbc2 1.00 MB 359 17
474,785 474,785 000000000000000000c2b6b795c1d709f4f0ad4aa8a00443b169c81e2b8a3dfb 1.00 MB 2,144 104
474,784 474,784 0000000000000000018801b7ce08f89fecde58699d744296b1ccfbaf1e4509bf 1.00 MB 1,834 239
474,783 474,783 00000000000000000130aa1fe2fd27bd1b17e2ff221b185561b68f7603e0c584 1.00 MB 330 24
474,782 474,782 00000000000000000130fb9b64fafcaa5ec9d462d0ae6a39340c60555e930559 0.25 MB 529 184
474,781 474,781 000000000000000000b6c2fe14b20da16ee7752da97796f6ff39205baa72d3c6 1.00 MB 976 85
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.