Loading Tool

Explorer IconExplorer

Memory Pool

40,182 transactions
16.23 vMB
0.12688841 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.74/200 MB

Candidate Block

Mining Attempt fd5d1085765f66ccffd7ae7607f188f913b5856e07c15bed4202d2646b080066
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root 25bbf4f74e6634bea64ebfd1609ece6c37dc88fdc8599628838c621f6db3d870
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.04467703 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (674,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
238,940 238,940 000000000000000933171f19372092146a7639f3133f06ce0a50f2073afca1c2 512 0.20 vMB 152
238,939 238,939 0000000000000049f7405dee9857490618e7536a1e28c750feef53125477eda2 140 0.05 vMB 154
238,938 238,938 000000000000001bc5934a2eaccff0d2322f69f248549ba38d67439f0c738f45 116 0.05 vMB 134
238,937 238,937 000000000000007758f8fb91d22f6ca7b310de8101dd1e7f79b419937b83e178 38 0.01 vMB 226
238,936 238,936 000000000000006e7f80240180b9c0ea99c60c0374993774a3c024e41058ab99 32 0.07 vMB 12
238,935 238,935 000000000000002cbd75ebb2115f49437c4c157796665ce5f22d58242efd8ff2 154 0.08 vMB 127
238,934 238,934 00000000000000252309ad781f039413331c71b0757717fb03242174e734642c 31 0.02 vMB 32
238,933 238,933 000000000000007cc6106796d2829634b152a9058a0aa6ccbf27cee3cd284a62 243 0.12 vMB 100
238,932 238,932 000000000000006bb24ff037f7991a01075b666c7878e0fad78c4dea6657f572 483 0.24 vMB 122
238,931 238,931 00000000000000ebf08d8be86fa35c1ed4340fbfa4e7a088511ca2d649e363a2 37 0.01 vMB 144
238,930 238,930 00000000000000c99455480fb70f4399591ba1af6619fb8c7797b370e053111a 1 0.00 vMB 0
238,929 238,929 00000000000000e85a57cc39e66fe622f75714c64cfb05dada98f651ecbacc12 92 0.04 vMB 82
238,928 238,928 0000000000000152328a93e93c5d2783807ad9c6b6f51e1dc8263ffc9699c184 344 0.16 vMB 139
238,927 238,927 0000000000000024fac0d2d51477e22fbe97f769490798707617c7be4061b3b4 42 0.03 vMB 106
238,926 238,926 00000000000000a1172b8a5b81ae37840790c4a3bdb0f25b4462c72962e5c599 393 0.16 vMB 150
238,925 238,925 00000000000000c449f9d61b2ed86fb1a27e3999831d06abb770dc92b5a5cbc0 696 0.41 vMB 94
238,924 238,924 0000000000000101de4d20af8a3407203efeb9839c20d868c15c95141830a2e4 80 0.06 vMB 16
238,923 238,923 0000000000000112b4387831dc9712e960a0aae474375de2592706370395e256 338 0.25 vMB 106
238,922 238,922 00000000000000acc2192c5295280e6a01f350bd0ac4b6de6ce4b7be7cc93de4 770 0.25 vMB 245
238,921 238,921 00000000000000a73a7db303c4b898df7024433cd004d133121d05cccbba4e0e 6 0.00 vMB 151
238,920 238,920 00000000000000ef27d86f0dd6872b3d4d0cd26d0a8a73ca338e13a89453c1ab 348 0.19 vMB 124
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 91.69 GB
    • Received: 0.40 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.