Loading Tool

Explorer IconExplorer

Memory Pool

43,656 transactions
26.45 vMB
0.06192011 BTC
Random Selection Loading Transactions
Max Size: 139.28/200 MB

Candidate Block

Mining Attempt 46800ca7e2e3841fa2dd14556351e8e5577da983983d3b9b9b09db1bd0303d7e
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 4f7f8701af01ca46d0ef4011c6254af61caf0ea9abc9f7f0916e8be024303ff8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,874
Size: 1.00 vMB
Total Fees: 0.01351845 BTC
Feerates: 150.75 > 1.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (99,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,266 815,266 000000000000000000021d19326e0c709e36ca16813e092e84ec5f7c3402431a 3,478 1.00/1.00 vMB 74
815,265 815,265 00000000000000000001d5f4ea4a18ac3aa177f0b62e4a4b63c90de28067b29f 5,381 1.00/1.00 vMB 56
815,264 815,264 00000000000000000002a8cf64c3243d0a3a053e9a91f058be17be96e1369430 3,641 1.00/1.00 vMB 72
815,263 815,263 00000000000000000001cb1d8b98940e64855f82fd3440844034ba21609dd8e0 4,377 1.00/1.00 vMB 60
815,262 815,262 0000000000000000000012200c7dad14f7d6cff83b7401bd99621cc3ed719067 3,573 1.00/1.00 vMB 70
815,261 815,261 0000000000000000000205aefe68f531ff2afaf4e7e02b92b183b48354a0d235 5,420 1.00/1.00 vMB 58
815,260 815,260 0000000000000000000114f55e6d84adccb8da7a79b20d9804be12798ed450d9 4,932 1.00/1.00 vMB 62
815,259 815,259 00000000000000000002756eb555ace72b25460e6de536a6f8a70a22e54f307b 4,926 1.00/1.00 vMB 71
815,258 815,258 000000000000000000035ae3cbc11f6679d7884b1e71633b226e665efd4a2012 4,818 1.00/1.00 vMB 73
815,257 815,257 000000000000000000018994a6570887525fa142730f9d71743bfa48deb651c3 4,914 1.00/1.00 vMB 83
815,256 815,256 00000000000000000003953def8d9143eaca8e8f396bb2f10e12d87333b455fc 4,654 1.00/1.00 vMB 63
815,255 815,255 00000000000000000002d51437f5d3b7929a1aee475475911cfad178a6043b53 4,310 1.00/1.00 vMB 74
815,254 815,254 000000000000000000039316d25381e75430efab658033903ad39e5c016df6b2 5,218 1.00/1.00 vMB 78
815,253 815,253 00000000000000000002b36823636496e8a740da435f50a90d714596b1787c30 4,056 1.00/1.00 vMB 80
815,252 815,252 00000000000000000003450897ed1b6e1c54f7b0e25230fbca3569cf47b7c983 4,175 1.00/1.00 vMB 65
815,251 815,251 000000000000000000044c361354711f44a5b0b52b3c8fb1dc72da11fcc1f938 4,773 1.00/1.00 vMB 59
815,250 815,250 000000000000000000024df589b55fc0f99b63b882c84af0b31fc46d82eb0819 4,392 1.00/1.00 vMB 56
815,249 815,249 000000000000000000035668b16a4e12cd62ccbd6d4c9cd26235b6f3cba70cf2 5,563 1.00/1.00 vMB 53
815,248 815,248 0000000000000000000454161845fc0781a9ffbd4ce185aa0308ebaf37031e80 4,317 1.00/1.00 vMB 57
815,247 815,247 000000000000000000012d4c6af0c1ff5f9942ea321becba60b5a3d72e346928 5,563 1.00/1.00 vMB 59
815,246 815,246 00000000000000000003c0516431cbb021f85cef8f3c7bfd7c945be41d3279d6 4,315 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.