Memory Pool Memory Pool Refreshing

42,054 transactions
23.02 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,476 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,908 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,475 (709,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
160,512 160,512 0000000000000d13fc0a5aa565cf8b7aa9a341be5fd89fafb3248ad072773768 0.00 MB 2 193
160,511 160,511 00000000000002f90ec3652a4567001dd8623050f4e1bb5a8ad6f45d6cce42c2 0.01 MB 6 855
160,510 160,510 00000000000008311c59f1346a3740eddf53616f24fbc0418eca91aadf402470 0.00 MB 6 56
160,509 160,509 00000000000005cf43159f7ca5984baef2e94650c3f0f3c605db09eb40bb170c 0.01 MB 19 72
160,508 160,508 00000000000005514f561492496033fd81e0de5d1340251180288b81188ed06c 0.01 MB 18 8
160,507 160,507 00000000000004d261ea66dda10ff7423b6dac907407d76f30ecb5e4566ec436 0.00 MB 4 53
160,506 160,506 00000000000007605cc74a5e7955b9bd2d1cd15486b261e7b3f7d7933cbbe898 0.01 MB 21 24
160,505 160,505 0000000000000c0858f9b22db05fe0b56dcc3bcc4036127d1d446ca163e288e4 0.02 MB 15 28
160,504 160,504 000000000000058a4a53582cde13ea4565bda6741ef64556d34a9515c4700e76 0.00 MB 2 0
160,503 160,503 00000000000008809212b6e309e918154a5e79a5f326bf59dbb9210d6261e1cc 0.02 MB 63 4
160,502 160,502 00000000000008e190ae0b459f99a4ecc6e50faa40f5cf5f37ab6b949ccede98 0.03 MB 40 147
160,501 160,501 0000000000000c54c3aec4388855e6a5f5a7921c59e2ffc248e4e888011703da 0.02 MB 64 166
160,500 160,500 00000000000001d1744b6c765ef9b92db0ea635232720af6b4c917349659c3a5 0.06 MB 28 163
160,499 160,499 0000000000000d01be1e4ceb38155a3346ee4cdc6eb2f069e1f88d9283ccc431 0.00 MB 2 18
160,498 160,498 00000000000007fbd0e67fa4364eb489152682e978352d641799c0a91909bbf7 0.01 MB 15 261
160,497 160,497 0000000000000351a175be1ca50d662edb5f6580922c54e78cdcaf24ee42fca0 0.02 MB 47 238
160,496 160,496 00000000000007558b7c72c75c30a2d248c4b9709ca7ff994f13e5cb91a43bdf 0.04 MB 124 80
160,495 160,495 0000000000000b3629cb693ec2f43a72db177813b0dd9c5ed5561aa16e23f7cd 0.02 MB 36 378
160,494 160,494 000000000000015626c50ae5433c48a4e22ac10cc899de173c5c74ff55f17ed5 0.00 MB 13 254
160,493 160,493 00000000000008ef00994c3853bc8d85a87174bd0145f00218d7cc86cfaac4cb 0.02 MB 67 71
160,492 160,492 0000000000000d0eee60a24e191c6f3a426fcb32a6ad0f2a61fa38480c07fb5b 0.03 MB 65 450
Previous 10 blocks ↓
Total Size: 700.34 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,296.63 GB sent, 212.78 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.