Memory Pool Memory Pool Refreshing

1,513 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,682 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,513 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,681 (457,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,161 450,161 000000000000000002409c0b5018580800b54995967f98c01bcefecdc313fd60 1.00 MB 2,137 84
450,160 450,160 000000000000000001218f9e0b7f22f30c34aec051dbb60b7f9d59ce6ab007c0 1.00 MB 931 103
450,159 450,159 000000000000000000cbc869a110f3f24d9d4bfd80c4319f640ceb1b6c25f5ff 1.00 MB 925 103
450,158 450,158 000000000000000001851b240b848e9bd67233b3c93300920a85d9433be88ed3 1.00 MB 2,335 128
450,157 450,157 000000000000000001721eb72406b26b73623902cbed89a5e643d181feab6075 1.00 MB 1,439 49
450,156 450,156 00000000000000000226e79c506b67a7816de1f2d6a35fce1be8b8f7029e71cf 1.00 MB 881 42
450,155 450,155 000000000000000000563123d23cd9e0f94ef176936978543ddfa78f19808846 1.00 MB 467 17
450,154 450,154 0000000000000000011b68f899289322f5bd2a795b3b3bf264cbc79f6b49430d 1.00 MB 2,227 120
450,153 450,153 00000000000000000291a65bd3cacd06392ac096f71107e09d821453791f15f3 1.00 MB 1,098 39
450,152 450,152 000000000000000001b12145b9ba0d899548b401acff953dd02bd0339e084a73 1.00 MB 1,811 60
450,151 450,151 00000000000000000168d6930898058a19e74573a0e4af02757794151fbf3e52 1.00 MB 2,566 84
450,150 450,150 000000000000000002290daa601d1f212b899685db16bd1f9e822221aa71b0ac 1.00 MB 2,573 80
450,149 450,149 0000000000000000006548469e7f37f0f091c45b64c8c1b8461381997cef9296 1.00 MB 2,155 90
450,148 450,148 0000000000000000005e44f5cc71b156467c861d7b1f9b0b99f5d78ca75bacc4 1.00 MB 2,189 68
450,147 450,147 000000000000000000378789807e9e4fe28b440f3d8b0a325b3932c572fc7027 1.00 MB 2,278 100
450,146 450,146 000000000000000001950090641a5f596cb33a430eb940174a5aca81830da34a 1.00 MB 2,562 122
450,145 450,145 000000000000000002c1361dc9d7b0de773d3bb1c7709390e29b4be8f8cd4b15 0.90 MB 1,601 93
450,144 450,144 0000000000000000019eab46405d58cc7000856772b84d558fff5be940e51402 1.00 MB 1,310 39
450,143 450,143 0000000000000000025ca1d39944c5c47163146857b3175bf54514297214e3a1 1.00 MB 2,091 43
450,142 450,142 00000000000000000043202783f51579ea295cef205d846f892fb4b9adef1110 1.00 MB 1,834 68
450,141 450,141 0000000000000000011fb93f6369f6f78186023ce8037dbdaf388dd2c4a2c4ab 1.00 MB 1,921 94
Previous 10 blocks ↓
Total Size: 768.95 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,613.87 GB sent, 92.53 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.