Memory Pool Memory Pool Refreshing

9,263 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (787,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,754 119,754 00000000000070a3bc40a9f619dd7c72a3b02b88c659668219a7624527f5dc73 0.01 MB 12 240
119,753 119,753 0000000000001a5421fec006602a410be2eed6f12fcb9de0e1d0e65bdaf2768d 0.01 MB 8 147
119,752 119,752 0000000000004fc1ded3ef4d94356dae118517be07f597ca6da57b9af50f4b22 0.00 MB 10 0
119,751 119,751 000000000000967704b3caa6cc0ef44f244ad0da6a34e79e9bef5b46c4a5267c 0.00 MB 5 362
119,750 119,750 0000000000006a727b5687c894bf5a9a4706c7de5b56dc7f843af93424201cff 0.00 MB 10 339
119,749 119,749 000000000000704af3c8f6b34e6f783fb984389ac90c6589ce3603847dbfc3cd 0.00 MB 8 0
119,748 119,748 00000000000023fad8ebaec5288c9c08842891f7f2e65ecc7ac5063109d4e0be 0.00 MB 11 290
119,747 119,747 00000000000084d858ac73a2524929e19435b1a941f51e38cd6b162fc15483b8 0.01 MB 18 636
119,746 119,746 0000000000006f7b4a831df9996496ae524b2c52138d5cd3e49b6da1d738a95a 0.00 MB 8 0
119,745 119,745 00000000000094955751cccaba4e82a0607fea49ce1a83c01daf98720892b3f4 0.01 MB 3 5
119,744 119,744 00000000000099bf7406eb654160565ebe8d59c9e49e1dc4462052a0f989d744 0.00 MB 11 348
119,743 119,743 0000000000007e5d83f7601abb38af8d65b0c96e43214eca43fd5488a0747812 0.00 MB 8 0
119,742 119,742 00000000000052ea459d650d5e63db3e4cd62c862ff4340bd7ba737f21da1af5 0.01 MB 8 387
119,741 119,741 00000000000029b6a14356914f01960e579bcc7e4bb59d392a02a4b8b89b424e 0.01 MB 6 83
119,740 119,740 0000000000009d87ae2c32e8db72264f7559b917d613f20575e1b52cc473cad1 0.00 MB 10 0
119,739 119,739 0000000000005a589cbaad684aec0b0d28dc9a21a1c9f4a8af57e8f9b4dc1c14 0.00 MB 9 317
119,738 119,738 000000000000754c88e2510a6d3f65b7ed0883c2800680b6ac0c63b0e404b5b4 0.00 MB 10 0
119,737 119,737 0000000000006c00a517f81101e776dd43f8d669f01e3f0bb45923cccaaa2a7c 0.01 MB 13 869
119,736 119,736 0000000000006631109e008d38fc35aff8d835b138eac0c3c7320f453e0fa36f 0.00 MB 11 307
119,735 119,735 00000000000075606450a8ad2b325246d738d3fb535633cbebda481978c0f390 0.00 MB 13 636
119,734 119,734 000000000000aa04d05f46d6ad8a999f47b9374157f2a6186840444fa998a27e 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.