Memory Pool Memory Pool Refreshing

4,479 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (82,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,332 825,332 0000000000000000000105365194c41cd8af7ec357e297229795c400d8bfe4ce 1.10 MB 497 34
825,331 825,331 00000000000000000003417a276496bc94b26aec83744c7440b2a44bbfcf5007 1.69 MB 2,750 32
825,330 825,330 00000000000000000002b1243f07d7f0a8f4537c71aaf1a0cbca1b788255812c 1.62 MB 1,998 51
825,329 825,329 00000000000000000000d69e4549f04cd48671deffaa696ee2579a2ee74f085c 1.57 MB 3,048 72
825,328 825,328 0000000000000000000136550471e2f6c5aa5a827751b9a0d65cb4c9488406c7 1.72 MB 3,462 64
825,327 825,327 00000000000000000000121bb2cfa215a1ab0ebdd5678d842d366c9a724994b5 1.82 MB 2,832 46
825,326 825,326 00000000000000000002162577362e346bbef5597fdb06fa6ef01761af32984c 1.76 MB 3,106 68
825,325 825,325 0000000000000000000245a49bdb0a7554e9850c95aa0f745a14070a3523acae 1.78 MB 3,357 70
825,324 825,324 00000000000000000001997735ab60b465f92d4a1b3c7cfd26eebfb908f31ac3 1.59 MB 3,338 92
825,323 825,323 00000000000000000000919bdc137f51d3e19ebb1d3a98a882c38924126840ff 1.41 MB 1,902 33
825,322 825,322 00000000000000000002d4b56c76e2681310b1b9c0624ba338245bf8643a5ea9 1.34 MB 601 33
825,321 825,321 000000000000000000014a4e1c10aa6c2def8bdac5071b791a22c2b258e1d1da 1.55 MB 2,599 48
825,320 825,320 00000000000000000001befd06c965a090502b8bfe997a89cf74e71506acbcad 1.83 MB 3,028 46
825,319 825,319 00000000000000000000fa56d061a552e3b526fac17fa3e0fb56eebcd2c1db7f 1.96 MB 2,507 50
825,318 825,318 000000000000000000019f046ca0616567c34b90659fe15df4c2dafe109300d3 1.70 MB 2,838 49
825,317 825,317 00000000000000000001ddbbdc8d223f5a5d4a3d75b752c98ab09b66c7344fe2 1.69 MB 3,064 63
825,316 825,316 00000000000000000000a6bec1d781b6a6bef06d12b26d1c2e650902de9a1ca0 1.65 MB 3,276 70
825,315 825,315 0000000000000000000216880922c5df2c2908f0f057d14bdddf1d4e1cf91916 1.51 MB 2,582 49
825,314 825,314 000000000000000000022779a1e57cd08555f8e5892c38af5fd2ab03d1a2bf61 1.60 MB 3,451 89
825,313 825,313 000000000000000000017929cba340c19aae22ae4dbb3ebf7729b5b15904fca1 1.60 MB 3,243 56
825,312 825,312 000000000000000000016d8a4f7421fa7bacf8f3a82293c2cff5faa4b77d3840 1.61 MB 3,507 88
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.