Loading Tool

Explorer IconExplorer

Memory Pool

80,732 transactions
30.04 vMB
0.12465271 BTC
Random Selection Loading Transactions
Max Size: 180.68/200 MB

Candidate Block

Mining Attempt a61cdbeab529c1f6d7be1fde6d11d11fc0dc7d845483b5df624cdd0d9eb713bd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8eb6e9c6992803922296336e58154315f0b15e793a940cd5e55b0516c0e2ff45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.05152359 BTC
Feerates: 242.90 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (499,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
415,305 415,305 000000000000000004b05db99112c47c88740f92f7c8db0d24293a20740862da 2,041 1.00/1.00 vMB 59
415,304 415,304 0000000000000000043c6c11db1f30be7453749e4053d5f427103d8733bee787 1,613 1.00/1.00 vMB 42
415,303 415,303 00000000000000000284ebc55185e4db4109146c75b9a98c0177798d9ce96f33 3,287 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.