Memory Pool Memory Pool Refreshing

6,115 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (586,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,411 321,411 000000000000000006fdd22c610064cfd16b4485cbaccb006beec5c8fad8f449 0.63 MB 970 45
321,410 321,410 0000000000000000028d72e52cf6ceb0868149165e8a91c280380516a79d5454 0.20 MB 148 15
321,409 321,409 000000000000000024bd8baf3e79c3ad9c1e0d6929a692d2c6028f12504028ca 0.18 MB 512 42
321,408 321,408 0000000000000000126702862fa37d4137989dc9eabd511020749c2ed68034bf 0.07 MB 132 31
321,407 321,407 0000000000000000155f9ba1387f50224cc40676c6cbaabb39db3db88b1a6ef8 0.04 MB 84 31
321,406 321,406 00000000000000001192794da51a686030270c5ab0231d69aac0f40f8c16a8d5 0.19 MB 393 29
321,405 321,405 0000000000000000068bc32e2c4ee199564d9c7714793fe6afd9aacb6388deee 0.31 MB 684 31
321,404 321,404 000000000000000003a63a6d9ab2086919b34aaaa4f9d59f5213228c1d68f295 0.19 MB 316 24
321,403 321,403 00000000000000001c6b8ea7db18220a529deaaaa64585ffceae02d810341f77 0.30 MB 512 27
321,402 321,402 000000000000000000c9b7752a53675fbbb2084c22a3833df06a90ddf54eb9cb 0.20 MB 423 26
321,401 321,401 00000000000000001588d80f3cb1d593cb198f485aef33ca926b58a62bcceda8 0.56 MB 1,101 30
321,400 321,400 000000000000000005610ad32e241fcd8fa1ab3c78143b8496f8e015befddee9 0.06 MB 106 70
321,399 321,399 00000000000000002479d765c197fd04702ecf3d27df29e8faaf3d6a79a62fc7 0.17 MB 329 24
321,398 321,398 00000000000000001c95ff9e83b8bfee3d86572bfd046169c7a3699e5d83ed1a 0.03 MB 88 32
321,397 321,397 00000000000000001cdb3898c93fdeb1ce978ae0146cc95fb808438ed834e066 0.65 MB 1,048 24
321,396 321,396 00000000000000000b5f6d742e2c635c01b9a9120ebc088e95d8580b29aa0396 0.75 MB 1,183 23
321,395 321,395 000000000000000001f04fec8f81bddaa11c345b6ce59d594b57d983fcb4b5e7 0.50 MB 1,418 45
321,394 321,394 00000000000000000ad7810cd31f1c4d864b91b6a7c32976fce63b89ed69f34b 0.00 MB 18 17
321,393 321,393 00000000000000000623d30c709f1e7397eebe01f60e4ac8753f56cc63eb34ce 0.08 MB 170 15
321,392 321,392 00000000000000001b34e5920c14a7e86b142e2134626304d07b6ab63f4da418 0.39 MB 341 21
321,391 321,391 000000000000000013a470d4460aabd63bed8014efa0b25182324c94904675ec 0.93 MB 2,069 33
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.