Memory Pool Memory Pool Refreshing

3,316 transactions (0.83 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 3,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,015 (841,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,497 67,497 000000000022f711053867e6d0cf4cde122c527e44d4d4feca603b7f97b61886 0.00 MB 1 0
67,496 67,496 0000000004786c773f99e3535eb57e7b18a3da7959960346a2089ef000de0656 0.00 MB 1 0
67,495 67,495 00000000056206c47c7752a11615505d197c56a57adf4d1a57cb39879f622677 0.00 MB 1 0
67,494 67,494 0000000000ba18aab384dac396042198ae07a39169d5af5a34083ce69c1abd18 0.00 MB 2 0
67,493 67,493 0000000004a112e52d1f3a3b14ee3e9a1569a2355f2cc2c6c1b89947d89dae46 0.00 MB 1 0
67,492 67,492 0000000003be82d6694f0e797ed474a4e06590a89edb4eaa9b8e2c09e54a1c57 0.00 MB 1 0
67,491 67,491 00000000047767432688b77d481fb1d5966f2ed9fc0a42b7c35314b49a2892f9 0.00 MB 2 0
67,490 67,490 000000000417ea495f484ee62c1bc50ef3312c6034d67684e1f9e9ab77c23334 0.00 MB 2 0
67,489 67,489 00000000059d9a9d286fd29e34589a52161acc5b05af7e52a067204b27d32c66 0.00 MB 2 0
67,488 67,488 00000000050699ea7e4c52e3cb64dbc1e3cf1e19a5cf84f501894939476e418c 0.00 MB 1 0
67,487 67,487 0000000004537a6d8d3a388fe7aa42ab387b05bc6d744f5c2dc12f95ec9c3f36 0.00 MB 1 0
67,486 67,486 00000000029cfe87488c8dda92ef521d10afb233c3af42373318dae12d80eed6 0.00 MB 2 0
67,485 67,485 000000000330e8135f9873ff2fee9c7a21fe7402abcfc1d6e958d9b6cb85da24 0.00 MB 1 0
67,484 67,484 0000000001cc036b232b98c91499db4b4954aa258fdebfb1b121f92c8ab32c36 0.00 MB 1 0
67,483 67,483 0000000003aff12575a4f7902df877761a7303f9f131a4743024ac094a709f06 0.00 MB 3 0
67,482 67,482 0000000001e326853f7fda39f4d25feb5a6a8421837e57dad61cd2fd709a167d 0.00 MB 1 0
67,481 67,481 000000000151fa9ac0514992f174ceb365a76f04bbb07deac2d4ffa4ac4f1e5d 0.00 MB 4 0
67,480 67,480 0000000003ceb2754b6cf575fc79c22981d803cc3e2bdabb46e4ed4929a217cb 0.00 MB 4 0
67,479 67,479 000000000026b9a7f33c4c22a9dd7a4649029e426d3875cc2a3c7cae26c7482a 0.00 MB 1 0
67,478 67,478 00000000055940d639ef4df32f32a608571206794dbb57256b24f4bb41e5120d 0.00 MB 2 0
67,477 67,477 00000000018ec43121f96f6b1bf6c48b6cdb674673b5960f22e1b8e745941efe 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.58 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,868.36 GB sent, 105.32 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.