Memory Pool Memory Pool Refreshing

1,646 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (100,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,343 807,343 00000000000000000002564267e62cc351e27f6dca4b9bebaa18697706aa3316 1.43 MB 2,386 25
807,342 807,342 000000000000000000014aea9da6d1f6f3ea83c618fe497c732698baec107fe0 1.83 MB 5,025 15
807,341 807,341 00000000000000000001fdbb0802aa243885dc285fa7d7fdb4ce9ec9a8eea057 1.56 MB 3,354 13
807,340 807,340 00000000000000000004010325a26b647392a05288a375af6b4274733a5191c7 1.79 MB 4,936 15
807,339 807,339 00000000000000000000d2724d8578423bb0924be534c06bea1075e52df237b7 1.73 MB 4,341 13
807,338 807,338 00000000000000000002169363ea785e0361efa9f08b27f0e84db4a956165c16 1.94 MB 6,010 16
807,337 807,337 000000000000000000028096417b6f54aeb8e26dc94349a235376ee4ae643e13 1.57 MB 2,402 16
807,336 807,336 000000000000000000039c697354f553ec23572d129060fb6078d7352c372e80 1.50 MB 2,777 22
807,335 807,335 00000000000000000001e1cf3afda6e1e31b4e45fb6fed9a2499d624f9c50f22 1.76 MB 4,806 15
807,334 807,334 000000000000000000029f218c47b393834767cf6a9db3c6cd26ee28964e09b1 1.62 MB 2,507 16
807,333 807,333 00000000000000000001100150e9ebb8a8d275e6709c60f02d7a4863bb5262d4 1.31 MB 2,121 20
807,332 807,332 0000000000000000000107ce02d2c0eb80c849bc4e1fd34f02aaf115daf8fafe 1.52 MB 3,245 29
807,331 807,331 0000000000000000000015283cd8f123bffcaa3c3f4d5e360a3314d3959a9784 2.04 MB 6,469 13
807,330 807,330 000000000000000000044243aac72e5a3f198ea8c01691769df34ff9c3ea503f 1.59 MB 3,520 20
807,329 807,329 000000000000000000030a09bc34a572cd7a864bd47f1a7bca616bac0f64dd55 2.15 MB 6,952 13
807,328 807,328 00000000000000000000cbfa93a961c4e5bb5c30b2806955c83d26c3682a4aba 1.75 MB 4,229 14
807,327 807,327 0000000000000000000524a26c18fb19877fd9baef361d24aefd25cee62f7b9d 1.88 MB 5,642 16
807,326 807,326 00000000000000000002f281094add94d9364acfb18c89e9d4ac24e9df16ec99 1.71 MB 3,072 17
807,325 807,325 00000000000000000004cf025cee100fa77ecef604ee5390a62f2fd46e123194 1.64 MB 3,598 26
807,324 807,324 000000000000000000033aa5472849394d035d37af01c0539d63898782e6320d 1.55 MB 2,815 19
807,323 807,323 000000000000000000029ed420886141389562df31447bfd34cac98130aa4b3f 1.59 MB 3,158 28
Previous 10 blocks ↓
Total Size: 769.13 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,630.68 GB sent, 93.52 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.