Loading Tool

Explorer IconExplorer

Memory Pool

82,797 transactions
30.61 vMB
0.07376536 BTC
Random Selection Loading Transactions
Max Size: 188.39/200 MB

Candidate Block

Mining Attempt da42cd8c04765aeb0ba8a71ac6771bf80e82371157227e4369471a6c616b4990
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root e9d51b3a5c817b9fbac61a0a556eeb0a9eba06ec270bbdb6bd3f1af51a3d7e2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,898
Size: 1.00 vMB
Total Fees: 0.00515933 BTC
Feerates: 40.21 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (9,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,307 906,307 0000000000000000000119b435d2029c94adafbbdbfc8fe128b261866e9a4e56 4,008 1.00/1.00 vMB 2
906,306 906,306 00000000000000000001caba970e5c478cfcb8f42a851b3e3accb6e8e5442740 3,559 1.00/1.00 vMB 2
906,305 906,305 000000000000000000010c74b30a9fb287274080e4a3a5c2c5c26eb5b4f94378 2,732 0.49/1.00 vMB 2
906,304 906,304 000000000000000000007337b6d2b51ae08fd704d4b1cd3ad3bce36ffd4985a8 344 0.06/1.00 vMB 2
906,303 906,303 00000000000000000000ca58d9fa0dd4632a3f44827a3787e42918803fee6b40 3,801 1.00/1.00 vMB 2
906,302 906,302 0000000000000000000236eb5bfe2e52992436f67fc97577dacc02cd5359c52a 3,735 1.00/1.00 vMB 1
906,301 906,301 00000000000000000001c1f407049dbc3b1472545bd00b998dbc04aee68f6fd7 2,205 1.00/1.00 vMB 1
906,300 906,300 0000000000000000000030756d1a01bc01430805ade8c85be6964e67e91621e5 3,398 1.00/1.00 vMB 1
906,299 906,299 000000000000000000021362744944d788a9e5614f48a8af25e629fbaed40852 3,421 1.00/1.00 vMB 3
906,298 906,298 00000000000000000000e41bc100ed3d6854a8e6b106a8d242ae365f89d35bc4 3,716 1.00/1.00 vMB 4
906,297 906,297 00000000000000000000e3dfbddb2fef68aeb32b53230ab803ec2a8a59461ef4 4,145 1.00/1.00 vMB 2
906,296 906,296 00000000000000000001bbd1061031ef36900d1c7765528c72e6b58b0d334047 3,718 1.00/1.00 vMB 1
906,295 906,295 00000000000000000000a2d0a2625237f343765a38a853ca5d6a5eef4919b1d6 3,036 1.00/1.00 vMB 3
906,294 906,294 000000000000000000006019bfd483c68d69414109a77f01d59d6916ae1bb430 2,207 1.00/1.00 vMB 7
906,293 906,293 0000000000000000000093a242f87b9b7495354ef883d2fdffdb8eba83687f75 1,867 1.00/1.00 vMB 1
906,292 906,292 00000000000000000001ace9a4cba23bcfb4d6be8d6d73be67776a63e93e7483 1,928 1.00/1.00 vMB 8
906,291 906,291 0000000000000000000104dd82c20a53884ceaac7f734fb2c9284f40064fab22 2,745 1.00/1.00 vMB 7
906,290 906,290 000000000000000000001fac658a4a6c069edc7fee16dae5701534d2aca25dac 1,939 1.00/1.00 vMB 2
906,289 906,289 00000000000000000000a6b3a5aa4a4e23a3940c8630864a4e99ff52d762d36c 2,735 1.00/1.00 vMB 3
906,288 906,288 00000000000000000001ef75bdfd2d721ed0d7891185d6a7283ba9e984490e39 2,660 1.00/1.00 vMB 2
906,287 906,287 0000000000000000000085e5aa528bf548c4e7c539438d68929680ac7c95e635 2,965 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.99 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 717.18 GB
    • Received: 17.83 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.