Loading Tool

Explorer IconExplorer

Memory Pool

37,657 transactions
27.06 vMB
0.05484373 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt 24d38e3f8120596735236d3965b3e9e8ed5a90056f544244392e63a7db5f7d0f
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 146a8c8af3ddbee7acb15b315f5fe3a6f27239d6facd19c12d26ffe3c5f8dedc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.00355102 BTC
Feerates: 20.07 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (358,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,237 556,237 0000000000000000002a565f240795a1508bbd2b23f46649068c1d2347bdc6b6 1,939 0.86/1.00 vMB 15
556,236 556,236 000000000000000000119766f4a555aaed7e65d95b595bb1514e9c1dbc37b49a 1,951 0.84/1.00 vMB 11
556,235 556,235 0000000000000000000bd53f9c1b20df547a4593d31879fe995c7fcba34cb654 66 0.03/1.00 vMB 15
556,234 556,234 00000000000000000005db1ddad8e0a56aadabe98666bf0c975c7ca92d86d3bd 2,310 0.98/1.00 vMB 11
556,233 556,233 0000000000000000001bfa04dc19fb4350255a6b4edc09e1b6c49f5f1a073b4d 399 0.42/1.00 vMB 7
556,232 556,232 0000000000000000000792462058beaad41d9e1328daf44ddb9f739176b586be 3,045 1.00/1.00 vMB 17
556,231 556,231 000000000000000000267d6502a95f22cf6610c0459adbbe9240eba997426237 655 0.78/1.00 vMB 7
556,230 556,230 0000000000000000001cb9b2130f36d1d35163d5905d2a14797553ab57df8a00 2,309 1.00/1.00 vMB 6
556,229 556,229 00000000000000000020a22aac9e2df075a957fb5c77bb02e4a86797c468d657 2,654 1.00/1.00 vMB 13
556,228 556,228 00000000000000000013b6e7fa33a4575bb623c0c458ec4223c2ea4388cf90c7 1,515 1.00/1.00 vMB 9
556,227 556,227 00000000000000000020a5d7ec59f02397037ac6efba3085f6e9a184062b0411 2,142 1.00/1.00 vMB 25
556,226 556,226 0000000000000000000bbd4667b614547badd35e6d4d7b855aea90ba37fd3a95 1,691 1.00/1.00 vMB 17
556,225 556,225 00000000000000000000d6b02f01e462af540c375329bbf3b363f5f44d6758ad 2,155 1.00/1.00 vMB 33
556,224 556,224 000000000000000000052dc828fa221dba65ee5e15345124efcfcbe0970a2079 786 1.00/1.00 vMB 49
556,223 556,223 0000000000000000003335d71e666e525a688283f5269ed27d3bd4e4e7096e36 823 1.00/1.00 vMB 83
556,222 556,222 0000000000000000001161f6f74b32ce7157bb464ebce8d72aa003a53f85bd7f 2,098 1.00/1.00 vMB 11
556,221 556,221 000000000000000000230478b4cb497e0807f5d5b2bfd4b566cb567121b7619b 98 0.07/1.00 vMB 9
556,220 556,220 00000000000000000021d538e259ea983b02a0287200d5101f4f6f7c33faaa52 1,575 0.74/1.00 vMB 9
556,219 556,219 0000000000000000000f9f058d1a3a59f6cab97dfa3d29e9210c8c3e7f1e3c14 443 0.30/1.00 vMB 8
556,218 556,218 000000000000000000188795f00786e87d54501f4622b956e05893f1f6d40fff 2,158 1.00/1.00 vMB 1
556,217 556,217 00000000000000000019a9985de2acb78e9b77771b2fe89097cf8b4092795478 2,176 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.