Loading Tool

Explorer IconExplorer

Memory Pool

27,851 transactions
27.47 vMB
0.06400877 BTC
Random Selection Loading Transactions
Max Size: 132.23/200 MB

Candidate Block

Mining Attempt a5646aa30650b34bf7c343daff5fb9cd1f897fe3b83dd092c0d1d226e98f5801
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root 8754a87ffc7cd9396aaf8dc259a21a6a98508e24954b24c34740bd422b55a0dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.01176322 BTC
Feerates: 44.54 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (471,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,579 442,579 00000000000000000117aaca018bf97bd20a5488b8100a5481009da53d0e7ce3 2,509 1.00/1.00 vMB 81
442,578 442,578 00000000000000000154f80d0c20d6956a2cedd996b9b2e56239523711a01d71 1,116 0.43/1.00 vMB 80
442,577 442,577 0000000000000000005ac3421af6ad0f83e4fdda2d9490de5be91865bd042137 1,748 1.00/1.00 vMB 45
442,576 442,576 0000000000000000011440a3a16ee15b7e716153e0c5caebfd53caf2b6e32006 2,007 1.00/1.00 vMB 72
442,575 442,575 000000000000000001c574af5839b8dce347e96ebbe53c64e182be12a2911379 2,614 1.00/1.00 vMB 85
442,574 442,574 000000000000000000410b356e18f3581ff7f208c5d315d522b9a1ad37dfe61c 2,208 1.00/1.00 vMB 74
442,573 442,573 0000000000000000006542fc87db529f268937879eeb6cab6f8a787f3e19edc2 378 0.38/1.00 vMB 24
442,572 442,572 000000000000000000164b9fd775d8ce4e7d97b6af810a6f52ffda9eee5fe2e4 2,430 0.97/1.00 vMB 62
442,571 442,571 000000000000000002135e1c3ff0904f9be502deda5033256e17af1c54165de3 1,976 1.00/1.00 vMB 56
442,570 442,570 0000000000000000038f9be8b6633a81f985f64e64603cd7fb2945187bed0892 2,543 1.00/1.00 vMB 76
442,569 442,569 0000000000000000007a3a5bd5bb41184b3fb40cfa628bf6eb52a25435c2a866 2,492 1.00/1.00 vMB 63
442,568 442,568 0000000000000000005a14a6b75555b93a8a26e1f77da3ae30f60571d6a5e1ca 2,270 1.00/1.00 vMB 97
442,567 442,567 000000000000000002b4c670faf24493dc45709c3d086fcec58a8941de9680ed 1,856 1.00/1.00 vMB 67
442,566 442,566 000000000000000003a57d4372c5fccffcb2fae08855c34016942b874320e6d4 2,380 1.00/1.00 vMB 75
442,565 442,565 000000000000000001271b922065277791f4760d0a6be754f3cf181c322b1846 2,561 1.00/1.00 vMB 91
442,564 442,564 00000000000000000345ec12d06a04f145ffeba4808c2c11d1111646ec25843b 2,457 1.00/1.00 vMB 84
442,563 442,563 000000000000000000981c319de39367f4e1c9f90c2d1a177dde9a41d5a9cab9 2,388 1.00/1.00 vMB 73
442,562 442,562 00000000000000000197c53d45144e99ed69cc57a3428593c2e4bd98d8e5603a 2,636 1.00/1.00 vMB 72
442,561 442,561 0000000000000000023f2b45967cbf3225e28096806ad3a9592a2cf035b35560 2,845 1.00/1.00 vMB 87
442,560 442,560 00000000000000000354b1b1f4aa52a9f35c3ae34efd8f7609c303d7c53ef637 2,644 1.00/1.00 vMB 74
442,559 442,559 0000000000000000015844fb4c62228f866a810e496dbe2c840d28a81e06a129 2,630 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.49 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: 611.92 GB
    • Received: 10.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.