Loading Tool

Explorer IconExplorer

Memory Pool

50,399 transactions
30.25 vMB
0.14113142 BTC
Random Selection Loading Transactions
Max Size: 161.41/200 MB

Candidate Block

Mining Attempt 4c31a536a352b7d8924112f51c31e20b0db4e6db9c7a696b671940e630b0e24d
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 643bb44d7c1e835cc4893eb5271841c8ec9baf97ce13fffdbaa23293f569f2e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.07105527 BTC
Feerates: 529.61 > 7.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (154,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,775 760,775 0000000000000000000722c5c9d29a85eb17b500aefce9c95a3ad051bef14ac3 167 0.05/1.00 vMB 10
760,774 760,774 0000000000000000000373ef020761a62d9b009707db8f0b280b13253bd92420 888 0.40/1.00 vMB 9
760,773 760,773 00000000000000000005b0e4fb2370a0479dabef32b3211df108920ebe5d6a54 763 0.35/1.00 vMB 14
760,772 760,772 0000000000000000000134dbd2c0144fee7ead384564ba5ce177b6095d0e345e 1,135 0.46/1.00 vMB 15
760,771 760,771 00000000000000000002083071a2f4d3eb1a1fe025aa9e0419fe8958a06771c7 851 0.55/1.00 vMB 10
760,770 760,770 000000000000000000046ff3756b6532b59120d4d2b8b1ec8658144d20a29e76 275 0.12/1.00 vMB 11
760,769 760,769 000000000000000000072b0813cd7997282d3bcdc61b4f7933e3a9b720b86b7b 611 0.72/1.00 vMB 2
760,768 760,768 0000000000000000000223d1e936cf28d4b313a784c97f04b3428e5debbc1c9f 1,692 1.00/1.00 vMB 5
760,767 760,767 00000000000000000000e4706c5fdab78af4cf8a9f3fd56629df99ef6e1d2047 1,916 1.00/1.00 vMB 19
760,766 760,766 000000000000000000015dc410070be20515cd919658787f3d9939fcd05ff9d1 1 0.00/1.00 vMB 0
760,765 760,765 00000000000000000005092f2dbc098cae013cc3a98c399c2d4edbf29f00e00c 2,173 1.00/1.00 vMB 16
760,764 760,764 00000000000000000007026428238266db3e217bf3c667620c6751b1472fb485 2,294 1.00/1.00 vMB 21
760,763 760,763 0000000000000000000714f4db992aa03106ce1d2afd8962fff25057a739ad2e 1,553 0.95/1.00 vMB 13
760,762 760,762 00000000000000000002a23c9a1f70a62d3a6da153d65fcfbf19b5a9d92e6ccd 694 0.23/1.00 vMB 15
760,761 760,761 00000000000000000004a054fab02d25460c0470b3ac9e4bcc4c9a98818e1746 1,621 0.67/1.00 vMB 9
760,760 760,760 00000000000000000003b0a0888ee6dbc5cdd67de6ca588fb08f4fcf4b40250d 1 0.00/1.00 vMB 0
760,759 760,759 00000000000000000001013a99ddb68ed4892c86b106ac8a6bc1071ba2c8a439 1,937 1.00/1.00 vMB 16
760,758 760,758 000000000000000000053f6eea352142c044fc7e7c6cb40206d0feb1d0d722c3 1,494 0.97/1.00 vMB 7
760,757 760,757 000000000000000000066c002a8494dd22282e51e7aa3e8c577ffb45b3955dd7 1,310 1.00/1.00 vMB 15
760,756 760,756 000000000000000000026012a5334d2133911b9d1375bb6f3967153941b7f9e4 146 0.04/1.00 vMB 15
760,755 760,755 00000000000000000001ed6acf5c3458e157dacf112a7d5ad2b494deda3fc212 642 0.24/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.