Loading Tool

Explorer IconExplorer

Memory Pool

25,209 transactions
12.00 vMB
0.07360533 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.25/200 MB

Candidate Block

Mining Attempt 47eacccac29439c39552d8df2ddfc42d413805135317bff9a8056bd03e4f1a0b
Version 20000000
Previous Block 0000000000000000000061303aecdf2cbbea70a3d58ae0a454550813cc9b3f87
Merkle Root 0a9c7787a3d49214cf91ad8d8ebde2aaf4db98710bcd0fc0a57f2435f727c246
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 0.99788575 1.00 vMB
Total Fees: 0.05349396 BTC
Feerates: 502.67 > 5.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,698 (720,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,377 193,377 0000000000000262358a54b421e00395c9df83300249476fc969e57a064157a0 31 0.01/1.00 vMB 104
193,376 193,376 0000000000000171eb47ff48c4ceda0ccd95253ca52ce522ea295364e1f8baf9 141 0.04/1.00 vMB 150
193,375 193,375 0000000000000004520e512d2089ef5afed6e800b9047fec54f37d9d3c44c832 60 0.02/1.00 vMB 110
193,374 193,374 00000000000004feec624d4d403931627d04ed0ccde90a4104080333dfabcca1 16 0.00/1.00 vMB 183
193,373 193,373 00000000000004c525a0fa14d59f9c024de8c6e9ba4772793be366271ca201f9 100 0.03/1.00 vMB 114
193,372 193,372 00000000000001017f84ce84ecc2bee51dc76a0c9071771189b040150edcbd1c 100 0.03/1.00 vMB 151
193,371 193,371 0000000000000396aa88a803e502588a18ee1c4334dee8b02162c76cd40b11ec 87 0.03/1.00 vMB 194
193,370 193,370 000000000000032473a4c2789dd813a3f0cb680c3f28553bc3d21f87d091f440 135 0.06/1.00 vMB 134
193,369 193,369 00000000000001c856b76d6f1d7b19a484671636fc9701d030cee470c726da7c 32 0.01/1.00 vMB 161
193,368 193,368 000000000000075e386d6b033868fb4dea561c2e3b1794deb81b5ad0c477b75b 246 0.10/1.00 vMB 128
193,367 193,367 000000000000082b930ba44228a37da9be915aded0fc7c512397d755cf8d3096 47 0.01/1.00 vMB 5
193,366 193,366 00000000000003e69746cc59ebcdae03f20ff315692c099308efbec541bf3bb3 59 0.02/1.00 vMB 162
193,365 193,365 00000000000007d463775393a1bdd6aa651c318968985bfceaea6fdc67d676fe 52 0.02/1.00 vMB 171
193,364 193,364 000000000000054f5380c028dfe5e321c7f20c53730fe330b0e98d17df21fd2d 365 0.14/1.00 vMB 71
193,363 193,363 0000000000000431a4600caa6033eff2ae01a8c1dad528b4995e6d8d7943f9ce 243 0.09/1.00 vMB 144
193,362 193,362 0000000000000714e64622dbb91d4a3fc4605a0aba627f3fc5cae648d1d02b11 256 0.10/1.00 vMB 116
193,361 193,361 000000000000049c125fa53209b0aac372f768e5e0be36dae2761cf7c2f37ac8 220 0.08/1.00 vMB 807
193,360 193,360 000000000000082b3ebd39af822f19e117020cbb81e38e9dad2a4841a726fed0 13 0.00/1.00 vMB 33
193,359 193,359 0000000000000171dfaaa61320e0cba75005a13e3521ca5a07a86b7d2599ba3e 3 0.00/1.00 vMB 0
193,358 193,358 0000000000000368fb32f70bf5caf65f75f0e6a239d271641aead028e262e247 46 0.02/1.00 vMB 109
193,357 193,357 000000000000003623fae2b32fffb333c697bc04aa7616fab87f9c5346568ed6 114 0.04/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 780.09 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: 492.75 GB
    • Received: 3.44 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.