Loading Tool

Explorer IconExplorer

Memory Pool

81,924 transactions
30.65 vMB
0.10069425 BTC
Random Selection Loading Transactions
Max Size: 184.08/200 MB

Candidate Block

Mining Attempt 4f33f3e6fc692fdd26591023a31b4b93734d6522007056c3ab80974ffd334f7e
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 5775225f19c602ce84eeb30db0c6d1507b809d1174a6cfcccf9994d8bf091a01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,480
Size: 1.00 vMB
Total Fees: 0.03483417 BTC
Feerates: 150.77 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (313,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,389 601,389 000000000000000000119677b4bbe2f6d9ef6ae55ad2f2fe9134a53025c2be37 2,093 1.00/1.00 vMB 65
601,388 601,388 0000000000000000000e705c81eafecc5c24a605e919239bea9068c8a997fc8e 2,874 1.00/1.00 vMB 34
601,387 601,387 0000000000000000000a0b54027781c324083e5880724cce245af2e718f30c38 2,453 1.00/1.00 vMB 42
601,386 601,386 0000000000000000000e3c321b48bb730abfbdc6ea4fe1570526581327eaaf5b 2,521 1.00/1.00 vMB 24
601,385 601,385 000000000000000000073fde7ea2738676671d8a2559273f0d618b6f51a4b5dd 1,920 1.00/1.00 vMB 24
601,384 601,384 0000000000000000000d4c9358433c2f3d6dc9d22bab8c0ac05ec062a389af6b 2,835 1.00/1.00 vMB 35
601,383 601,383 0000000000000000000e1b81c7e35c8e10a36f43e0d5335a47d39d09b26e7475 2,231 1.00/1.00 vMB 28
601,382 601,382 000000000000000000138c9de167b328b6d94f104b56ba3b592875c95d62d5f6 1,774 1.00/1.00 vMB 37
601,381 601,381 00000000000000000011d857c09872dd0298a828d5c1406460e1ff1ff2650c60 1,388 1.00/1.00 vMB 22
601,380 601,380 0000000000000000001151d0537de8cd20c48defc3abe51783e9cced549b30a9 1,701 1.00/1.00 vMB 29
601,379 601,379 0000000000000000001095176f8819da4416d529e95aec3f4eac04eb22e6cd90 1,169 1.00/1.00 vMB 66
601,378 601,378 0000000000000000000b057e7a8cee16be58fc632bdb0e443d3bd9493f5be4e8 829 1.00/1.00 vMB 79
601,377 601,377 0000000000000000000fac91f9ac0b7693ba9098ff6295a0ab0008df9156bf21 2,745 1.00/1.00 vMB 43
601,376 601,376 000000000000000000069eabca0cd228cbdd0ea94d152f743659c923e5aa2b34 2,250 1.00/1.00 vMB 5
601,375 601,375 00000000000000000013b4494c6c26d1616ed8902f0e68be4b521c8de536a102 2,840 1.00/1.00 vMB 30
601,374 601,374 00000000000000000011777a64caabad1ec76f646fc80c90ccfb9d3ea89b3a82 2,398 1.00/1.00 vMB 13
601,373 601,373 0000000000000000000afc9e06b4a1bb831ccefba4df9e544c7585530f5bce80 2,113 1.00/1.00 vMB 26
601,372 601,372 0000000000000000000b4cb24c52c5215882a81d1657fddd6149ab983219d137 2,451 1.00/1.00 vMB 40
601,371 601,371 0000000000000000000331dd75a73540ce81558824b9dd110d6a05ef524262b8 2,490 0.99/1.00 vMB 16
601,370 601,370 0000000000000000000bb3dfb7d0b26bf4231002bb4dd5a067ef9d672be05772 2,863 1.00/1.00 vMB 43
601,369 601,369 0000000000000000001152512d7679848b3961f1fbb4c8819f6f3bd16d905a4d 2,527 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.