Memory Pool Memory Pool Refreshing

3,639 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (552,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,305 355,305 00000000000000000fed7c9dfc0815bef3769b5eabeb7933f67aabe83f7f6c5a 0.75 MB 1,736 32
355,304 355,304 0000000000000000160715aba7e26432ceaac59f6a93b26e8d0f8c3226a53663 1.00 MB 1,787 30
355,303 355,303 00000000000000001196395e6319679ccc36d1b387c9d10124b2874e36c3bcb9 0.20 MB 443 33
355,302 355,302 00000000000000000e47c7db6c092e1072863e66745ea778727a6684028e3729 0.59 MB 800 22
355,301 355,301 00000000000000000a5efbe463a4baa60ec1933e238220f7a32ad760bc1b2689 0.60 MB 310 13
355,300 355,300 00000000000000000e9fd980303cd9ea298893caecd6f2e34af241bf63f7b2ef 0.75 MB 1,423 28
355,299 355,299 0000000000000000044b0ef06c7e60746225588f8b9c3a97f56755a5b38a2b3e 0.09 MB 311 41
355,298 355,298 000000000000000003ae505df967f1cdea3143ad955390d7b3e95a8629b23443 0.48 MB 625 21
355,297 355,297 000000000000000006d88227c8141f5422fe78609d6142a82f609c0bc526e283 0.49 MB 495 15
355,296 355,296 00000000000000000df7c28463359844918f77583de4ca0c0732c3af6b0de25c 0.75 MB 1,328 28
355,295 355,295 00000000000000000bd2eaaeaa37dd3eaaa0d785241329c49491f1353250b3cb 0.09 MB 107 11
355,294 355,294 0000000000000000003e553c69d22461d1ecb3872c66f0dd7f7d5af78497cdf2 0.16 MB 300 23
355,293 355,293 0000000000000000060a64df2ea22d224c5518ca1ea6bc470244c935be9042c8 0.49 MB 794 24
355,292 355,292 0000000000000000004c1511c9adfea6f19595b2bf1571b05f67f99aacb6d645 0.37 MB 658 24
355,291 355,291 000000000000000012d9c5a42df3e6b9ac385d7aa574d3ec9410ac2f5095705a 0.10 MB 217 27
355,290 355,290 00000000000000001249950deed9e739f0072acb00f01a5e0a2500c313cd51ce 0.20 MB 313 24
355,289 355,289 000000000000000016d6b7586ff7b796b3d98bacf986704594ba96d6e22b566e 0.49 MB 767 20
355,288 355,288 0000000000000000162746ca2d977b527437b3eec3ca2c41327e6634130e16f5 0.67 MB 1,383 30
355,287 355,287 00000000000000000000bf159dbb0f8fb3fe450337a5aea11ead28c67673788f 0.16 MB 318 25
355,286 355,286 00000000000000000953e1f084f05d6cc6900798c3aaab8bbba84ce3f1abab82 0.32 MB 665 26
355,285 355,285 0000000000000000051ea8ee9f5a6b331784c3591725dfff23534ba38b3b7742 0.32 MB 669 30
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.