Loading Tool

Explorer IconExplorer

Memory Pool

73,777 transactions
27.40 vMB
0.06409832 BTC
Random Selection Loading Transactions
Max Size: 167.34/200 MB

Candidate Block

Mining Attempt 00fb9b1ccb477dfb55d0ebd53f9e262f1edf05883d8380e2d6eb08c50403bed3
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (12,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
903,056 903,056 00000000000000000000bec69f501d3f01dd6b88c41a451b7347a7ac4bc33877 2,366 1.00/1.00 vMB 2
903,055 903,055 0000000000000000000035a9e5f1aa7704c3f7450408fb52a7fb9db896df0ea9 905 1.00/1.00 vMB 1
903,054 903,054 00000000000000000001c43ce77d167dc079c45b59fb469f47dd43926d5c41d4 2,316 1.00/1.00 vMB 2
903,053 903,053 00000000000000000001c13642144f79a6dcefd4206332692f5284f76499177a 3,315 1.00/1.00 vMB 1
903,052 903,052 0000000000000000000228249b1ce39e8fe147e27659bce3c2141dedb18b6218 1 0.00/1.00 vMB 0
903,051 903,051 0000000000000000000230fb85852bfb1e94d9d6f55cb629747824d8ff72aa02 3,310 1.00/1.00 vMB 3
903,050 903,050 000000000000000000013d8f88b60f3c68e919361b3147c678c8940ed710b9c0 2,665 1.00/1.00 vMB 1
903,049 903,049 00000000000000000001ef3db6bb1f8f08bbb135ef7f5890bef899e0f4a54760 3,605 1.00/1.00 vMB 2
903,048 903,048 00000000000000000001ee89a280cf0bac54e5b48086e44ddb27d3f072b0b7e5 2,279 1.00/1.00 vMB 1
903,047 903,047 00000000000000000000f02cf5e585c6b5de3824c89d1581db09a18b798bcc0e 2,366 1.00/1.00 vMB 3
903,046 903,046 000000000000000000011f7c6c3390988ad562a73b32234e91a81ee6de8d52fe 418 1.00/1.00 vMB 1
903,045 903,045 000000000000000000013994c17a81a74e208bb1be4f305d2acfbec05a05a22c 421 1.00/1.00 vMB 1
903,044 903,044 0000000000000000000066fad3203ebd05bc25622dd2469fa5d229bcc5c9e92e 545 1.00/1.00 vMB 1
903,043 903,043 000000000000000000011b6e530773e0600073ff764fbf62b8a2ee5e720e7332 2,903 1.00/1.00 vMB 2
903,042 903,042 000000000000000000007a31e01709e0ed46cb87737ee6c1da3122113a2bef7e 3,101 1.00/1.00 vMB 3
903,041 903,041 000000000000000000021c580be05173e9e69c16f8dee2ba407afc3f4f835c50 3,048 1.00/1.00 vMB 4
903,040 903,040 00000000000000000001d5c8cb0d9b081610932dd3515252d869ccb6c5db2250 406 1.00/1.00 vMB 1
903,039 903,039 000000000000000000013a916eed8c3c7ee2aa152e15b3bf8c0eb70b90ee5beb 3,102 1.00/1.00 vMB 5
903,038 903,038 000000000000000000012b7e4f21ca2377b49f8b4f35f58afd72b676dcc86645 770 1.00/1.00 vMB 1
903,037 903,037 0000000000000000000186e4ea2a7d1c971007af924adb3a21593e24e862cdef 39 1.00/1.00 vMB 1
903,036 903,036 00000000000000000000fff5cd64d0c530531a4a2835c306febe8e445e8e5fba 453 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.