Loading Tool

Explorer IconExplorer

Memory Pool

79,107 transactions
29.45 vMB
0.08386121 BTC
Random Selection Loading Transactions
Max Size: 180.07/200 MB

Candidate Block

Mining Attempt 5493f228c5407c0dd92f714416195b315cdd5330e0337862c87b75d89e790842
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2adb12902d9059dbf2c17a8ab642a0d9cd0978f955325f68fb2d244976c3a72c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.01911129 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (29,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
885,570 885,570 000000000000000000004e6759e2b7e9630348804e8a39fe6233aff3cd0f53a6 3,238 1.00/1.00 vMB 10
885,569 885,569 0000000000000000000144dada907d2914ba2b319204744696e3b2bb28e6a40e 1,268 1.00/1.00 vMB 5
885,568 885,568 000000000000000000004c32d2caf89aa4b59e7a73509e92bf41cd83d1252cbb 2,131 1.00/1.00 vMB 6
885,567 885,567 00000000000000000001311d5455561e32582bce467ac4843373d08d23b5a056 2,653 1.00/1.00 vMB 7
885,566 885,566 00000000000000000002298e1065b13fae8a0261a6358653a08bc48f8abde78c 1,073 1.00/1.00 vMB 4
885,565 885,565 000000000000000000008d93ec8a0d621c627c57e3c96a7d12e321b2751ffecc 3,175 1.00/1.00 vMB 8
885,564 885,564 000000000000000000017a80dfaa247a1fd99711e31bd9ea5447e03c59744837 3,375 1.00/1.00 vMB 7
885,563 885,563 000000000000000000009f3bdf9a2589e04baedcb25b663b299d23bcd2e647ec 2,591 1.00/1.00 vMB 6
885,562 885,562 000000000000000000018a553d2b3176fdea7278e5cb7e948c776d57d92af624 3,399 1.00/1.00 vMB 9
885,561 885,561 0000000000000000000109229deae4740bfa6777508b24998c96946ed24fbca5 2,644 1.00/1.00 vMB 7
885,560 885,560 0000000000000000000220d598f7ffd4d82f04918079399374c32330e5a9df74 3,493 1.00/1.00 vMB 8
885,559 885,559 00000000000000000001d7be02f667c0c422ec1c7b5896c2c29184a3e3c7eb76 3,795 1.00/1.00 vMB 10
885,558 885,558 0000000000000000000235afd82e645233bf50befcac8f3852641f72c07577e6 2,127 1.00/1.00 vMB 5
885,557 885,557 000000000000000000021963a77aa0941dad6e2ec02a0003516d2d54a5e584ee 1,547 1.00/1.00 vMB 6
885,556 885,556 0000000000000000000094ae1165d9ecd4532d4c9a3137932bcd1e63cdb2b913 3,550 1.00/1.00 vMB 8
885,555 885,555 00000000000000000000002d6bf90836f22d9aca29d3cb9a7625d2f7fabbdbf0 4,028 1.00/1.00 vMB 9
885,554 885,554 000000000000000000027bcdb552ed530dff5f31c419db46ad5e36be83396ab9 1,926 1.00/1.00 vMB 3
885,553 885,553 0000000000000000000096af1ead8cc2211b9cda5a0f97e6edaa2e92ae1a945d 3,084 1.00/1.00 vMB 3
885,552 885,552 00000000000000000002683f69e3a637fe7d9debc3cd13279b6bfcc56744fe77 1,928 1.00/1.00 vMB 6
885,551 885,551 000000000000000000012526e25efbba0a51c0caca5cfc3b3d476db28686df0d 2,170 1.00/1.00 vMB 4
885,550 885,550 00000000000000000000778eb56a02c4d66ccca4744d831edfd34931e16f5462 2,066 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.