Loading Tool

Explorer IconExplorer

Memory Pool

81,841 transactions
30.09 vMB
0.13493768 BTC
Random Selection Loading Transactions
Max Size: 182.23/200 MB

Candidate Block

Mining Attempt 87b5d72eab39aa8500ca7c366261098912bece9db3ecc6667ff57a5963ef0690
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 8748ad163f04726609266dd9ccbb87cfc58c79834c0040f7df82685184376b77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,852
Size: 1.00 vMB
Total Fees: 0.06146534 BTC
Feerates: 101.68 > 6.16 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (201,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,378 713,378 000000000000000000000d0a8a47efafa544735c6f7890471c19cb4751ba7b78 2,063 1.00/1.00 vMB 5
713,377 713,377 00000000000000000007616c810c405190dcaa0308cb9193a6235ff957f6b197 3,139 1.00/1.00 vMB 5
713,376 713,376 0000000000000000000a15ac4d1f05e16bcc2f68a06293dfa9c5e36803b6d360 2,490 1.00/1.00 vMB 4
713,375 713,375 000000000000000000083f5df363cdda3c53c657e202a94295c9b4325d3fb903 2,980 1.00/1.00 vMB 7
713,374 713,374 00000000000000000008fdca6f5cb634fb8ed82a66221d03445f00e19992ce72 1,971 1.00/1.00 vMB 19
713,373 713,373 000000000000000000009ae78b37375a0b3091c83105756c13e354a726f7c3c8 2,632 1.00/1.00 vMB 12
713,372 713,372 0000000000000000000c2e55798906dc85ac7beda078a1f61e213f35e85ddbf7 2,243 1.00/1.00 vMB 26
713,371 713,371 000000000000000000090949b38930aee2a8c2c0eb3f088cd94f9ece95c68bac 1,057 1.00/1.00 vMB 3
713,370 713,370 0000000000000000000159725e24a8bf1165d9e0c0cb0f4fc7264dbcf92d7974 2,368 1.00/1.00 vMB 11
713,369 713,369 00000000000000000009d43dc382ad17d9e90b545cd9b3ebdc9e3a1001db6307 3,398 1.00/1.00 vMB 3
713,368 713,368 0000000000000000000c0537fc7595e0bcd6cd75aa126689bc58a0672f0bf54b 954 1.00/1.00 vMB 8
713,367 713,367 0000000000000000000c0252f3735011ac5e141a507f047c7f25a18d502adbfe 1,430 1.00/1.00 vMB 14
713,366 713,366 0000000000000000000c40fd6729ebb6defed3f54d529d1a4bfcbf7657512f13 70 1.00/1.00 vMB 1
713,365 713,365 000000000000000000079d413b7f433bae9fb2d5b22d6220c53b4b58248a02bb 2,730 1.00/1.00 vMB 7
713,364 713,364 0000000000000000000c0df280091fd5e9cf3377e0e6b45d3a2f9c073c8267bd 2,423 1.00/1.00 vMB 7
713,363 713,363 00000000000000000008fa33c1832f140c3ff28dd98d0f8c810c68c3941aae9f 31 1.00/1.00 vMB 1
713,362 713,362 0000000000000000000acdcc95a73364fdfbac36a80d6566330ca0b36f21deee 1,372 1.00/1.00 vMB 9
713,361 713,361 00000000000000000007604139234ecb6574b958829cf38a91b5f213632f28d2 1,126 1.00/1.00 vMB 5
713,360 713,360 000000000000000000071e29d1040c64dbc0c54e905847a4ee03affa0778441f 867 1.00/1.00 vMB 3
713,359 713,359 00000000000000000008c39ac936b674d3aa234ffd2f1b2326d15b0d1c829f8c 1,023 1.00/1.00 vMB 13
713,358 713,358 00000000000000000003937df0b151459e8a5259da75674019e3fb5046f6ae3b 1,254 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.63 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: 672.28 GB
    • Received: 16.19 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.