Loading Tool

Explorer IconExplorer

Memory Pool

53,709 transactions
29.74 vMB
0.10363161 BTC
Random Selection Loading Transactions
Max Size: 159.73/200 MB

Candidate Block

Mining Attempt 2befdf8e3c02f7fe2c769027164f5f24a229be78ddb065128553606412dc1abd
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d6427899a262554a46233456c983fd95789c0c0783e5466e6adf2e2caf687abd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.03141050 BTC
Feerates: 150.77 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (243,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,286 671,286 00000000000000000002658f083b2f487e481c2ab3ba6248217af4b14622a97c 3,182 1.00/1.00 vMB 112
671,285 671,285 0000000000000000000c454d642e790182568afafc9c3055a032980f5be4ca7f 2,880 1.00/1.00 vMB 131
671,284 671,284 00000000000000000001b197fda8b6e36a61ef1e108ebc212f910d25fe235f81 2,449 1.00/1.00 vMB 122
671,283 671,283 000000000000000000005b9232f83da7fda3d2ee5eb3a29fb909d73bc2833dbf 2,658 1.00/1.00 vMB 120
671,282 671,282 00000000000000000002e66ad4c747603173d230bfba46fb44bfe02090378719 2,604 1.00/1.00 vMB 138
671,281 671,281 00000000000000000005f10fe45cf8df0a09a04f65f8c23e9b4004b03ef651fd 2,584 1.00/1.00 vMB 117
671,280 671,280 000000000000000000022c1b3e36bc586acaeaec4d1f4b4d159a25140c012d92 2,598 1.00/1.00 vMB 141
671,279 671,279 000000000000000000038689b6627a38d7c14e0c4517ca7bb497d62200dbf62b 1,851 1.00/1.00 vMB 131
671,278 671,278 000000000000000000063dc9b6be1b73fa657a3e5050837b5cb8e83ef18e3330 1,942 1.00/1.00 vMB 129
671,277 671,277 000000000000000000078a56076f588c85184cd91f86f645189612d8e66608d3 2,581 1.00/1.00 vMB 139
671,276 671,276 0000000000000000000a018f9a08e4cb5a38c333a665f0cf5d5c78258f349f4c 2,547 1.00/1.00 vMB 86
671,275 671,275 0000000000000000000b4b55b71f8d6ed659c7cb433d4fb4ce4604248ca2bbff 1,792 1.00/1.00 vMB 93
671,274 671,274 00000000000000000005cb7c45d1b51dab7617d9fde5fc17ce51d1c6291fcc81 2,568 1.00/1.00 vMB 114
671,273 671,273 00000000000000000009808295488bc959f1931aa23632fee0eb96d613bcafeb 1,455 1.00/1.00 vMB 109
671,272 671,272 00000000000000000000fdb7c47257015b91d8ef3fcde69f037f92edaf681ed6 1,571 1.00/1.00 vMB 118
671,271 671,271 00000000000000000004f230d0ba1e73bb4bd03adaf35716d0eaae5e8dd70d33 2,466 1.00/1.00 vMB 113
671,270 671,270 00000000000000000004967ec795f16b3e4c110b8905f3c46d0da4aafda6eaea 3,241 1.00/1.00 vMB 134
671,269 671,269 0000000000000000000b08241a93dcc45e994511713b65536311bf5f3b704ac7 1,858 1.00/1.00 vMB 116
671,268 671,268 00000000000000000009a30aa8eaaba96ec3e8e0ec0bc0059dd8276e4259d8ee 2,888 1.00/1.00 vMB 128
671,267 671,267 000000000000000000036baac69689e621f9780b3b4585ce4f0e371880f0e914 2,157 1.00/1.00 vMB 123
671,266 671,266 00000000000000000005ca6ab397918488c5dd51c455c40ec1e27e9fda49ab50 2,323 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.