Memory Pool Memory Pool Refreshing

4,512 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,546 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (6,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,558 901,558 00000000000000000000cb94ae1b363da6010b55a48812fb6670a0649adaf94b 1.95 MB 2,956 2
901,557 901,557 000000000000000000009802ce9e7d1f2ab31e538822e5fd0c4b5b00be8eaadc 1.58 MB 3,005 4
901,556 901,556 00000000000000000000715c2b803e03904bced399356b35969e258b08503f31 1.23 MB 742 2
901,555 901,555 0000000000000000000151f6bf283c3697f11a5ad4ef70811f070a90dac5b879 1.78 MB 1,686 2
901,554 901,554 000000000000000000001876e4ed667677a7c5b5a530d5cd624aee303ff73e88 1.83 MB 2,520 4
901,553 901,553 00000000000000000000a3ee85189090d04512c56d80ac1b440895cd1570755e 1.56 MB 4,356 6
901,552 901,552 0000000000000000000239f2335533fec27ac29ee22a36a9319010bc6d7d0586 1.52 MB 3,789 10
901,551 901,551 00000000000000000001c033fb1acf528414e6a08885d804c44a9077de175f82 1.71 MB 3,117 4
901,550 901,550 000000000000000000017020357b853ab05851347964034258a01f61717a990b 1.68 MB 3,816 7
901,549 901,549 0000000000000000000095aec1e64dc056528ec3693d84fb72a35832fa8eb166 1.81 MB 3,592 5
901,548 901,548 00000000000000000000f2c3a15949aac2f6d7bc153330a4fca496f68c8c4b21 1.75 MB 2,496 4
901,547 901,547 00000000000000000000ed7663914ed626f29c592ff6ae67b98d538773658cdc 1.65 MB 3,602 8
901,546 901,546 000000000000000000019ae2bf82ebce9b05d98e2cfcc0ac560021ef1dd40935 1.62 MB 3,960 5
901,545 901,545 00000000000000000000ced81e350a6d431736fed821a36214936d7ce44f136f 1.54 MB 3,751 11
901,544 901,544 0000000000000000000028e9f54556d1d75e410f2c4796442ba9a1989236e1c7 1.65 MB 2,840 4
901,543 901,543 000000000000000000009ba72d5cc604f38177488531789a777e8d05aab62d1b 1.64 MB 3,496 4
901,542 901,542 00000000000000000000657a15db40e4630b43fd85ede081c9694ed400db04f8 1.57 MB 3,971 7
901,541 901,541 0000000000000000000032eed26deb08c08e20ab5054caee2eca77f9e9e7eb7b 1.60 MB 4,213 6
901,540 901,540 000000000000000000002b70131aefa6e17091d2f7fc14fdabd393382fc6626f 1.52 MB 4,994 7
901,539 901,539 00000000000000000000042d6a47da32575b6d20fc237bdb611b1f89f90c4fe0 1.44 MB 6,112 10
901,538 901,538 00000000000000000002018b989e583b3d5b0a16d3edbc2f38403efce467bfb5 1.45 MB 5,619 6
Previous 10 blocks ↓
Total Size: 769.23 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.71 GB sent, 94.06 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.