Loading Tool

Explorer IconExplorer

Memory Pool

82,430 transactions
30.76 vMB
0.08451354 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt 5a7cb67c5747736da7cff47726661e8d149f1d530e34aef65c3feb91dad5fb53
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root e1ccd2e055af14822348313ab7988af5bcd4cd2eec1a06b1f9c9d8340096e510
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.01907964 BTC
Feerates: 73.20 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (667,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,361 247,361 0000000000000037df7bd1dec482715a358716cef5f9d87a3913861e87abd24b 205 0.09/1.00 vMB 117
247,360 247,360 000000000000001544c4803e507e8dd879f14e8e61ac71e34bc4a27e96d5cbf1 505 0.21/1.00 vMB 144
247,359 247,359 0000000000000067fb6a9664f8190258f26131a95e56c01663b1ec458e62d036 397 0.15/1.00 vMB 165
247,358 247,358 0000000000000068ec78f8f2e76441a4421da0e86948e544b2d9f6863d788919 135 0.06/1.00 vMB 195
247,357 247,357 0000000000000007d287ac9236bda0b958a781384bb4c8694726c9301c79ad76 96 0.04/1.00 vMB 73
247,356 247,356 000000000000000d2b98fc718761e88a7e5ce65faed4704b8be2d4ffd5e48b40 29 0.10/1.00 vMB 16
247,355 247,355 0000000000000039f22c0b821136d9eb42b44c7cb28ed6c8237bccd9b0b13fa6 65 0.03/1.00 vMB 90
247,354 247,354 00000000000000498db794c8dd3e68b1d5f94d51db49739e3dd7891e7315b1db 448 0.19/1.00 vMB 123
247,353 247,353 000000000000008d8718bd8ee83fedb6b10ec38462ee11dd1fb62684a406f3c1 189 0.10/1.00 vMB 106
247,352 247,352 000000000000009570ed89aa5e2111f4ccf9ec546b2d609b6119cb4340b6b850 694 0.25/1.00 vMB 185
247,351 247,351 000000000000004e545a5ce3dce2eedbfb363e3888cc65f4dd086984a145f32a 18 0.02/1.00 vMB 27
247,350 247,350 000000000000001d921bdfaf9e0f16cf9fa0873faf1ea16183f4676909c8d3c4 201 0.08/1.00 vMB 161
247,349 247,349 000000000000004d8c7d994f8f3d7092e481d05a54bf4990e5cb4b541e8c2b3c 115 0.05/1.00 vMB 157
247,348 247,348 000000000000007de7f8c9fbffe9f5963b562953ae0173f6f61c36f7b68633d2 42 0.02/1.00 vMB 94
247,347 247,347 000000000000004b9964a485c8440104d9793a98a0bfbf4fa6a1ddca33d43c4a 302 0.13/1.00 vMB 124
247,346 247,346 000000000000002a0ff5beec2ad543610d0c12e26cec6da9cf185ea87444af64 128 0.14/1.00 vMB 19
247,345 247,345 000000000000008a9b4e540ff638872baf0a27d45e38651bba2c06ac737defa0 263 0.12/1.00 vMB 126
247,344 247,344 00000000000000363d2c8c884d121023477f034b59aa9adbfa70a37f757c7c80 7 0.00/1.00 vMB 75
247,343 247,343 000000000000000c5384208fef2f79a67756939a1b74483b5ae172034604f0a1 32 0.01/1.00 vMB 114
247,342 247,342 000000000000006627017acb7c38e75a2f5940a91e3a49c2eb8a48b5d5850ff0 107 0.05/1.00 vMB 122
247,341 247,341 000000000000000bac4b4efff835cfd24edd7db7b3075ec6658de2851599a8a2 17 0.01/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.