Memory Pool Memory Pool Refreshing

10,773 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,572 (810,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,466 98,466 000000000000b36bdca0b34284e39573d1934c5cb5d391612aa0754dbf8daf79 0.00 MB 6 0
98,465 98,465 00000000000152b303c739024ca96ca1fd52990368fb8da046f0a0385c8e0aa4 0.00 MB 3 0
98,464 98,464 0000000000006a47476ed3e98b7f97e46d71943bc0f0360305b7dd66a1cb4831 0.00 MB 10 0
98,463 98,463 000000000001b396726be1fd0b2ed987c174b20f12ad7e87891d59f7038be196 0.00 MB 1 0
98,462 98,462 00000000000055186d0742d333b3b8eb81ee55366c962a1bf480e0c79816f149 0.00 MB 4 0
98,461 98,461 0000000000041286534f224fb0a7447f8e6a9f8f1b51c4b7b66201122fc32af3 0.00 MB 5 0
98,460 98,460 0000000000001a89f026a25d2c5283e473e4fcac3356a41bcbc981b358c9c026 0.00 MB 1 0
98,459 98,459 000000000001b50c1331f17219a1a2a20e723d8ceb4d72267c95fcc6fc09d671 0.00 MB 6 0
98,458 98,458 0000000000020ef9c6fe5f2538e09f365ad6e595c4ef7d0a1c3d37e4a92619a2 0.00 MB 6 356
98,457 98,457 00000000000202f87e887bc55d4fe12af8c42393d847cb5b1d87b1b7cdb9ce1f 0.00 MB 5 0
98,456 98,456 00000000000331f2d8b653c3e55f173523c2652cfea3ca7443943c488cb189a0 0.00 MB 2 0
98,455 98,455 000000000000fe9b2c536b0a7e5ac3cc47803c8bb965a6b5297304763efa178a 0.00 MB 1 0
98,454 98,454 000000000005142897dc07c1a42f00fe57ca038b11e4dad9c0e6d610975703fa 0.00 MB 4 0
98,453 98,453 000000000004ae9545a41bd404073b2968c321a411969b32f0089b96a553dc7e 0.00 MB 6 0
98,452 98,452 000000000000c910ce15afa8162de629bd0e81a5db6b03fdd80796f27627bdda 0.00 MB 11 344
98,451 98,451 000000000001cf8b0f402dd81902e0783f6af9432173be5a9b896e7eaa512c56 0.00 MB 1 0
98,450 98,450 00000000000542a3221d8a4eed6c18a93576fff601d819b294dd239f4adfb28f 0.00 MB 7 0
98,449 98,449 00000000000058eb1adde5cbcab360c9473ac02d33c237dab9d9ebd7ec11323e 0.00 MB 2 0
98,448 98,448 000000000004a91dd333bc0d4a31dc7069c4cacd042719097e2efab761d67231 0.00 MB 9 0
98,447 98,447 0000000000007578f4856f4bf5e5de63393372f11dbe345ef1cd5483062ed0ae 0.00 MB 5 0
98,446 98,446 000000000002d577860af992fb93b8b461b398dfb72e08fdc1b2d8c730226a8c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.18 GB sent, 100.79 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.