Loading Tool

Explorer IconExplorer

Memory Pool

81,265 transactions
29.86 vMB
0.10589773 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt f5bd6cd638ce05af4fbceb86b54ef86c87633f0bff6f1b36294ceb048b373f0e
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9f1acca07955efce11ae474ea27709ad4c783a4c03b5e06787badd0860f260c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.04024678 BTC
Feerates: 146.36 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (546,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,464 368,464 00000000000000000816097c4958c258d50c06453c3edcbac850d293c4e4ea2c 423 0.85/1.00 vMB 18
368,463 368,463 00000000000000000225a63f8b21735c51a27dc09e6484eedb2fa4ce17adbfb2 1,296 0.93/1.00 vMB 34
368,462 368,462 00000000000000000329db26c0bdb0885dfeaff88b7ca0ecac803ac8038a3166 675 0.75/1.00 vMB 25
368,461 368,461 00000000000000000cf6723f7e0b036c723f54cdb8de4c62cbd3cdeb1611e74b 1,065 1.00/1.00 vMB 29
368,460 368,460 000000000000000003220d34b3f8cac7ff505cecee97aa8b55b114783748c4a0 1,234 0.75/1.00 vMB 53
368,459 368,459 00000000000000000edc686ccef9ea641d38096146f93d4b3dda666a23793dc4 1 0.00/1.00 vMB 0
368,458 368,458 0000000000000000074599c4d1d8b5710f5bf11b851cdfbd68f00f40a03d3b0e 933 0.95/1.00 vMB 34
368,457 368,457 00000000000000000dcb5cac54f4a9ea780924f277b420c19b605f8e6781abfa 1,166 1.00/1.00 vMB 27
368,456 368,456 00000000000000000940f2a9fd6a5a43810938134b694ec40d2b0c0551c945be 1,184 1.00/1.00 vMB 32
368,455 368,455 00000000000000000489cf4f6f4ef810d0cdcdf3a0f3199c14de03fd3d4cfcbb 605 0.87/1.00 vMB 29
368,454 368,454 00000000000000000e3f6fb69683f7b37687dddb970961930e63c1108492dc6d 2,287 0.95/1.00 vMB 64
368,453 368,453 00000000000000000bae79f74c2f21046a1d8708dfef18c4427686b7d1647702 562 0.93/1.00 vMB 21
368,452 368,452 000000000000000005e19473c7453317b5b55bb13ce8a8f38220099895a4928c 871 0.93/1.00 vMB 27
368,451 368,451 000000000000000001411176b8eb0cc0f038baa0aca2db239d32f31da7fb4bef 1 0.00/1.00 vMB 0
368,450 368,450 000000000000000000d360f973634c3940846214c0c920fe607cdaa3ddba2ffd 2,206 0.95/1.00 vMB 51
368,449 368,449 0000000000000000035deee3ab16d685627d4f99f57d6952c31ab31ddb5fe312 1,746 0.75/1.00 vMB 53
368,448 368,448 0000000000000000109ea6e398c65e7e1464f04a6eccc4c50434ba4182c2e9f8 716 0.88/1.00 vMB 23
368,447 368,447 0000000000000000095c2d1e3829a74c8e17dd91a5140ceeafc87936c9ecb49d 2 0.00/1.00 vMB 0
368,446 368,446 00000000000000000f98fd570ae6ee82e11370ad0170935324ac1a80e14a09f5 1,151 0.93/1.00 vMB 33
368,445 368,445 00000000000000000fdf0e0edaa0c623674891d415005bdf45e7d91eacaab042 1,257 0.75/1.00 vMB 56
368,444 368,444 0000000000000000099d6135ab74d93902e81eb509e1dcba8df702daca65a955 1,782 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.30 GB
    • Received: 15.90 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.