Memory Pool Memory Pool Refreshing

6,190 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (95,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,559 812,559 00000000000000000001cbec1462fb72535c828f347573e76479b2c0186347f1 2.37 MB 465 5
812,558 812,558 00000000000000000002240c83f97017108fbdc51830b523c9b5c34b239053a9 2.32 MB 167 2
812,557 812,557 00000000000000000004331bc2463f6df40fcc26c10a6b13f320b34ea0930938 2.40 MB 1,760 9
812,556 812,556 00000000000000000004740ec494bf4d1f61a8ccdd12750681f395cbade8897c 2.21 MB 2,335 10
812,555 812,555 000000000000000000046fcd42cb25e8b1b1da78fde9796dc13b9e9748cf0fd2 1.49 MB 2,721 19
812,554 812,554 00000000000000000004098605505d5e59eb786ae9456ba4b877a3dec03b09b9 2.92 MB 937 4
812,553 812,553 000000000000000000034439ef1bf80e4df103723b8437b462d6ea7b05e060ae 1.59 MB 2,542 14
812,552 812,552 00000000000000000000b293f9c8c7abc5d197f1513b63b451cd2344e464095e 2.11 MB 523 4
812,551 812,551 00000000000000000004876599e46b4ccaf944ffe2b02585a92be6228a912e20 2.34 MB 1,117 7
812,550 812,550 000000000000000000027b8db9c7629e56631aa030c2cf166392e3287937c0ee 2.60 MB 252 1
812,549 812,549 000000000000000000047171c44cbdf81b5a358b609a7317f37dd7e73edf69ae 1.49 MB 1,720 9
812,548 812,548 00000000000000000002d9b09bd12781dec2ec2fd5194469f9b81f22f8e8e384 2.39 MB 222 2
812,547 812,547 000000000000000000040c1dde4a4c53186245d637a24d461826329197cc2a41 1.66 MB 2,901 13
812,546 812,546 0000000000000000000233e046bd51bc84c50362edae3aae1109d9db13cfbb51 2.00 MB 387 3
812,545 812,545 000000000000000000025f5c5fc1ad629a698678f0afa5b2525a4939565b2634 1.30 MB 599 3
812,544 812,544 000000000000000000005164fa40b045d45a2a31961b1aae942a658322132ccd 1.57 MB 1,204 13
812,543 812,543 00000000000000000003007967059509413d97ae33c8727a0638d429607034e3 2.05 MB 146 2
812,542 812,542 0000000000000000000058d063fd3b64c0540902f8cd30fe656e5e2952dbd991 2.02 MB 450 4
812,541 812,541 000000000000000000039d0d4e233920978507e2c1d80352530dbfaa35f3980c 1.88 MB 631 5
812,540 812,540 00000000000000000000d268b4eb49bc024e01cd6de9dff41274e6c55861755b 2.09 MB 1,061 2
812,539 812,539 00000000000000000004141fe6d8fc8768b50e051f6f8f148d71f3bf4d133e05 1.66 MB 2,973 22
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.