Loading Tool

Explorer IconExplorer

Memory Pool

29,243 transactions
24.95 vMB
0.05162424 BTC
Random Selection Loading Transactions
Max Size: 122.64/200 MB

Candidate Block

Mining Attempt a0835f05bba29f473bcdb9cf63949dffccf7cd923586a2ba4496ef8b161f5a7b
Version 20000000
Previous Block 0000000000000000000141573b62540c9f2c6acc69c5eddf5652e6d4f8e32a08
Merkle Root 245b82719f6e161e6ffa10938bff35ac41915f492d31048754089f70d8be62dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,640
Size: 1.00 vMB
Total Fees: 0.00654449 BTC
Feerates: 44.54 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,191 (865,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,546 48,546 000000001a06a0bbacc5e2cd2ed328bedd145fa4407db03ded9dbd09f41dd3f2 1 0.00/1.00 vMB 0
48,545 48,545 0000000017d9dfebc5d1c5fe8b9839f06429c46cc3c3e20c2c2d368da4ebe7d0 1 0.00/1.00 vMB 0
48,544 48,544 000000000b5da4e5e3ceb4f310aa97f7cf8158d0085c118e529d97d96f3d7be7 1 0.00/1.00 vMB 0
48,543 48,543 000000000252d257a261a89d6a26b90b6ca94bbdb36991a5df7ebc92273f5224 2 0.00/1.00 vMB 0
48,542 48,542 0000000023b09eb93358ecd63062abd19bfbb4ad2c3ab09467dce45e2cd7b229 1 0.00/1.00 vMB 0
48,541 48,541 000000000c7d005f2b90f5cbb4ec14907f5609f302228f43fb2441ef4b1be837 1 0.00/1.00 vMB 0
48,540 48,540 000000002285eadb7ac376942cfa3dc3697b62bb52b9572374634d64c48032df 1 0.00/1.00 vMB 0
48,539 48,539 0000000017caaa89d2ca84b58bf0f2186ede63005d98fb8eaa4d101555ccffc7 1 0.00/1.00 vMB 0
48,538 48,538 0000000002e3ad918515d3a1f325d023ba43713ab70e6cbe50e63ad132c67be8 1 0.00/1.00 vMB 0
48,537 48,537 0000000001cd7d8f2d16a20ccd2b5fe09d9569781a0e590ee9529cc95fa0db16 1 0.00/1.00 vMB 0
48,536 48,536 000000002832884ff34520263d8fde2ea3ef96ad3f93c1d616cadef0673457ec 1 0.00/1.00 vMB 0
48,535 48,535 0000000012af1876a126d3a06e36b0cc4c77361b2164e59cce8e26aef485269a 1 0.00/1.00 vMB 0
48,534 48,534 000000001c9eea1a5182f126b82c2dd208895113081eee34bd0fc7e6b0e05e2d 1 0.00/1.00 vMB 0
48,533 48,533 0000000005fa27de96c72f1bc036e0dd979fe71c1d11eb71aa26db0da9b84648 1 0.00/1.00 vMB 0
48,532 48,532 000000001941157a8714517e2264e8fc0ac5921c99ad434427420094526221c3 1 0.00/1.00 vMB 0
48,531 48,531 000000001c8f47b537681f68f0b409f1f4f892e90261c4c926518886578536b3 1 0.00/1.00 vMB 0
48,530 48,530 00000000035619d08ff24326056cbab1afcc16ba8e3598cba14531fd27218089 1 0.00/1.00 vMB 0
48,529 48,529 00000000146e34eff1ef622d9f8e42a0f9d000535ad63fc59eef99d0497459c5 1 0.00/1.00 vMB 0
48,528 48,528 0000000007af6ff7230fc5bf4126cf355c19fa935ee7e47ba469df3a53ddbfb8 1 0.00/1.00 vMB 0
48,527 48,527 000000001bc7a42482b7818a4799a685c0289feeb1ffafc09c063e74713956d0 1 0.00/1.00 vMB 0
48,526 48,526 00000000086382f110d28dd909699a2d21ff398767f0a5089099229ec2ed003f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 572.74 GB
    • Received: 7.96 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.