Loading Tool

Explorer IconExplorer

Memory Pool

78,311 transactions
29.10 vMB
0.08118436 BTC
Random Selection Loading Transactions
Max Size: 176.11/200 MB

Candidate Block

Mining Attempt ead95b9ccbbbbbb88153151276ee725bf237108dfcdf479dc1e705c7d6657e39
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root c4456d4b27a2ce93e9ebce2a6f9c1d2c1ef46e66d844c5cf5c07433c3200edf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.02039029 BTC
Feerates: 178.73 > 2.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (499,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,326 415,326 00000000000000000591ca7d95909babfd27dfef1c6a7727ac14b8710a6d56c7 2,071 1.00/1.00 vMB 88
415,325 415,325 000000000000000004925d30a0c4600b689fdd460f95a18e2daa48749ba56c59 236 0.24/1.00 vMB 35
415,324 415,324 0000000000000000005ca89feefec5d640b4676a419f90c631726fd82b550399 1,646 0.92/1.00 vMB 42
415,323 415,323 0000000000000000003dd7b991e9884ca63fc29faf99b54a271097ffa2ee1cea 2,274 1.00/1.00 vMB 50
415,322 415,322 0000000000000000042923f66e16d32cb3f8df27eee7a95a01d5df199fd86d06 1,795 1.00/1.00 vMB 43
415,321 415,321 000000000000000000541f7593abdf4f46efad4d05efe7f0a01b347d4080fdba 1,745 0.99/1.00 vMB 41
415,320 415,320 0000000000000000059494c57df79a41ab651fb328e27b24249001a81dfa0bfc 114 0.05/1.00 vMB 58
415,319 415,319 000000000000000001a2ee8758eb100b9b69b4e5c22b3b9005af192f1d5be2d8 812 0.95/1.00 vMB 24
415,318 415,318 0000000000000000042924d62fd60b173bb3ad0dfb6978f8e8f3c8e83892b1f3 1,199 1.00/1.00 vMB 29
415,317 415,317 0000000000000000032d9f1a1f6ec1aab8c7e876b89845f7360ec5dcf15a844e 2,542 1.00/1.00 vMB 57
415,316 415,316 00000000000000000112b3124990ec0305042671e918a00cb7c9240fb72bb0d2 822 1.00/1.00 vMB 16
415,315 415,315 000000000000000001077aad04c07727284e6edcfae6e4abf610b22aac69244f 1,584 1.00/1.00 vMB 31
415,314 415,314 00000000000000000103fe603f50f572e515d70b958a1c9733f8f9a7ca826076 1,856 1.00/1.00 vMB 39
415,313 415,313 000000000000000002bc8313f66f224502e450c5603d2214d000db3eb31e0570 2,386 1.00/1.00 vMB 49
415,312 415,312 0000000000000000024ad6f6f0bf32eacffcf7754b162e4f8e5475df9a0fae6f 1,642 1.00/1.00 vMB 34
415,311 415,311 000000000000000000415cae217b3053e42fd5d0a9d573eac7c0ce293ba2059c 2,783 1.00/1.00 vMB 72
415,310 415,310 0000000000000000015df11ecd92469d44b5593f4dc3814f30973a09dcb89981 27 0.01/1.00 vMB 114
415,309 415,309 000000000000000000cf5babff72ce166f5a716146e6a6f447b9d029648d5569 2,518 1.00/1.00 vMB 48
415,308 415,308 000000000000000004e093d321829b24df6325612e042f8dcfc339fe81f9940a 2,552 1.00/1.00 vMB 56
415,307 415,307 000000000000000004ebfe1ee320cf5a690b1a41e42e58839494b7f8f2252197 2,359 1.00/1.00 vMB 61
415,306 415,306 000000000000000004362567ed090ad678831169efb2f84ccf0df2091b882785 2,534 0.99/1.00 vMB 62
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: 677.80 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.