Loading Tool

Explorer IconExplorer

Memory Pool

79,403 transactions
30.10 vMB
0.10439389 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt 4f38ae10e7d354f99a8146b5d453a9033276d4ef56f7eef04e6f1ee5090a961a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root f010a271f8d8c3a30d507af936ce8ac5c7e1e740233c77c81727ba2a6da9dfde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.03413320 BTC
Feerates: 151.00 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (209,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,321 705,321 00000000000000000000bb54786bd917a98aa559f4795b77bc8fd533aa98a352 254 0.09/1.00 vMB 13
705,320 705,320 00000000000000000001cbe4a9d73132b0c6130e5f8c9876ddeec0749f2b3034 341 0.29/1.00 vMB 12
705,319 705,319 000000000000000000088743e1f8eb0090b14c5be70d250c7a9141da434e4001 741 0.30/1.00 vMB 10
705,318 705,318 00000000000000000006e09af8fee9d079b2cc3402b1e72707bc79de005ed94e 395 0.18/1.00 vMB 11
705,317 705,317 0000000000000000000a6f4e57e6119e74f9901186262e49b22c9d55fbd362c9 1,453 0.58/1.00 vMB 5
705,316 705,316 0000000000000000000274b0059ff45c9f2052576164e5a5f4d68c8ec81d9081 2,665 1.00/1.00 vMB 11
705,315 705,315 000000000000000000086aafb8df9a115664233ff045c30f9a3b82635f17ebaa 2,516 1.00/1.00 vMB 18
705,314 705,314 00000000000000000007b4d556b926ed9b8d9801ac8349806ec28d58ebc4a010 470 0.16/1.00 vMB 14
705,313 705,313 0000000000000000000958cc361c9cd53fe763c7301d1fcb1a6cfb97b4cad0da 1,290 0.43/1.00 vMB 2
705,312 705,312 00000000000000000008f8813252809bdbec3bc93eb0fe612acb8a238ad0acce 1,917 1.00/1.00 vMB 8
705,311 705,311 0000000000000000000b0d52bccc7f5ee37818c538eb63c8d0cfbe4415ed31b3 3,049 1.00/1.00 vMB 25
705,310 705,310 0000000000000000000930f14e8e764c49d26264ae14d0e1f1611ce925d17272 455 0.12/1.00 vMB 11
705,309 705,309 0000000000000000000a6d51d98aa880ae6b84262f2753a373a82a8fa8cf6ab0 1,392 0.49/1.00 vMB 12
705,308 705,308 00000000000000000009886f0fdc2c10f2ee1ba4e2abc42660db47761e779488 865 0.28/1.00 vMB 13
705,307 705,307 00000000000000000003986ddb66afe40b40ddaf8089a03914246c75d8301728 127 0.05/1.00 vMB 12
705,306 705,306 000000000000000000080d39f43b7762d923cdb8c744f448677a6c2947e3ed19 1,465 0.60/1.00 vMB 11
705,305 705,305 000000000000000000044038ed2c9ea71d7ab2ae5cddbd1be5b420b9830c167d 678 0.32/1.00 vMB 13
705,304 705,304 00000000000000000009237b8b915bcf9023dea1a6abac6f31a8373a97ac764b 2,300 0.76/1.00 vMB 11
705,303 705,303 0000000000000000000876d82ceb483bfbde2f90deca01c54ca1a6ccadb1fe18 1,732 0.61/1.00 vMB 12
705,302 705,302 00000000000000000005dab51e281c22a67eee7f5b81a0d4a02663311b8a64a9 1,709 0.91/1.00 vMB 8
705,301 705,301 0000000000000000000067d0c5a2681403e39295c6418114968e081b543179d6 1,951 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.