Loading Tool

Explorer IconExplorer

Memory Pool

87,333 transactions
32.40 vMB
0.14824597 BTC
Random Selection Loading Transactions
Max Size: 196.10/200 MB

Candidate Block

Mining Attempt db8ade1f35e0c629a004e70b177627661557bb24356f7e3bea877e1bdf66dca9
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 3105d613e562c666766fca34528cf3ea57e8faa2713afe3f31d6f507aac470e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.04778346 BTC
Feerates: 522.41 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (590,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
324,430 324,430 000000000000000000fba62050911e4b04c0c01485393fc56053daf707d7b8c9 379 0.22/1.00 vMB 25
324,429 324,429 00000000000000000bea065eca72bab1e2a58950e09ec03141acd0fe314c826c 1,275 0.68/1.00 vMB 29
324,428 324,428 0000000000000000128ffe81aa0c5bee3b8dce5a9331da7c139ce3ab4c59a8d0 380 0.17/1.00 vMB 29
324,427 324,427 00000000000000001473a57d77c129e159be0f8a3c076b2d82ef3cadc8a66c53 1,161 0.88/1.00 vMB 21
324,426 324,426 00000000000000001144cf4bfc3c0424f60f6074466586a0d56bd6e7bfb3a6f2 1,725 0.75/1.00 vMB 37
324,425 324,425 00000000000000000bcdad92de2fd4f3546f013e2a1ea7d7c951d26d9c51149f 531 0.23/1.00 vMB 30
324,424 324,424 000000000000000007ec033f4f5a7f65f421d8c9fc7bd7a6710c79c605e8f235 464 0.30/1.00 vMB 25
324,423 324,423 00000000000000001f9d250062cd342288311eaa6bf80f00518b7fbefa290602 1,199 0.56/1.00 vMB 29
324,422 324,422 00000000000000000691bd63b7a746a8a820432d4a907b2d42b03fd7fdf7289a 144 0.08/1.00 vMB 16
324,421 324,421 00000000000000000032bbaf26fbd18c47fcde17dae56d7d4e284ad81add2604 1,140 0.58/1.00 vMB 29
324,420 324,420 000000000000000007ae63d69607d03697cb35e1f31eb5a1651ee4ae34439708 1,803 0.88/1.00 vMB 31
324,419 324,419 000000000000000011a2f1df52599a6ec892389c6e383baee561c9df92559506 330 0.21/1.00 vMB 20
324,418 324,418 00000000000000000e30d210fe5cd8f09f5306adf4c2d51021f017a52cc2d6de 1,213 0.61/1.00 vMB 32
324,417 324,417 00000000000000001ab2a0109ab0a51b890bcc5d07a6e790a850de76c48582f0 603 0.29/1.00 vMB 30
324,416 324,416 00000000000000001bf68a70f49af552db4562b9a7e7b65257b8f25abd08280d 1,179 0.60/1.00 vMB 29
324,415 324,415 0000000000000000181f6a8e3ab2a9c2d558292d18601aa9b4448d5f12990e62 879 0.52/1.00 vMB 28
324,414 324,414 000000000000000007c28949b30eed4a22ee1490b059893813498a082ccba8c5 735 0.44/1.00 vMB 29
324,413 324,413 000000000000000003bb39e9d2919b2c4cb5c8deb66264403b5f663cf0980705 380 0.25/1.00 vMB 23
324,412 324,412 000000000000000008e61a0268d785ffc8d565f59220173d3e4699daf1d674e9 778 0.39/1.00 vMB 35
324,411 324,411 00000000000000001d3d4a0dea35e37046a751a81cf3f89791395e10bb8ff71c 169 0.08/1.00 vMB 32
324,410 324,410 000000000000000001fc1ff9ac475538dec8a6daba4170a0bbb1958a17f4bb45 654 0.33/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.31 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: 660.20 GB
    • Received: 14.63 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.