Memory Pool Memory Pool Refreshing

41,993 transactions
22.44 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,506 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,453 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,505 (46,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,347 824,347 00000000000000000002dc61f09795bbf04e15897be6b01741ba619117fbaea3 1.82 MB 3,209 47
824,346 824,346 0000000000000000000138d259f72625bff7b81793a255932d34bdf4c46e48c3 1.61 MB 3,047 84
824,345 824,345 0000000000000000000248a5e1571ca92fcc81abafc92e0ae3f9cdbeec2465c6 1.80 MB 3,168 54
824,344 824,344 00000000000000000000c475d6422496500101ed70df16106b86c91bd2e80a3f 1.61 MB 2,216 53
824,343 824,343 000000000000000000038cf5c069663b1b13062c59083dacb2a15ed14a6d78b3 1.60 MB 3,207 90
824,342 824,342 00000000000000000002614bda6bcdba9e20b707857a5b564c31e029e6b0ddad 1.61 MB 3,076 67
824,341 824,341 0000000000000000000336a131c32c2035c3c8251f0ea33c51cfa2d2da436a5e 1.95 MB 3,521 67
824,340 824,340 00000000000000000001487ebbf0bc780df3c89b8eba030adafe63d2823313bd 1.96 MB 2,899 60
824,339 824,339 000000000000000000025666e1c71ed3088067732f76d41467fc92e3fe21fdc6 1.74 MB 2,493 55
824,338 824,338 0000000000000000000357e081e0454cd8c8b92d9ad54da9df0d1e94b14b668a 1.66 MB 3,393 116
824,337 824,337 0000000000000000000165fba6cf079ebba744d2c953aa7b791bdaac3da094b8 1.86 MB 3,267 105
824,336 824,336 00000000000000000002f7f7be7a4202a167e04bb94b789b5d8656cabd12dda6 1.65 MB 3,073 56
824,335 824,335 000000000000000000023100514c44c0deefd6de2aa4535cfb041901dba8a975 1.57 MB 3,481 123
824,334 824,334 00000000000000000001f809cc66f888a4ce432da60403c97e1669988622622d 1.81 MB 2,494 57
824,333 824,333 0000000000000000000260f926c3f7733605e6e42f4e5c11a19f342dcae6e9a4 1.97 MB 1,673 47
824,332 824,332 00000000000000000003e52a678383009bbb852d72a0b1f9f80ba574b5672360 1.73 MB 2,310 56
824,331 824,331 000000000000000000029c8769206d63b2ef3eeaf6ae6032b9adc71f1543fc33 1.96 MB 3,030 93
824,330 824,330 000000000000000000017506aec101fd8a5d622c65326f65969d059929064478 1.89 MB 2,527 66
824,329 824,329 000000000000000000030217c0ebd1b335c90cdb609d4e4cca1a7fa239853095 2.25 MB 2,491 77
824,328 824,328 0000000000000000000186febf698209fefb19f47f8c204f218f0d00992aa5c2 1.72 MB 3,099 66
824,327 824,327 000000000000000000010ddc54019ac748e1ff6544a51cb6a6f59ec9d3e19f82 1.55 MB 4,123 127
Previous 10 blocks ↓
Total Size: 700.40 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,307.60 GB sent, 213.25 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.