Memory Pool Memory Pool Refreshing

1,581 transactions
12.47 vMB
Show Random Selection Loading Transactions
Max Size: 51/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (847,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,460 60,460 000000000a6fc3e023159f990a0d36044af3478e5b913c52c5386574ace11c12 0.00 MB 1 0
60,459 60,459 00000000063b55525935a8ed56ad43be76aa36dab0013a24483553a44117cf23 0.00 MB 5 0
60,458 60,458 00000000024289490fa312785e26a2368dd1f6b3fec9c97ea1fc1edff12daf7e 0.00 MB 1 0
60,457 60,457 000000000bdd4e9f173659eaf0cf25fb49e2b4f249cd859cad49302a9273dc8f 0.00 MB 1 0
60,456 60,456 0000000005f003b9075730db97d494a4e4634001067e8978cba65b687abf68fa 0.00 MB 1 0
60,455 60,455 0000000001dce6a8e115db4970fc44d40b7017113ce816b979ead117efdba590 0.00 MB 1 0
60,454 60,454 0000000004a2334a4d787b49eaaa6c6cdcaf953d88db51bf4c09bd69aaf6f62e 0.00 MB 2 0
60,453 60,453 0000000008e9e34a9b8bc1277decd718c2fb520c7ceb0ba8d2e4ed82202f80ff 0.00 MB 4 0
60,452 60,452 000000000aa5dba6384ca34a3cee31df4ba22cb7b4b6facfd169b20c64aab225 0.00 MB 3 0
60,451 60,451 00000000064791356d87d494b4888f5173f6148758f4b1a26353298115b9ff80 0.00 MB 2 0
60,450 60,450 000000000eb5e90c98151fe25528ffdeb99a1048e792906886b6e11dcbe62440 0.00 MB 4 0
60,449 60,449 000000000f34ade8d413d31d6c12998af98b6bffe26e032bee25c226a22689a9 0.00 MB 1 0
60,448 60,448 00000000044beba7b19d182f22520deb43a9e14a53100258c7f1cd21e6b6d1a3 0.00 MB 1 0
60,447 60,447 00000000064e1cac79e2c037ea4d1ba4acb1c269c5a3ffc4c553d112f050c30a 0.00 MB 2 0
60,446 60,446 00000000021d8431b47d4de3fe13682639dc0820bc007389c55db58a3e6bcd6f 0.00 MB 3 0
60,445 60,445 000000000811f00c38d6601d0c26bba9c280cf342fdd3e33863e885bdcae8e48 0.00 MB 2 0
60,444 60,444 0000000009e6059163294eb6ba04d11c39545e44449236965fc3bb0b5e5bcd4d 0.00 MB 1 0
60,443 60,443 00000000015465252ea5732e98511a83157436c9912dcb25b709d594109f716e 0.00 MB 1 0
60,442 60,442 000000000b4f82750a37051e53d87cff353fedea00a0218ad3d677541505ed48 0.00 MB 1 0
60,441 60,441 00000000024d542a68e2841bd95da4995ec045e14208d8043e6141c495b7e4f4 0.00 MB 4 0
60,440 60,440 000000000170444f720a95b372c770c27967450af58401c88a7f9eb4f5dfe56b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.10 GB sent, 98.45 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.