Loading Tool

Explorer IconExplorer

Memory Pool

87,360 transactions
32.41 vMB
0.14873558 BTC
Random Selection Loading Transactions
Max Size: 196.14/200 MB

Candidate Block

Mining Attempt f2e6888d7791a0bf0f93af6adabef04bfc3f08f619cef39e82e28a7b0dc312da
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 4f5c024975e4862bba7ace557ddf65196f3a3b1806dc8f4a87f974947303a7d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.04822510 BTC
Feerates: 522.41 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (590,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
324,409 324,409 00000000000000000a517b259163e8f7544c72783b6592d5d3835295ded1cd6b 1,103 0.69/1.00 vMB 26
324,408 324,408 000000000000000004c393e2c4409ce684e95aafbe4c71b635d26885b0d855c0 519 0.40/1.00 vMB 20
324,407 324,407 0000000000000000135bec658abc3e9606cfc1a481ae74189b8a34ab2624e1e3 1,820 0.90/1.00 vMB 31
324,406 324,406 00000000000000001caa3f27c0914686afb538de69c809ea4aa91081d79df874 1,087 0.50/1.00 vMB 31
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.