Memory Pool Memory Pool Refreshing

5,468 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (480,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,833 426,833 000000000000000001fa7666161fc1d87d2e75e6c6e7f691491aea4572e1bac5 1.00 MB 2,212 54
426,832 426,832 00000000000000000078571142a8df89fac7a00135e2e829a29b039930c0ae56 1.00 MB 2,414 75
426,831 426,831 000000000000000004eb34e90e6604ef683b628aa97acbd91d087e24926d96eb 1.00 MB 1,626 42
426,830 426,830 0000000000000000011095db58c2a22e23cf42d4b22e533420aecb173a1bc646 1.00 MB 2,264 52
426,829 426,829 0000000000000000038ed197263aa06753ac06aabd9242acddba1bff86d2270e 1.00 MB 2,965 76
426,828 426,828 0000000000000000039d5e9c850228c81eb1a0ac950587d943e4a8c44905f644 1.00 MB 2,633 63
426,827 426,827 00000000000000000281f0e4d470603a42a5706ad3097e90175a019d4e18035f 1.00 MB 2,006 75
426,826 426,826 000000000000000001b746e5b14291b350277298582633f08ff41c0044a28aa6 1.00 MB 2,853 116
426,825 426,825 000000000000000000888633e7db6ea7846344529cce48da9738e9c673315be4 1.00 MB 1,958 43
426,824 426,824 0000000000000000000e919d9881477470979fa8451e01118c51ab4e1de40181 1.00 MB 2,318 69
426,823 426,823 0000000000000000029db7c159ff341f8e4c2a38410da6adbbbe17eee3220e56 1.00 MB 2,485 66
426,822 426,822 000000000000000004ce677ef58e8f573a8cfb32216cd49e6a28bc85f05ee2a4 1.00 MB 2,846 101
426,821 426,821 0000000000000000039a62ac7c4bfe807c38d6439b37bd17336ecbbf07b3b967 0.93 MB 2,293 77
426,820 426,820 00000000000000000125e5579b84429a320677f5a57d735f5cfabca98d4333af 0.99 MB 2,394 64
426,819 426,819 000000000000000003006a2603058e54825220f469403fb0a5c2cf431cef9f46 1.00 MB 2,445 53
426,818 426,818 00000000000000000269eb7dbf85c980abba4f9b578504c760a3f05744d9146b 1.00 MB 2,543 79
426,817 426,817 00000000000000000474027307ce36f0179f85d7e2e0aaebbf21a0f1228d51ea 1.00 MB 2,710 82
426,816 426,816 000000000000000004c0ec9b696d7a5b25b667c80865a85ed3035b2d677552aa 0.99 MB 2,141 48
426,815 426,815 000000000000000001c2d0acd93e8d79a046aa21e93e77e1279769f42bd9cd1d 1.00 MB 2,994 91
426,814 426,814 0000000000000000040726e207b38d50b4cbb6e1b7e02457c144c20e27937eaa 1.00 MB 2,942 75
426,813 426,813 0000000000000000026373224431ab2771a083dc9000231e778f238226382fbf 1.00 MB 2,930 66
Previous 10 blocks ↓
Total Size: 768.96 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,615.03 GB sent, 92.61 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.