Loading Tool

Explorer IconExplorer

Memory Pool

76,725 transactions
27.69 vMB
0.07903466 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 44607f6eb9d3698e3e5a0e4f5ef6ae720cb98c848dc164f0aa68935a465e04da
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 2452c2b96a8cad017ae8c01279ef3aea2cf160da1af0778f8dfc0bc4e8072421
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01979664 BTC
Feerates: 402.60 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (492,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,794 422,794 000000000000000005259ca3e68e36bb4ae75ce67d4277ca79a89931178f1f08 2,697 1.00/1.00 vMB 59
422,793 422,793 000000000000000001a31563d74f41b81295f05ef8851a9c65d1c04438903f99 2,472 0.93/1.00 vMB 67
422,792 422,792 000000000000000000ef1e88894a852b4eb8bb4b5eaecc9ff3e8c8d2935aaaa9 921 1.00/1.00 vMB 75
422,791 422,791 0000000000000000035eb209f03ad05f945883bd6524612a97c35e14b0978304 1,204 1.00/1.00 vMB 88
422,790 422,790 000000000000000003ad5c9cd5a88c4cdc8020cc858cc98c1cca1ce325e52318 917 1.00/1.00 vMB 86
422,789 422,789 0000000000000000019dcb23c248124ff47701958a96487065406c0ddbecc59b 1,379 1.00/1.00 vMB 95
422,788 422,788 000000000000000000df1ae97a29e07c66b23b8ac7ce3f6c7b90238c0ad37871 719 1.00/1.00 vMB 94
422,787 422,787 0000000000000000050e0ed8b70722ab830eae8e03d78df0e6888d8bb7e35fbf 1,113 1.00/1.00 vMB 100
422,786 422,786 00000000000000000059815c347a8bcedfd37528adf20f04f5933e3d1873c997 2,376 1.00/1.00 vMB 105
422,785 422,785 000000000000000000b417c2ff9e0c76cd44c5fca79ea703ae1dde4713e17947 2,513 1.00/1.00 vMB 46
422,784 422,784 000000000000000001546b64768f8a00ad0fccb67c0850af0fb28c2b6f66baf4 2,743 1.00/1.00 vMB 86
422,783 422,783 00000000000000000451c00589c24a3cc64dc35e0b20fb40082f159aec7c3dc1 1,126 1.00/1.00 vMB 59
422,782 422,782 0000000000000000009db0e7a7352ce23152d17b8c54b502529e989699d1e651 2,387 1.00/1.00 vMB 80
422,781 422,781 000000000000000002d682f516bbd9674dba95fc44792c33bf3f72f9515a1123 2,854 1.00/1.00 vMB 85
422,780 422,780 0000000000000000008b03a3db6ce348921e9a52e1b3526548dabddd8960d0bd 3,025 1.00/1.00 vMB 116
422,779 422,779 0000000000000000019961f38fd5427a7bc69cd5342de982151ffc0796d23873 864 1.00/1.00 vMB 26
422,778 422,778 000000000000000001ee666b0109edd0e301f4648335cb36d03cd5476a4af1ea 1,993 1.00/1.00 vMB 69
422,777 422,777 0000000000000000001748593b661f49cbd6c245feb0fbc253c57c1308556d09 390 1.00/1.00 vMB 23
422,776 422,776 00000000000000000331c5c68a01bbff8d5df3d1c7f904333d0df71d565af652 96 0.03/1.00 vMB 73
422,775 422,775 0000000000000000037d3ff27b42c1a7480e77f36feffce5ef10ae892db87085 1,158 1.00/1.00 vMB 35
422,774 422,774 0000000000000000047531f19d5b4575c4bbc2f45c234aaf2acb2210694f98ba 757 0.39/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.