Memory Pool Memory Pool Refreshing

2,539 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (352,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,320 555,320 0000000000000000002f4f7c0576c432da8be193760cd21af11a6ff7028e929c 1.28 MB 2,981 29
555,319 555,319 0000000000000000000f18640e65d569bd2c7769c2a37f930419b3477808d6b5 0.55 MB 876 7
555,318 555,318 000000000000000000236cf2d8cb7c95c9f422157ce987bfb92be422401ecb4b 1.08 MB 1,843 4
555,317 555,317 0000000000000000003716971a5b2e6afec4be0085bdd99fdfdce875f8405587 1.06 MB 1,910 7
555,316 555,316 0000000000000000000df0ff5d4a22f89c81cc729d1c84e1b0ee551a21ad5456 1.17 MB 1,632 21
555,315 555,315 0000000000000000002063e2d06a2accf08a8377e5d1312b375f19deed542607 1.21 MB 2,134 21
555,314 555,314 00000000000000000026c8c632b79f604b04f137d7ad27077503b9f81fad7e35 1.19 MB 2,046 15
555,313 555,313 0000000000000000002de5a08ebeacfcad5e2b7c8af93b7666d6553e36367cea 0.00 MB 1 0
555,312 555,312 0000000000000000002b64edc4ab855501cb4324cbbee20a45a8e8db987e4079 1.04 MB 1,364 8
555,311 555,311 00000000000000000011ca423d0f2a0f733d786ddf24dcbf514544ae40c77d49 1.12 MB 805 16
555,310 555,310 00000000000000000015940f2c5ca51c8c7b9e00453e3801145a14086d55650e 1.33 MB 3,205 28
555,309 555,309 000000000000000000195b82ee786b277cb65507dc95fe17665c996cbdfaa77b 0.38 MB 870 13
555,308 555,308 00000000000000000019225cd2bc06cf8f4316d85033891b4bd3d72f6b1a15bd 0.15 MB 372 21
555,307 555,307 0000000000000000002d1b9e017d3e4a41d84c206f6c20d9a31ad7811be56b84 0.48 MB 1,129 16
555,306 555,306 0000000000000000002e94c65155905e6300e6337fd5f24100ad5c4323b16232 0.94 MB 845 4
555,305 555,305 00000000000000000003a2a0efa28df727c3860bc3426a7b6d860990886066f8 1.18 MB 3,165 16
555,304 555,304 00000000000000000018e41e01d72892d27dc405b676f2dccfdf3bc848a461a6 1.16 MB 1,788 13
555,303 555,303 0000000000000000001eeb19c620beb88dedd719ccc3b9579d8a6712d247526b 1.17 MB 2,637 15
555,302 555,302 0000000000000000002618a5bb54e906251f046e5ad0eba22e9d36dd67856130 1.21 MB 2,889 18
555,301 555,301 000000000000000000232ce6552c839945d0b164b4f81b1ce9c2a57fac133f58 1.14 MB 1,419 12
555,300 555,300 000000000000000000109eb3b56c3b2e32fdf7653f797d51d3d4cf1fc663b97e 1.24 MB 2,293 27
Previous 10 blocks ↓
Total Size: 769.37 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,643.86 GB sent, 94.78 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.