Memory Pool Memory Pool Refreshing

37,452 transactions
26.25 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,688 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,373 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,687 (16,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
856,529 856,529 0000000000000000000201b2913a0e9a2ad2822efe7e8714eca982668919330e 1.64 MB 5,371 2
856,528 856,528 00000000000000000001af6f93df5c5ec080b7b68f6470310cf20976deb15f9b 1.72 MB 1,989 3
856,527 856,527 000000000000000000007be09fb90a5a60d87d9e372ac99132eec9ac1e3a6431 1.54 MB 3,112 6
856,526 856,526 000000000000000000003a62a721f06f16e45fdfdae665e4644aea997fc60871 1.81 MB 879 3
856,525 856,525 000000000000000000004e1b8a2068b0c3b94a898a8dfc88c967b6e1f322133e 1.75 MB 3,234 3
856,524 856,524 00000000000000000001c670d4f03afc51a1eed3b4c81e9816b5ace112600961 1.49 MB 2,515 8
856,523 856,523 000000000000000000011e6eb402cb468d1cab1e56da41fdf9921f9557c6913c 1.96 MB 1,767 4
856,522 856,522 000000000000000000031a281a52139395412fedf52f77bc7e8a17a46a323330 1.61 MB 3,057 6
856,521 856,521 000000000000000000023e50d7313ab05ba1ae4ae95a058921587442825ceb3b 1.51 MB 1,486 4
856,520 856,520 00000000000000000002db77084f4871bc8a8154f399d6da92bc3ab1a146391c 1.68 MB 2,764 9
856,519 856,519 00000000000000000002574230f4c7e9232fc6b95f87b647d5a8d7f3590c3cfb 1.50 MB 1,230 3
856,518 856,518 00000000000000000000de757f1305ddebc687ad4ca43e2c23b959a70e1e1845 1.77 MB 2,368 4
856,517 856,517 000000000000000000012ab8d7bd852d127522f2d7e34c41108cb9d0b82469fa 1.59 MB 3,649 8
856,516 856,516 00000000000000000000386f0a7af1e405e741b88bc1cfee64d1ca83261d32b1 1.50 MB 2,233 10
856,515 856,515 00000000000000000001fcfc2ffd8243c1bfc2d1c37081bd2ff7cc987b99d022 1.52 MB 2,231 3
856,514 856,514 00000000000000000000e8e900d86c64f8eebd05fa9e156ee453cb571797c6eb 1.59 MB 2,826 7
856,513 856,513 00000000000000000002262807aa3b2bfecd8830e3d55325de15012e2168b3dd 1.84 MB 227 2
856,512 856,512 00000000000000000000c9ad7c40f43c3158b3e56041118e3694359ba2fca865 1.66 MB 2,608 5
856,511 856,511 0000000000000000000118383a13336f04f10886e08fe017ecde3afd29509be4 2.60 MB 1,127 3
856,510 856,510 00000000000000000000ba3b2cc1569fd912056ac24a0718eb09ee0807f2cc0c 1.66 MB 2,540 8
856,509 856,509 0000000000000000000075d3c88ca4c54b367cf1465d7c11bd4c4c7801fb7e97 1.83 MB 351 3
Previous 10 blocks ↓
Total Size: 704.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,652.15 GB sent, 241.01 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.