Loading Tool

Explorer IconExplorer

Memory Pool

81,896 transactions
30.88 vMB
0.08376220 BTC
Random Selection Loading Transactions
Max Size: 189.23/200 MB

Candidate Block

Mining Attempt e78d0c0f086d90a89926a73a917f4c296eb6a8b23c3c1ae917e2d5493a409bd7
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 8714d3d01f58fb3f43de5d8227698d2508bfaf50c9815bce09c95b4d22d078d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,479
Size: 1.00 vMB
Total Fees: 0.01422374 BTC
Feerates: 100.00 > 1.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (103,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,524 811,524 00000000000000000003926d5a57999aa85cdb5e922d19d04bda0c6b3b80f361 2,231 1.00/1.00 vMB 9
811,523 811,523 000000000000000000006c30db18e2be7474f2ff94c6f89e8e806ea460b5f27f 2,549 1.00/1.00 vMB 12
811,522 811,522 00000000000000000003dd34d0a2eca3f5b90bb45a347a077dad26fa11f0b8b9 1,290 1.00/1.00 vMB 6
811,521 811,521 000000000000000000025068048a62af20eb3b7172b81759937ee6fa69b8d443 1,852 1.00/1.00 vMB 10
811,520 811,520 00000000000000000001c93510252a2610d2af0a9a300d5e987022019ee72da3 1,578 1.00/1.00 vMB 5
811,519 811,519 00000000000000000002ed6884ad951b99d33bba5a105844887a3799b6afe93b 3,095 1.00/1.00 vMB 17
811,518 811,518 000000000000000000003d3253686b42b174f679cf32106c4cb7eee12b492156 1,180 1.00/1.00 vMB 6
811,517 811,517 00000000000000000004a5673e71e19414ffd7c87083f462c11f9dcd5477ea7c 616 1.00/1.00 vMB 2
811,516 811,516 00000000000000000003582bcb057a06ecd9fd115aeb68bc18c64620b78ea1b7 3,172 1.00/1.00 vMB 20
811,515 811,515 00000000000000000002e9f8ffd44506bebca15a95de60bffc407db5a3106eee 83 1.00/1.00 vMB 1
811,514 811,514 00000000000000000001dc3a9688b67015c830161f2e7cf8754bc0fdbdd8fe1a 1,788 1.00/1.00 vMB 10
811,513 811,513 000000000000000000037c5af78db7093a9bcbcd956111c4ad7ba402dc1d96bb 509 1.00/1.00 vMB 3
811,512 811,512 0000000000000000000451d35186d405a9dc71281620c6209229934f39d64f7f 1,831 1.00/1.00 vMB 11
811,511 811,511 00000000000000000000544d358a06dae56e712b57a2831d1fbc3f091cecd423 1,097 1.00/1.00 vMB 2
811,510 811,510 00000000000000000000f7da4be1e03546def4dbbd91c20b864002259b74937a 2,353 1.00/1.00 vMB 15
811,509 811,509 00000000000000000004b7e130fc4a25b97d19fb95f6b86cba35bbe4c34b2a4d 2,547 1.00/1.00 vMB 8
811,508 811,508 0000000000000000000079224e9adc61c70edf9edd73a2ddf0d5d626f3698a42 2,389 1.00/1.00 vMB 6
811,507 811,507 0000000000000000000237610f8f521a42f30d3649835802e49475f42426956f 2,842 1.00/1.00 vMB 20
811,506 811,506 00000000000000000002d75e5d0d9e076490c2843e53d6aa10c258a237362d3e 3,956 1.00/1.00 vMB 29
811,505 811,505 00000000000000000003aa700856f2f2c19dee58dc0d42db3c303f61682589ab 839 1.00/1.00 vMB 5
811,504 811,504 000000000000000000024db11489a54e32ef630cda290258b7f85424ceecd094 1,044 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.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: 709.32 GB
    • Received: 16.88 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.