Memory Pool Memory Pool Refreshing

8,692 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (352,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
555,299 555,299 00000000000000000030ace6d490fa9a9bf96ddcd09217c6531ba7581f81778a 1.36 MB 2,441 20
555,298 555,298 00000000000000000024aa3de674b8e78940792045d6f4d651c23f7cc6296057 1.24 MB 2,885 39
555,297 555,297 0000000000000000002a25a0a6b8c06ba71349a7e6d6f497d1c6c87bfc711c16 1.13 MB 1,757 10
555,296 555,296 0000000000000000001a33867ea09d79087eb727ad547517c0d164567db0ce40 1.23 MB 1,939 3
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.71 GB sent, 93.57 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.