Loading Tool

Explorer IconExplorer

Memory Pool

77,916 transactions
28.86 vMB
0.08789798 BTC
Random Selection Loading Transactions
Max Size: 175.09/200 MB

Candidate Block

Mining Attempt 8640faf9caa3e9fbf95cec37333d6565e33cde6d4367e149937031ae6b696841
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 25ff8d8241276339a5736cbd9c97b15da6fc979bf6b4225afe4e48e61ab814b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.02782109 BTC
Feerates: 150.68 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (319,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,255 595,255 00000000000000000008cd2c29d261ff0184a832736c44d68258658c3410d6f0 3,120 1.00/1.00 vMB 18
595,254 595,254 00000000000000000012bb7f4c9d6d960b9dbfb639c6db1f8381c17aec2c16f2 2,578 1.00/1.00 vMB 47
595,253 595,253 0000000000000000000aab5db871c201b886155e249c33b003cd8a1e6d2c849f 1,590 0.43/1.00 vMB 21
595,252 595,252 00000000000000000001f9fba3ac10d6126b2d166f0c2de6e32deb05adf92c55 478 0.17/1.00 vMB 33
595,251 595,251 0000000000000000001337c794b9ebd8df760b1a76d509afd2f18bac989dc130 2,785 0.84/1.00 vMB 5
595,250 595,250 000000000000000000052b71d5526fd45acf7e88c8e2e6e4749e738d24e4f220 3,036 1.00/1.00 vMB 39
595,249 595,249 000000000000000000013d475ebdacff3a1ca4d44c5f2b86c9374c49b5f1cbee 1,277 0.39/1.00 vMB 20
595,248 595,248 0000000000000000000f1b0e4998ffed42b1f5809afd3eabe3ec3bec564a3c9d 1,582 0.55/1.00 vMB 19
595,247 595,247 00000000000000000009ac030ac2406120eb29c7888b2ea292e50092dd30b263 250 0.09/1.00 vMB 19
595,246 595,246 0000000000000000000eef9664721de71036afade142e9b82878ad514582c107 1,258 0.37/1.00 vMB 28
595,245 595,245 00000000000000000004eec315168c51de3615921b81dafdb3ebd3f14da37a6b 2,708 0.87/1.00 vMB 18
595,244 595,244 0000000000000000000f4f22b2ecc20045e8e32c41fbbd97053f77e2dadcb49b 2,871 1.00/1.00 vMB 21
595,243 595,243 00000000000000000000d27a6467317356b13dd765e17746e2706b2914d98a33 1,830 1.00/1.00 vMB 23
595,242 595,242 00000000000000000016520cdc24e17dece961f8cd14f9fc9170af796fb9a69b 716 0.25/1.00 vMB 36
595,241 595,241 000000000000000000030481315e863ae42c102cf85cd0df22d01294c2f41cb6 2,121 0.86/1.00 vMB 8
595,240 595,240 00000000000000000003ddaa26f5cc3bf4a8ec763292a40e0d0fc2ba9115264f 3,169 1.00/1.00 vMB 17
595,239 595,239 000000000000000000132a5b48187d1655a2d9a259356e2f923389dfc32cd985 2,950 1.00/1.00 vMB 47
595,238 595,238 00000000000000000004dd5a9d60581e737f81d91b75cda203de27b1eada22c4 2,862 0.84/1.00 vMB 21
595,237 595,237 0000000000000000000001bc0f20af28f38472c0eb221137fce12b089c9cd82c 1,106 0.81/1.00 vMB 13
595,236 595,236 00000000000000000012b6fa5fbab0cc11595f5f2d4eaeb6782a5033a1ad316e 2,192 0.98/1.00 vMB 16
595,235 595,235 00000000000000000009c76ca12ca156c204332a8d7b459dbe5f60fad445157b 2,015 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.57 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: 671.17 GB
    • Received: 15.87 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.