Memory Pool Memory Pool Refreshing

5,408 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,596 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (803,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,442 104,442 00000000000259bac44d13851fbd62e7c055ba4b677833aa08cbbe60af90aa20 0.00 MB 3 0
104,441 104,441 0000000000001fcd7da257e70db9aa1cd44e9b7ca15deef110fccc95edbaeae4 0.00 MB 3 0
104,440 104,440 0000000000030a4dcb524e3f5ccb6b97c23df69ce289b1c7dba0e22273d6375c 0.00 MB 6 0
104,439 104,439 000000000002b9de76bb46a0b4072181359d4d96cf78ca2b1382795f67ded730 0.00 MB 10 0
104,438 104,438 000000000001388ec3ce31a92a4c262cba3caf789ea5780debf2c701821ef741 0.00 MB 3 0
104,437 104,437 00000000000210ddffbbf979b6f56ddb719bb31f9927f3d4edb67ad0d018f260 0.00 MB 9 0
104,436 104,436 000000000002b26ddd4a2560666df1b5f7cf6d7ed2ecc5b364daa9f7745ec081 0.00 MB 10 0
104,435 104,435 000000000002f8c7e9aa0ed905a4be6361082c0ee3c12dddd38ff7f4de3ea3d1 0.00 MB 5 0
104,434 104,434 00000000000188f5a03d1bcdfcd11fb1d7b256c05538428b868832c1a7343d40 0.00 MB 5 848
104,433 104,433 000000000002a4199dc22c129744288808424b87ace80b0314474efec342863b 0.00 MB 2 0
104,432 104,432 0000000000004ac403a6be9f276a037459c3e102338c8bf7075721316bbb55c0 0.00 MB 9 0
104,431 104,431 0000000000013739c8c57bc42a531d37955d2816c61cebeaacf5d5eda9f2187e 0.00 MB 12 0
104,430 104,430 000000000002d2024b6a09a467ddbaf83f3024f11b8bde2394cc37b52fb2e560 0.01 MB 30 0
104,429 104,429 000000000000d9a7a9b68f506e754377d5a544400a66658634eb64858f5cc231 0.00 MB 2 0
104,428 104,428 0000000000000be2158ab0cd1885ed12f651fb06238df7586a2026c6c5ae0bed 0.00 MB 3 0
104,427 104,427 00000000000201d229d67b40f734b7fec7da110156c8d459f84097cd526dd171 0.00 MB 3 0
104,426 104,426 00000000000264f7d7b866829987c2807acf199524a045424a07ab5f7fe47aaa 0.00 MB 3 0
104,425 104,425 0000000000037a72777bd6dfa07350d75d3f6055f7b997a8a08d580545551c65 0.00 MB 1 0
104,424 104,424 000000000002bcaaef6c89e31ad7fbf26d2d88a607e4ddc5711cc534dac61f10 0.00 MB 3 0
104,423 104,423 00000000000194615cc27828e70c6826e6c4cd7dd4434c2168bb65b3a314d7bf 0.00 MB 9 0
104,422 104,422 00000000000149fd5d4ef3640dbc0e91cfb8d0a9d8d7c49e651c601a6c82f539 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.21 GB sent, 95.26 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.