Memory Pool Memory Pool Refreshing

4,751 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (14,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,522 893,522 000000000000000000002259306c482e43f831d858a437ef9d3430354ce06c76 1.52 MB 3,096 7
893,521 893,521 00000000000000000000ac2b1495f69f0f4f601b301ddda76d463a110d4aefe4 1.52 MB 4,044 5
893,520 893,520 00000000000000000001ab1e634320c6422bb395151b88fd09320e366d288c5d 1.52 MB 4,638 5
893,519 893,519 0000000000000000000154610bd1408b2eecf15efe45a87585da7387aef89191 1.57 MB 4,246 7
893,518 893,518 0000000000000000000124bbbd21984256dc4e7a0f8a6e55de31ac1e88532e2c 1.59 MB 4,254 5
893,517 893,517 0000000000000000000209d2fd3b1c51ed54bd2b069871676bf1c25570dc547d 1.57 MB 4,229 2
893,516 893,516 00000000000000000001ed5727b0d85df62310ddd291c392c9f41ab2fb413f00 1.52 MB 4,348 5
893,515 893,515 00000000000000000001dc50894ee9d5424073e5a5d59561c80fbad2a444feb7 1.61 MB 3,362 2
893,514 893,514 00000000000000000000ff72d517ea6c5d5cec929f4f6023617c49a7f21887f7 2.15 MB 1,239 2
893,513 893,513 000000000000000000007c01072211b963d761ac58c8af7eb5d35678da97516a 1.77 MB 3,264 2
893,512 893,512 00000000000000000000658a15013a4cdb7b686cf614d96d7478155bd0b1d45d 1.76 MB 2,710 3
893,511 893,511 00000000000000000000bf52126972d01d6ce845ecf7337e25bfa3375c919403 1.56 MB 4,365 4
893,510 893,510 0000000000000000000062af4c2f0c51d683d8f37d885e2106770a23d002f945 1.57 MB 3,865 7
893,509 893,509 000000000000000000006f5aaa48a37d0e58570359a2e25af2d7fdf2e9e9d2a1 1.63 MB 3,741 8
893,508 893,508 0000000000000000000093e9a9944e9f967e02db9a923fa7beb2a3e1e32fefac 1.50 MB 3,549 4
893,507 893,507 00000000000000000002064eea10693be6b466a6fab3af425d450610592b4b46 2.29 MB 2,962 2
893,506 893,506 0000000000000000000018bd53418b83b47728fd2defc17d0fa36769a609af5b 2.24 MB 3,336 2
893,505 893,505 00000000000000000001627a602f564e8c12cb53de3678b31146a93a624cf9e6 1.61 MB 4,542 2
893,504 893,504 00000000000000000000805e914b1cbd480b93fb37647d440e1955d4f81013e0 2.80 MB 2,961 1
893,503 893,503 0000000000000000000110001aa535d4e97dc8f4eb6334ba5b4ffada38f9d94d 1.76 MB 4,513 4
893,502 893,502 00000000000000000001b2485e7ee1cae3ad2f9a94c4e8a63ed7e54c34385d3f 1.58 MB 4,565 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.