Loading Tool

Explorer IconExplorer

Memory Pool

81,811 transactions
30.32 vMB
0.16849324 BTC
Random Selection Loading Transactions
Max Size: 183.09/200 MB

Candidate Block

Mining Attempt 5ad1d8403641d25bbf3ad6198c7b41736f34416cf7d61f483209a58a8de07bd5
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 5861e0234a09bd79ac4b1983de3c0bf2fb355ad97048493c854dff90677114fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.09208522 BTC
Feerates: 502.67 > 9.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (319,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,258 595,258 0000000000000000001200dc3c2a781a5d2bad39b666e00ed51e3b2b014ca229 3,041 1.00/1.00 vMB 33
595,257 595,257 0000000000000000000b9c0da90231d5b0afb5b710a1a16d4976a9914b2751ba 2,265 0.72/1.00 vMB 23
595,256 595,256 000000000000000000128719f1703a7bafaa139147ffde3d0c852c7276613803 2,224 0.75/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.60 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.85 GB
    • Received: 16.04 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.