Loading Tool

Explorer IconExplorer

Memory Pool

78,418 transactions
29.12 vMB
0.08191593 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt 53ecd855cd5a1c637f1fb5a350d25a1fb73d87054140e0fa0b0575986680d803
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ec1d2a009947fdb0f0dd2508676b6e039d0a524d6ab62b56f61378d9798a7f26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.02104303 BTC
Feerates: 178.73 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (275,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,194 639,194 00000000000000000008b5d1cf9b664c533c60a523aadbcabace3206609b8437 2,563 1.00/1.00 vMB 42
639,193 639,193 00000000000000000007e2d6ca03260e160212d2df0d062a7922fae36efbc944 2,555 1.00/1.00 vMB 40
639,192 639,192 00000000000000000007d9dabdb6f5da3de8237ca4d78c95981ffea1cefdb727 2,582 1.00/1.00 vMB 51
639,191 639,191 00000000000000000005394f7eeaf655725dfedc3fd0cf51525493d0ed5e5540 2,925 1.00/1.00 vMB 67
639,190 639,190 00000000000000000010344388cb4209f6f8a5d5b9b090cfb5f7efcf3a2014f9 2,225 1.00/1.00 vMB 42
639,189 639,189 0000000000000000000a9a5947717a306ab505c3eba277196460a3a8bcfb8a0d 2,794 1.00/1.00 vMB 45
639,188 639,188 0000000000000000000a9336e1f76963cf83898b143ccaf0602e3da98eb57e39 2,609 1.00/1.00 vMB 63
639,187 639,187 00000000000000000003ddd51467943e1372c08fce804d152987c9f90087b90d 2,685 1.00/1.00 vMB 41
639,186 639,186 00000000000000000008fac9aee6a2a4322a5018faf3bb930a823575d093eb39 2,672 1.00/1.00 vMB 44
639,185 639,185 0000000000000000000b9529db652b2424751aec0307fa81c4263e35e762012f 2,871 1.00/1.00 vMB 44
639,184 639,184 0000000000000000000a28cc26859ee1085bb69a9bc636f6217f7031aa65f42c 2,793 1.00/1.00 vMB 71
639,183 639,183 0000000000000000000df49dc22e49f5dd557d372993fb60db750ae81915ef6a 2,782 1.00/1.00 vMB 41
639,182 639,182 0000000000000000000430692b8f901013b4251a5e77211007b2ff8506fbb9dc 2,483 1.00/1.00 vMB 36
639,181 639,181 00000000000000000007f1e0770c22cd5eda24dffa532c914ae520de61cc2254 3,042 1.00/1.00 vMB 57
639,180 639,180 0000000000000000000d5c0312c9c7537068365a27564a87827114c4988d71ba 2,965 1.00/1.00 vMB 85
639,179 639,179 0000000000000000000cc3a35dd98b4253c31cc7e1eb0334a4c41667b2478f5d 3,111 1.00/1.00 vMB 51
639,178 639,178 0000000000000000000de832fd2e25fb9646d5939c3f55b9e65cacbd9c70b8e2 1,587 1.00/1.00 vMB 31
639,177 639,177 0000000000000000000295cf9cf4075b11faf2085c337765bc5930c6d72bf04f 2,424 1.00/1.00 vMB 45
639,176 639,176 000000000000000000045ce41cd57161363ac46844568c4da8e60cfbdc585468 2,101 1.00/1.00 vMB 27
639,175 639,175 0000000000000000000a265851e6baf7b8c2527032fb17a6686bc619d5c11878 2,493 1.00/1.00 vMB 20
639,174 639,174 0000000000000000000ac8d2d23d910585ca64f0c6620813261cc6d2c891bc2d 2,560 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.68 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: 678.00 GB
    • Received: 16.44 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.