Loading Tool

Explorer IconExplorer

Memory Pool

78,732 transactions
29.45 vMB
0.11854216 BTC
Random Selection Loading Transactions
Max Size: 177.98/200 MB

Candidate Block

Mining Attempt e4e153214d5f868d6f5369f0a216fc71f753c2f9982e28d4b146bd41159f0536
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 0b1a940a5dc6595b17cc2ab27edc3487969479627522dcf132d4c6d24ed4fd58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04112529 BTC
Feerates: 198.58 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (809,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,072 106,072 0000000000004790e8e71999f92ff6f6480b8f877e9a525c05197035a25310f1 4 0.00/1.00 vMB 0
106,071 106,071 000000000002f81b9e0a7847d473aa48e9a857a592be7076a148cae39073bd96 1 0.00/1.00 vMB 0
106,070 106,070 000000000001aba65939fbc79d788045b3c25f383f7dfa2a269b7631b56a6a0c 1 0.00/1.00 vMB 0
106,069 106,069 000000000002b27893ac5f81db0e7c6f8c00a8c40559cd4872e84eb4085d53c4 1 0.00/1.00 vMB 0
106,068 106,068 0000000000000dc1cf7c90e94088f74e250712393fd01d6ad5f33f5e64367301 3 0.00/1.00 vMB 0
106,067 106,067 0000000000005009d54b30339c78654486ca9c73e2c7e3f71313c34be639a0b1 1 0.00/1.00 vMB 0
106,066 106,066 000000000002cb6de29860357329215cda00b3681e20f783b528ab94e0f01e01 1 0.00/1.00 vMB 0
106,065 106,065 0000000000020ce0428425981278fb69eb6f9d09500ff33b983ebb99ddf8fc58 1 0.00/1.00 vMB 0
106,064 106,064 000000000000297c724545f7fec83507fa5a61eebb4ed10f2b779d4364cc34c0 1 0.00/1.00 vMB 0
106,063 106,063 00000000000116cdbc97960800b4d669680d3a172016d6f5f49e13025a065a9c 9 0.01/1.00 vMB 20
106,062 106,062 00000000000119ab5038715a20d748b370fbad8b301d812daa50a2d49142fbba 1 0.00/1.00 vMB 0
106,061 106,061 000000000002c83a4a906354060f84c901a93235299546cd705a0cf59ce9fd63 11 0.00/1.00 vMB 0
106,060 106,060 000000000000626b9d1afc812a7a638f8742f50d75de3bb42c61d8e846f3149c 6 0.00/1.00 vMB 0
106,059 106,059 000000000002a241aa952e58ed2f96c4fc4aa6a0e1ce783000bcef4e6ad47589 8 0.00/1.00 vMB 0
106,058 106,058 0000000000025d44a1e1ea23b0fc3752cc4c2304de5bd4326b44ce3d9f9d37aa 12 0.00/1.00 vMB 0
106,057 106,057 0000000000001ec724d76775e906ea416de788abb5dc62d10380e677af689234 12 0.00/1.00 vMB 0
106,056 106,056 0000000000004f6c1f6b1d838e471b8e33b68fec4d1c167e11bcee865c68feaa 11 0.00/1.00 vMB 0
106,055 106,055 0000000000010f1837971cc2420851821231f7dc32fed5634fddce1af0379e22 11 0.00/1.00 vMB 0
106,054 106,054 00000000000195dac055c6ac213574b9cdce724732962e7dba307db0cef004a5 9 0.00/1.00 vMB 0
106,053 106,053 0000000000009de737ec0a199a325f6e487c42b8aecef7e2685ea5d8d00f1d5f 22 0.01/1.00 vMB 0
106,052 106,052 000000000001c0a625ae57d8cf4b542ff3c4628c67c9957d48c33c3e70464c05 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.