Loading Tool

Explorer IconExplorer

Memory Pool

81,522 transactions
34.22 vMB
0.14202310 BTC
Random Selection Loading Transactions
Max Size: 194.84/200 MB

Candidate Block

Mining Attempt f1d2906945466592ba937e2cc7a97e920d05e713eeede5895d17c443a971657c
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 9f286b780f8c7e0a89f840d8a8a19bc81c0d1bce719cac19909319e86fd4fba9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,804
Size: 1.00 vMB
Total Fees: 0.03066213 BTC
Feerates: 150.78 > 3.07 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (9,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,312 906,312 00000000000000000000a5f2d9411d7a6149fc462b2c12fe8af957c0173c0c13 3,442 1.00/1.00 vMB 3
906,311 906,311 0000000000000000000153648f4608dd9c594d2d1f6959f79610a8b6ea4b5866 3,520 1.00/1.00 vMB 2
906,310 906,310 00000000000000000000ffc02ca6285cb94193aff3d679bc1257676a911eb2eb 2,545 1.00/1.00 vMB 1
906,309 906,309 00000000000000000001b497ad1a76389c306c860c8b4c06cfd312ec8c6c3eaf 1,807 1.00/1.00 vMB 0
906,308 906,308 0000000000000000000167158f56e4df506395624f13d4c73e58cbbde824ec58 1,726 0.40/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 783.10 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: 728.08 GB
    • Received: 18.47 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.