Loading Tool

Explorer IconExplorer

Memory Pool

12,259 transactions
10.02 vMB
0.03341336 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.13/200 MB

Candidate Block

Mining Attempt 1698c2e6b7cb13b1f032d117141a67b36bd3fa093f678e8ca1f70911d8235d5f
Version 20000000
Previous Block 00000000000000000000c62eb6b3574aa0b8d680bc9d2c401c79c53a05e8a987
Merkle Root a8ca64ac426746b3b38fc081850fc147413d40ba6bfc7bb581ea565b0d8ee72d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,763
Size: 0.99789775 1.00 vMB
Total Fees: 0.01818614 BTC
Feerates: 150.75 > 1.82 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,805 (765,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,501 148,501 00000000000005ea9cfe5cac44acd4441dcdc907c4455bdccb1b48ec4da42dbe 19 0.01/1.00 vMB 554
148,500 148,500 0000000000000989192ab469d6bfdba1c2599957be2a5df6c9bac74bd1b79416 57 0.03/1.00 vMB 141
148,499 148,499 0000000000000252731f62065a165e6912abb546cc1e63a01a533f21b4f1f30b 147 0.04/1.00 vMB 46
148,498 148,498 0000000000000172bdd146a58d7325f67c1ae2b54928d05e6b2a0bc23f421fc4 25 0.02/1.00 vMB 67
148,497 148,497 00000000000007d24db16829c07ce107afb091d4323da6728ed527ad286c6108 1 0.00/1.00 vMB 0
148,496 148,496 0000000000000449e752071a89b283a5cf61ca97f1d155709a113b89711ea52a 15 0.01/1.00 vMB 126
148,495 148,495 000000000000046a32cc64628af15bc28e683d7964193e477bf23cdc5be86866 11 0.01/1.00 vMB 31
148,494 148,494 0000000000000357154ac0d5f3fc2f405d10ab15e3453a3d65f1427d10705c21 3 0.00/1.00 vMB 194
148,493 148,493 00000000000003da554c916ee53bbb64eb617e4140ce9fee688c0b98f1a2e20f 26 0.01/1.00 vMB 91
148,492 148,492 0000000000000008f3e42795b87af4554575d9c1ae8d2be6ebb2b96431ce8b3e 31 0.02/1.00 vMB 86
148,491 148,491 00000000000007d07d5dfdce5434fe67496a973594f133974326a062a579c7aa 55 0.02/1.00 vMB 113
148,490 148,490 0000000000000832807c4f19d079056f3d3a33c7d4a5a05687e1c65f63023f95 23 0.02/1.00 vMB 124
148,489 148,489 00000000000002d8d135d5276dc00c00073327c137a59f54ca92aff17c5da8ae 86 0.02/1.00 vMB 57
148,488 148,488 0000000000000419f33d262c622920178196d96ff62718210e0889f858882d70 72 0.03/1.00 vMB 30
148,487 148,487 000000000000003552687824e8c2f3eafabafd43a5af7bdebc93cf725fb780b7 34 0.01/1.00 vMB 450
148,486 148,486 000000000000011e84074d9b411117130db2cadf5768f698c4c0b589c9615434 25 0.02/1.00 vMB 54
148,485 148,485 000000000000033ff6494f2dd5016d1460d8aa434ff274b1aaeff79857128f06 3 0.00/1.00 vMB 143
148,484 148,484 0000000000000082a81391e2ac64ad0e5914991877ed3804207bea4f7982201b 61 0.03/1.00 vMB 171
148,483 148,483 00000000000004da85c045c144b759ae9c896293ca5c6e066fff72bc41344cde 3 0.00/1.00 vMB 0
148,482 148,482 000000000000010b9b601c05cd4d8f7bddc0bfcd37f224940687d1cd5c166901 10 0.01/1.00 vMB 26
148,481 148,481 00000000000006878cc933b0456d0930410c927d019420d8e909a10a7e2a9b7d 121 0.04/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

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