Memory Pool Memory Pool Refreshing

1,325 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (880,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,336 28,336 00000000e6f342527a6b67e73be5c1978bf998d1825605d638546d6dd3a7f5c5 0.00 MB 1 0
28,335 28,335 000000006710194dc06c523ee84ab1a6e9402cd16d2b0b0168f4b10ead82292d 0.00 MB 1 0
28,334 28,334 0000000029c1c36fe2af02df0e41cfa06cd80c2ce4d8912e0c1eedc1263cb979 0.00 MB 1 0
28,333 28,333 000000004be3c4437b1ac67b5922c936f69a7d9ef335bc116c37c41df19a5685 0.00 MB 1 0
28,332 28,332 00000000d7e14a964f1e45827175f7c8b30f048f78f87c4c7d6092b2959852b3 0.00 MB 1 0
28,331 28,331 00000000366d0837a7bad7f8d8110a1202d3038d31de6eb0563cb351cf5e047c 0.00 MB 1 0
28,330 28,330 000000007987ed42f8b13a27c9270e069e4cba9db2730bdcf2e391acea518cc7 0.00 MB 1 0
28,329 28,329 00000000b0745a13399d99255c3fb7e51441d15d7c40c2419ae5ca4286f6ccb9 0.00 MB 1 0
28,328 28,328 00000000132b86d21b3b70d67db4fd563d157ecf8ff688befc8d04146e4dd243 0.00 MB 1 0
28,327 28,327 00000000e232de06c71fd805dbc07419137893e496c11bb2e4b4070cbea8481b 0.00 MB 1 0
28,326 28,326 000000005e8672c1939400268379cd8e45a04d9636bef90711a28ffe56528de8 0.00 MB 1 0
28,325 28,325 0000000048fdf40afcbd2235bbacaf3182a211e3da5119b0230594a7964dc9cf 0.00 MB 1 0
28,324 28,324 00000000c309ff14b92e572294022d47c81a51c23f65593a3da9a3a868e5c87e 0.00 MB 1 0
28,323 28,323 0000000095fd23ab22b16825e38bdc9456891ff74cdb38ee25aa7e5614291930 0.00 MB 1 0
28,322 28,322 00000000ae3110dfa334830c41d7ae2bde0859817898599835cd785917a5f706 0.00 MB 1 0
28,321 28,321 0000000032cfdf39823e865a1faab64d1a08065486b11cc308a6a71e98abb729 0.00 MB 1 0
28,320 28,320 00000000bf0a123e8615175523389b9a314b2656ba2a8c5fc458937994329bc5 0.00 MB 1 0
28,319 28,319 0000000008a5c86ffa17c4a7b7965eada2662392cb3c6b709688444f3d641d64 0.00 MB 1 0
28,318 28,318 00000000d5a50c0c32a847368e0a2ad9653b311a0b7337653d93e6167a84cbf4 0.00 MB 1 0
28,317 28,317 00000000025c664fe8499f12a15fc9181efd481dc55723d5938ee228c26ab005 0.00 MB 1 0
28,316 28,316 00000000fa0fc23a14477824e68e03367233a5aa31e4e78302b898873ee33473 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.79 GB sent, 100.70 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.