Memory Pool Memory Pool Refreshing

3,239 transactions (0.87 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 3,221 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (854,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,339 54,339 00000000142c07dc9877702b74cb86214a1038a7133046d53962eb2a54e5039a 0.00 MB 2 0
54,338 54,338 00000000108fcc99b012d937479be8dd4bf66f92475d5af33e60d4e4722e9094 0.00 MB 1 0
54,337 54,337 00000000090009d65fd579feb4a3acc959777183b13a7b1e3d7673dd7a289c49 0.00 MB 1 0
54,336 54,336 000000000485af1d5aa111dd7867fc8ad5f44b0cd81968e1f44c2c25d16c23e1 0.00 MB 3 0
54,335 54,335 0000000001268d16d1db6f2ad37aea5685d762618fc053e903dedca7cbff1c38 0.00 MB 1 0
54,334 54,334 00000000146c92692b5d42ccfcf337a5907d98e780227cd1dd409f58fa59671f 0.00 MB 1 0
54,333 54,333 0000000002ddcc4e0be7a8d95a22f0c21160efacf4006d8478998eae9fa86bf7 0.00 MB 1 0
54,332 54,332 00000000064769e751d12b25bfccf80421ab00180cd299f7a0dd10ea468ff19f 0.00 MB 1 0
54,331 54,331 0000000001df468153c025a11a9e99a844419e1a9a2b20c81c2ce4b795747699 0.00 MB 1 0
54,330 54,330 0000000002045f3a86ea2186ba85a00ffe40a02c3e80a3a8e55dec0b7eac560f 0.00 MB 1 0
54,329 54,329 000000000a8b135bc24b84541228b95cf03108be7ec9438462cb86c906d5de69 0.00 MB 1 0
54,328 54,328 000000000f0cf61dd200513c03149e720d2b889bd51a3d1158413e3df4e9d3c4 0.00 MB 1 0
54,327 54,327 0000000007473ffbd77c3a34d49d52e75a81d91a06576a1ded99fe1740769594 0.00 MB 1 0
54,326 54,326 00000000052df904a4793102c3f45825d3c92e5a0d0fdf1d1f05c8eb014c632f 0.00 MB 2 0
54,325 54,325 00000000129ff98a7d6031a3c1c7dac2d984f794baa13f2732410780f540e8c8 0.00 MB 1 0
54,324 54,324 000000001545177982c3650c47fcd12b3be13b72b1875e4279f50801a00354de 0.00 MB 1 0
54,323 54,323 0000000012c2258c1b0cb92bb63bf4a23fdb1f409c6248bcf3106fa503616208 0.00 MB 1 0
54,322 54,322 00000000002971899f19c9304908dd3544b035b553a3d5debd2d586d24698880 0.00 MB 1 0
54,321 54,321 0000000003820fda12cd950c6ac4223714900ddcacaa08b6fdd4cbb029b656b0 0.00 MB 1 0
54,320 54,320 00000000152f12c1f9352c11c99c70ab0599f95f4a783ebf2c2d0486fcd7d823 0.00 MB 1 0
54,319 54,319 0000000002d33fb7f015ed457c54276f2d82d2ecba87aec2beff6e29c3ffa5f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.21 GB sent, 106.21 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.