Loading Tool

Explorer IconExplorer

Memory Pool

42,062 transactions
27.74 vMB
0.05943883 BTC
Random Selection Loading Transactions
Max Size: 146.10/200 MB

Candidate Block

Mining Attempt 49fb5fd0c1f220f2e08c5ea19b2ba471a85c587fc898ec2487c7c67c195dbe0d
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root cbf6c2dca6e8071185039992011e9881375dd9488b2267c9ad7503b86f3488d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,644
Size: 1.00 vMB
Total Fees: 0.00629572 BTC
Feerates: 20.09 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (177,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,038 737,038 00000000000000000005fd0edbe99e1406d4b72eaf7767d0da98a6928d099435 1,938 1.00/1.00 vMB 14
737,037 737,037 00000000000000000004b7d50eac0b71798c67c1df24ac43e5db8af8e9ed6413 2,627 1.00/1.00 vMB 13
737,036 737,036 000000000000000000044707765a7b8b75af9311a43be57ac9df79199b608b5e 3,285 1.00/1.00 vMB 22
737,035 737,035 00000000000000000008f32b25f547c0b84da4273af567ec7223def669fe7007 160 1.00/1.00 vMB 6
737,034 737,034 000000000000000000003a4b2fcc02b150d878d062f6170e1e95af2b9ad6d804 1,935 1.00/1.00 vMB 9
737,033 737,033 00000000000000000003c5683fffad56385ce311d33059dd72fc4c0507c3dca1 1,441 1.00/1.00 vMB 14
737,032 737,032 00000000000000000008805e4f9c9008897501eeb0a35d61658588550a75afee 2,687 1.00/1.00 vMB 17
737,031 737,031 00000000000000000008b0bf69e7ea4eaba7ed60d3e8e38de81d6280a68a3917 2,745 1.00/1.00 vMB 22
737,030 737,030 00000000000000000000e68d74bd1e0608cc30ea2b29e74265ffea832dca20f2 3,134 1.00/1.00 vMB 22
737,029 737,029 000000000000000000011a7089cbdcd68130d8c778901a36d0582467e3e87963 2,377 0.95/1.00 vMB 12
737,028 737,028 000000000000000000040eb3ed50a615bc4d96768fbbed520e19d31d33594b0f 1,459 0.57/1.00 vMB 11
737,027 737,027 0000000000000000000286774de40c62c61e6db8725f742fd139b3154a091f07 3,186 1.00/1.00 vMB 15
737,026 737,026 000000000000000000058b787b094b06b4a2d52959f88976c36b7056ea2cade8 980 0.45/1.00 vMB 7
737,025 737,025 0000000000000000000588c9389a5bd0e72de78fddc155605e35cbeadcd60a94 2,320 1.00/1.00 vMB 9
737,024 737,024 00000000000000000000bc1533bdba86a83e676279dbebdbaf3ce569af8b362a 2,061 1.00/1.00 vMB 19
737,023 737,023 000000000000000000037a34f566e3b7a5293fbd09e7cc44dedb9b1c1aefa852 1,197 1.00/1.00 vMB 18
737,022 737,022 00000000000000000002fce42bcd469efb1be6688c4a653dfbed65f1369cd271 1,232 0.42/1.00 vMB 13
737,021 737,021 000000000000000000066c34f1b1958c2b476a8c130c1bbf41152e054ee32d3e 1,276 0.44/1.00 vMB 12
737,020 737,020 00000000000000000003590446d7caf3148547fc91aef7e33d44b4fea8e55ccb 53 0.02/1.00 vMB 13
737,019 737,019 000000000000000000006a15a4b6a6d19ae36435913b6ec6c5d2b55531c1a83b 2,293 0.73/1.00 vMB 13
737,018 737,018 000000000000000000014b7eec3cc2683a48e7c289a9b8becbb3e1df5297cc19 1,412 0.51/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.10 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: 651.74 GB
    • Received: 13.64 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.