Loading Tool

Explorer IconExplorer

Memory Pool

78,368 transactions
29.35 vMB
0.07978321 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt e720c73cf6de0584976ded94d744fd6a0cd9a7b51399188ed07ca8d048045d3a
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 8b0f1ffc88c993ca37c63f9483b83439ace94dd4f1d1fe2ca6bfe6bc334672ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 1.00 vMB
Total Fees: 0.01549231 BTC
Feerates: 301.25 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (313,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,131 602,131 0000000000000000000d1adde6eefefade77fbad12d69b9a40d976c0e8f75c02 254 0.10/1.00 vMB 19
602,130 602,130 000000000000000000061c58ad2b0c983546d70f67683a8b97154b7dcfb18c93 382 0.19/1.00 vMB 30
602,129 602,129 0000000000000000000edb44bafb44fbfcde43df27e8e4a6da816103063b44b7 903 0.42/1.00 vMB 26
602,128 602,128 000000000000000000002f432d293d1241c7a28734f985dbae8550b325058adb 139 0.08/1.00 vMB 21
602,127 602,127 000000000000000000106af599674c57300ff4860c82968a7d97a5f81b5d68c4 411 0.26/1.00 vMB 21
602,126 602,126 0000000000000000000891f8b05eb131b4c9a5c54aa1f2c60a095cc3bd1e9680 1,472 0.69/1.00 vMB 16
602,125 602,125 00000000000000000011d89233c7b5978749b66bbc55988ba3237f6aeef8f8cc 2,444 1.00/1.00 vMB 23
602,124 602,124 00000000000000000010a67b7a3cb861afe8eb795c25ca826c976ecb997ef306 2,286 1.00/1.00 vMB 31
602,123 602,123 000000000000000000129e7fb5f364f5d29eff1c683a9547d8054d32bd7dbff8 2,004 0.89/1.00 vMB 21
602,122 602,122 0000000000000000000ef3b1dddb3c4cb4cec5f34354cbe90383bd4067ccdccd 3,060 1.00/1.00 vMB 9
602,121 602,121 0000000000000000000efaf79fcc46fde0f94ab07a3c543acf5cb7155d0aa383 3,181 1.00/1.00 vMB 37
602,120 602,120 0000000000000000000ffe27d7e03ffccd40ed5d85a7256c80671bd980309c75 3,105 1.00/1.00 vMB 41
602,119 602,119 00000000000000000007c88e3432cc87e773ef903808d9cd60334133dc884126 756 0.31/1.00 vMB 24
602,118 602,118 0000000000000000000aeac32c119233532a9d17071875a42f3a213cafa58da5 2,476 0.80/1.00 vMB 22
602,117 602,117 00000000000000000007f872fe5d44304943b4241dfd3a60f5e5f4f434939812 3,140 0.89/1.00 vMB 24
602,116 602,116 0000000000000000000a39cd5ddae2d1b9712c7288bea353aa4f6a61c3d5c5cf 1,213 0.40/1.00 vMB 27
602,115 602,115 00000000000000000011518e75eb670933eae190f4b839154739d2c1b073d15a 1,591 0.47/1.00 vMB 18
602,114 602,114 00000000000000000011fb6a79b388dcb4200c47e5888604b7dbf27f835ee2bb 2,270 1.00/1.00 vMB 19
602,113 602,113 0000000000000000000ccd8d997083c8bf0f67069af8cd9b711d4516a70063c7 1,774 1.00/1.00 vMB 3
602,112 602,112 00000000000000000000bbffc5a437846c15881eb438e8eba4443d185c8b535c 2,797 1.00/1.00 vMB 14
602,111 602,111 0000000000000000000c6cfedb2f7748d42ad69b5f5c69be612b9aa10e8416f9 3,190 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.