Memory Pool Memory Pool Refreshing

5,091 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (766,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,897 140,897 00000000000006d015a42e460f0a08cc0feaafd93730e7d5644d725e80fa3357 0.06 MB 110 252
140,896 140,896 00000000000002a502ccdbe643c93035fbf735f9f3772fa40f6c948ef8b09f05 0.01 MB 15 73
140,895 140,895 0000000000000246de84d61c9e8600057d390e1ab5bda26b334f3d537af5f8a5 0.03 MB 65 215
140,894 140,894 000000000000080b6e8d9331df86458779461a5d2e335f796e0e803929af3662 0.00 MB 5 107
140,893 140,893 00000000000005ba76c956fa46732181a5d49dd7052ad8a5761587e2eaf29dcb 0.00 MB 6 68
140,892 140,892 0000000000000521e7f446a2929d03d8fd23c012d98ac53f2f8c9cd2d4f820a6 0.03 MB 71 228
140,891 140,891 000000000000001ccf9f4e71e484fd4ac2dcf4c7179aec17dac081978522e084 0.00 MB 1 0
140,890 140,890 0000000000000386f5fda5383fa95533b0858205b859cac2be1a143c83262bc4 0.05 MB 50 186
140,889 140,889 000000000000055c91e49b5548bfe867b1d7bcc3b1040c5d6e7139569fadb5da 0.00 MB 1 0
140,888 140,888 000000000000043368b2c47b36f245d2ba62a16fc2866156da4142701d30b555 0.02 MB 39 400
140,887 140,887 000000000000056df910e7e8d7a9cf1ecda41ff99b4b533e734348bcf0a3c1e9 0.00 MB 10 95
140,886 140,886 00000000000008cfa9b2a237a94d7f61d9c428e99b391e132f78ff97fb1133b1 0.02 MB 80 329
140,885 140,885 00000000000001b2356cadc5fc3e91eae953b50de6c7a48a74122442b75620ae 0.04 MB 75 100
140,884 140,884 00000000000004377be62d34aab0ca14cf9f4c8ed4755c2fa9714d610d96c7c2 0.05 MB 95 213
140,883 140,883 00000000000008d904a971a53424ecbc298bf8ac7b0f795ccaed7270c505d971 0.02 MB 21 240
140,882 140,882 000000000000082c362d823868906428151c3137174e52f63084cc3f1145e343 0.01 MB 18 190
140,881 140,881 00000000000008c8aeb45f8c445b6b807c08f4631430f8ef1619d227c803b0d1 0.00 MB 11 460
140,880 140,880 000000000000049f1dd2d67a116940ef7cb0d38fbabbae8d90b56be7085a7cef 0.01 MB 13 37
140,879 140,879 000000000000029e8a9dd7b78d9466db21e42c4b0b2d165c4d5bd1d029375a88 0.03 MB 110 62
140,878 140,878 0000000000000117019fc53aa4307393732bf9463301fef7d68633486f8ad9ae 0.01 MB 17 49
140,877 140,877 00000000000005b39075a8d1c0c8a452ce2ef6cc294ce57c0ad82e22a8f38952 0.00 MB 8 343
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.73 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.