Memory Pool Memory Pool Refreshing

10,523 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,192 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (213,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,126 694,126 0000000000000000000b682fb944193c2e6d57b018035dbd8b303c64b43f70e6 0.07 MB 126 18
694,125 694,125 00000000000000000012fb60cfe6a0ab2d5f3c191af6faf68ffa19c832917055 0.54 MB 478 4
694,124 694,124 000000000000000000093dc96aa44138c1d7080fb455b428047d7157a1f35f88 1.36 MB 2,010 13
694,123 694,123 0000000000000000000dd2058837d87f2207f7267eeddf2b005932cbfe764175 0.34 MB 570 15
694,122 694,122 000000000000000000111234d938188380b98517113445ce981c8ee321e7b1f2 0.17 MB 183 6
694,121 694,121 0000000000000000000fe7dceccc9a74c03807f31a1fc9f9ef28c6f9c9a3c034 0.29 MB 534 14
694,120 694,120 0000000000000000000297f4aa04d7c102bdb462e9cbe85bb3289ea5af5771cd 0.86 MB 1,168 10
694,119 694,119 000000000000000000041988589d7c5f8eec2420b931affea99b2c112ddd4ddd 1.19 MB 1,116 15
694,118 694,118 00000000000000000008e64c2800f85c9e16c7b6369485770157200514d1f82f 1.22 MB 1,685 14
694,117 694,117 0000000000000000000686a585a17bc36b0758de7da1e06571a56b4e3f32d276 0.47 MB 631 10
694,116 694,116 00000000000000000003fe2d885c3776cb336efc4d26b8ece79c0ae33f15b0ac 0.61 MB 1,193 16
694,115 694,115 0000000000000000000a891df66a8d5c202bf39384c33648549d12bbd815a81a 0.10 MB 178 9
694,114 694,114 00000000000000000012517740c274788bed8ad5416927726f6fb4e7dac7de52 0.34 MB 715 13
694,113 694,113 000000000000000000112bcf1a07a3101fa19448cac9007481b7941fee54574a 0.33 MB 429 9
694,112 694,112 0000000000000000000a2f220a5ef985b36fde4d701ffa9c5ff9dfa04ff95e0c 0.07 MB 154 14
694,111 694,111 0000000000000000000ecdf8bef9a56a931d9fe422727903621f04529d57c43d 0.02 MB 49 8
694,110 694,110 0000000000000000000973e0193804ee7665bbcee5ef0e3ce613b4b1c22ba944 0.53 MB 862 15
694,109 694,109 00000000000000000007db1084ae67dd6a46725fe182dd8c1ffa547df283defc 0.17 MB 275 31
694,108 694,108 0000000000000000001359ab8472b50f41017c246cf10a6a2f918337d0df05c9 0.14 MB 314 13
694,107 694,107 000000000000000000061353be0a4b290f1359f3f9368026becbc957302503ec 1.06 MB 1,166 6
694,106 694,106 0000000000000000000cd870daaff38d84273522fc816803dbfde5371c966b02 0.75 MB 1,335 9
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.