Loading Tool

Explorer IconExplorer

Memory Pool

77,831 transactions
33.85 vMB
0.14287644 BTC
Random Selection Loading Transactions
Max Size: 189.74/200 MB

Candidate Block

Mining Attempt d3054d2ad728a69be7478f28b94a5c48c4dbe1da9c06dfcec9d042c9cb407b3f
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 26c6f76a4eeeedba35ffe47720dcdf80ce06b1cd260d54fa81f2d5986109c790
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,329
Size: 1.00 vMB
Total Fees: 0.02967694 BTC
Feerates: 100.53 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (648,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,853 266,853 0000000000000006289e4dc83a028ddc9b15d3ae8a70e9cf27b6b243ecd4896c 577 0.25/1.00 vMB 87
266,852 266,852 0000000000000006128018fac9bad133cd5d2949df116aed015b0e3bd1561a67 315 0.09/1.00 vMB 63
266,851 266,851 000000000000000862a654f23b8222ba22e366ed422486305e002b96d6bf537a 204 0.08/1.00 vMB 39
266,850 266,850 0000000000000008c1974f742a4c59734b9a46a314a4ffb1d3df49d9e795719b 157 0.06/1.00 vMB 62
266,849 266,849 00000000000000078fcee9607d052799fd7066e2602650f7df9d07280aaba6ce 392 0.17/1.00 vMB 95
266,848 266,848 0000000000000004dc998bca395813401bd4363b9b6cb9753aa33b7b83d2826f 488 0.22/1.00 vMB 71
266,847 266,847 000000000000000ac722ee054a0c828511b14cf30cf3c746fdc429c6c24e21fe 339 0.17/1.00 vMB 79
266,846 266,846 00000000000000047a2a3710e1c9b004d7e4a744debff1d4297f2515d8799c25 131 0.06/1.00 vMB 74
266,845 266,845 0000000000000006affb7f95d0c57c465eb1d47837b1ea768b3c807a0e4e222d 381 0.21/1.00 vMB 79
266,844 266,844 0000000000000009a6c27f74df49966db17b5db8f4fb399fd8ecec8481649c77 284 0.16/1.00 vMB 6,257
266,843 266,843 000000000000000678d22af1b2da70985719b4b987a855da0e919411387c5357 30 0.01/1.00 vMB 64
266,842 266,842 0000000000000007f5c146bfbb286b431416073e26c816c00a25a19a9af33e41 347 0.18/1.00 vMB 108
266,841 266,841 00000000000000068fea9d9f1b523b36ce50488650ba11a6b6260789dd902060 427 0.16/1.00 vMB 167
266,840 266,840 000000000000000a569150eee4c983da69edb4960bd2e1b22aff483390b9c031 50 0.03/1.00 vMB 41
266,839 266,839 00000000000000021d2295b39d5d5a5c968debf399b611889d832aa09aeb0694 35 0.02/1.00 vMB 36
266,838 266,838 00000000000000081211f793eae6a6f3312552c32b207dfcb4a8b08abd3910de 79 0.03/1.00 vMB 145
266,837 266,837 0000000000000002a8f3e5030f04ea426d0ca4ba2e3da59dc94233ca1bd8e335 289 0.17/1.00 vMB 74
266,836 266,836 00000000000000010f29ad7ecaa0a42fb51aa4b0899c7e4f59ca632897a2c1e1 62 0.03/1.00 vMB 72
266,835 266,835 00000000000000012b6693a8817cfba6c3e5135a8e0e5b7616d6f7a95d1e3b9a 154 0.10/1.00 vMB 89
266,834 266,834 00000000000000046655a0ca334b7d6cc8c09c0cb3cbe14a896215b282d288de 14 0.00/1.00 vMB 69
266,833 266,833 00000000000000028be29cea8edb66d8f81d6fed98a9463d10c79da70a3b25a1 17 0.02/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.11 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: 733.44 GB
    • Received: 18.54 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.