Memory Pool Memory Pool Refreshing

2,790 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (367,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,386 540,386 00000000000000000018913363ac2bb93305b51e1e32cb05a90c79c7b39a19c8 1.14 MB 2,473 13
540,385 540,385 000000000000000000164b63cff7ee97095d13405b10c5212f622bebd5ab7194 1.23 MB 1,542 10
540,384 540,384 0000000000000000001e2ebca8dd078176be5b8c557e341ab52256e68174bc65 1.35 MB 2,515 30
540,383 540,383 0000000000000000001d2f123cf0164bda82fa53a40402fa5f240e5ca2346433 1.08 MB 2,007 17
540,382 540,382 0000000000000000001eeb982a1400e4a800f57e1c22e5e302f127a506b25282 1.06 MB 1,218 10
540,381 540,381 0000000000000000000cf77dcf291bc6f0814471e87d1a44938f1efade062320 1.17 MB 1,938 23
540,380 540,380 0000000000000000000fc35bafdd324ac2bcd05472593f27ded9669e2edfedf5 1.22 MB 2,321 25
540,379 540,379 0000000000000000002353f555cd275238be96af78fb89a00f13e515b0dd42f6 1.08 MB 1,141 8
540,378 540,378 000000000000000000193fdca98651ec00106c3b9aa04d4156018ef1d3ff4ded 1.20 MB 2,166 30
540,377 540,377 0000000000000000001655a8d8c175ad7765f41dbce624d084c37841a84b0263 1.20 MB 1,861 24
540,376 540,376 0000000000000000001e0e007b37e2dec73eefd62582050c858cda34ed2806d6 1.32 MB 2,451 10
540,375 540,375 0000000000000000002193af77789836e509b9265ef9b381271a300198f7e6f3 1.33 MB 2,382 19
540,374 540,374 0000000000000000001c94aff4801e91f14e6720a34a15d4702c5106ff423d88 1.25 MB 2,088 15
540,373 540,373 000000000000000000010687b8c96e40a5c46d2d9810baedf41c7954a304b999 1.22 MB 2,039 12
540,372 540,372 00000000000000000020c843a141ffd7679f8eaf1ed46119fbda2f9db489ea1a 1.12 MB 2,259 15
540,371 540,371 00000000000000000002bb327a049fc42483a8db816e55762efbd0a8a6f8081f 1.21 MB 2,443 43
540,370 540,370 000000000000000000204cbc06bc1b10911259ae6acbfa59d09ac27cc181a714 1.22 MB 2,144 28
540,369 540,369 000000000000000000157f59bfd097fe14ce804a2994db7d5b04ecc8e7730369 1.23 MB 2,845 43
540,368 540,368 0000000000000000001435b9c776b3f506c953e86c5679f961dbfad63bc4e81a 1.27 MB 2,507 47
540,367 540,367 0000000000000000000706c1a53e96ede3137fc86c665c28c23068348e9be2cf 1.11 MB 2,216 15
540,366 540,366 00000000000000000008342b16e9a1cb0c8c729aaac806ef866950db6dd5f019 1.13 MB 2,747 16
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.28 GB sent, 94.23 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.