Memory Pool Memory Pool Refreshing

2,782 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,782 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (241,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,709 666,709 000000000000000000055437d8990fed1b8331d16136ae7c75c323ad70f05cf5 1.44 MB 2,533 67
666,708 666,708 00000000000000000001ce324275c59e071ab57e12c208456808538262721c8b 1.18 MB 729 20
666,707 666,707 0000000000000000000648f9500929240a4b90a7da0d3096997b7e5540c1934d 1.12 MB 655 15
666,706 666,706 00000000000000000003d671a54dbcc37f0feedc0a8c2bd1b60d902dd3383682 1.39 MB 2,051 30
666,705 666,705 000000000000000000014cee2ae00e1c2559a44424bef3879c44f98ed4a0ec72 1.34 MB 2,231 78
666,704 666,704 00000000000000000003094525869d818dd23f10e28d8a8e12402de733bd79b6 1.19 MB 1,327 28
666,703 666,703 0000000000000000000a2465062b217ea48fae8165ad86c30740df8cbe0e259d 1.08 MB 512 14
666,702 666,702 00000000000000000006df006db0b8bd2b5c63721ad9bc6692be0d57d74c6176 1.21 MB 879 8
666,701 666,701 000000000000000000064f4851865047953f0263c6d2f364dca3f460d66547e6 1.33 MB 1,891 37
666,700 666,700 0000000000000000000b61db30ef0d676073af4f8633a5173593cceb1abfc6a7 1.34 MB 1,720 6
666,699 666,699 000000000000000000066bd5416e9124300d09a951bb33bcc458e2d8b44f928b 1.19 MB 1,394 16
666,698 666,698 00000000000000000006a64ec709f3bc3d66602dadfe49c9276cc556f59eabf3 1.14 MB 2,431 25
666,697 666,697 00000000000000000007c78af3a780d177ac7fc298ed7371fb2c37269507c54e 1.52 MB 2,013 46
666,696 666,696 0000000000000000000c844601ab8780f5a260c6551bc9fad49d8445069eb512 1.23 MB 1,468 69
666,695 666,695 000000000000000000028e0fba7f780f15de53629a7f8a5e1b43f448c2a9931f 1.29 MB 2,370 59
666,694 666,694 0000000000000000000a7649d4c54de507e14ccc479e592b52a236128aaf3fa4 1.09 MB 2,418 11
666,693 666,693 0000000000000000000a13193e1e9dd84e99246dbd681d4c1e5a36b9e88d55d7 1.11 MB 2,113 19
666,692 666,692 0000000000000000000432eb7cd214b2c9ec3918d38e3ea1b53a51362e41de5a 1.26 MB 1,478 48
666,691 666,691 0000000000000000000b969e0aed0aed8fec480f6604a7205c73c6a885462a47 1.45 MB 2,679 76
666,690 666,690 0000000000000000000220dea0ad1806654633a957eac00e7fdc5c9d98405158 1.30 MB 1,481 63
666,689 666,689 00000000000000000009b1962efd1743d464efff73e19ba9da622bbd63fd1294 1.51 MB 2,519 89
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.