Loading Tool

Explorer IconExplorer

Memory Pool

84,461 transactions
31.67 vMB
0.10713258 BTC
Random Selection Loading Transactions
Max Size: 194.19/200 MB

Candidate Block

Mining Attempt 93b86f058b1ea4a7a1699a32ce6b3ac18e29d1a460fbd7a73fbca6fa75cad9fc
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 856e2722fe5d2b817ea9a25b0f77f85f6c179eacc7a899a4f25300faf08f39a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.03299884 BTC
Feerates: 504.27 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (205,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,364 709,364 00000000000000000004c0ba659dd72cea821dc5aa9dcbc87ea5888097b178ad 450 0.14/1.00 vMB 11
709,363 709,363 000000000000000000017c50961314e414261e0882730b4359e6b3ee08111f4c 1,426 0.51/1.00 vMB 11
709,362 709,362 00000000000000000001d5e493e7761e3d34f761e7da44a4e63c10f571f6e78e 218 0.12/1.00 vMB 10
709,361 709,361 00000000000000000003453086c71001b60a78fce194b9adc1d09481a5164088 294 0.16/1.00 vMB 4
709,360 709,360 0000000000000000000605ae24fa4305e40c6fb079938f4c45558a4b7d0b003a 713 1.00/1.00 vMB 2
709,359 709,359 0000000000000000000bf29e98b6bf82a01fc4037a1dd72b55a6254d7cf58d55 2,000 1.00/1.00 vMB 4
709,358 709,358 0000000000000000000ae10d87a2574c5a0c2bcae33ba07d21a1473819fac12e 66 1.00/1.00 vMB 7
709,357 709,357 00000000000000000006e59f74c47b25a6196676c922e2f3c6ce5e3d6a46f800 1,741 1.00/1.00 vMB 13
709,356 709,356 0000000000000000000666b1b503ff0bc22a6f41a928e1ee9abd1f30bb869847 863 1.00/1.00 vMB 3
709,355 709,355 000000000000000000099ca3d31399c1f34343eff91d6e1dae5509ea4a75749f 2,320 1.00/1.00 vMB 11
709,354 709,354 0000000000000000000ca68afe0d1c308a8daed253ad5831cb8d7ca9484caadd 3,278 1.00/1.00 vMB 3
709,353 709,353 0000000000000000000b8fbb411b90cab03833d24437c6b033ffe8f0bab0f973 795 1.00/1.00 vMB 7
709,352 709,352 000000000000000000014d3303012c20bc1c84794782a006330f6f08bd8f762d 1,261 1.00/1.00 vMB 8
709,351 709,351 0000000000000000000aa47a42a8a8eb10cc32f094fae7c7b4a64d417705aa5f 2,336 1.00/1.00 vMB 13
709,350 709,350 00000000000000000004202403681db964035dbde9a84c592ee4913a871438e6 2,676 1.00/1.00 vMB 13
709,349 709,349 00000000000000000004544ee535bd92127db9b1354c75af2977b008605198b0 2,048 1.00/1.00 vMB 4
709,348 709,348 0000000000000000000798623a14957e5129ff7f37f90953460f6c2b5c6286bf 2,709 1.00/1.00 vMB 11
709,347 709,347 0000000000000000000108c41b6f7a553d13d106d22ccc1df722bdfbde4b8641 3,390 1.00/1.00 vMB 28
709,346 709,346 000000000000000000063da3fd9887c79b44f349179d016ea84dc6dab224cd30 1,673 1.00/1.00 vMB 8
709,345 709,345 0000000000000000000bab485fedf9408b78a4aa9dc3b583a87e60af51161638 2,416 1.00/1.00 vMB 20
709,344 709,344 0000000000000000000c2fdb1b8de81325a580935254f9e90aa233997bafee65 1,056 0.50/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.