Loading Tool

Explorer IconExplorer

Memory Pool

24,133 transactions
10.58 vMB
0.03082012 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.53/200 MB

Candidate Block

Mining Attempt ee83d094ec8ce27079ac4f46c9396580174da24960c450fb1be4be733535b1ce
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 640bc124f00848d953f806720150f943335bbbf31acc1bca5396ccc86d6e3931
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,660
Size: 1.00 vMB
Total Fees: 0.01310995 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (674,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
238,919 238,919 00000000000000a368df03d9303b6e5fcc3f5be3578f225c4d04694f2e31ccc2 353 0.18 vMB 150
238,918 238,918 000000000000007d9943d6d1ec53094b228562170b66fd859136c834012cc0ba 505 0.25 vMB 175
238,917 238,917 0000000000000130dc115affd2c35d47d91547f90712d0ab7ab37c0d1ed8adfc 241 0.09 vMB 30
238,916 238,916 000000000000006d4440753e9f7c9f74e2ddf69990bd08243ca68c2d0c4a6faf 425 0.16 vMB 196
238,915 238,915 000000000000002537de6ac117a71cb6b51137725a66027ee093d78573906882 44 0.03 vMB 148
238,914 238,914 000000000000006f3775e76ba68eaaff78a302af2581c4093f62ce89526b5faf 256 0.14 vMB 76
Previous 10 blocks ↓
Total Size: 779.77 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: 397.11 GB
    • Received: 2.03 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.