Loading Tool

Explorer IconExplorer

Memory Pool

81,504 transactions
31.26 vMB
0.10051641 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt e96db0e3701aa583982e11ee58f9341de5ccf28d3784ac5946c6b8325b564cca
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 195300e2e45ed62247fb27f8353ce9dbd477548ee4a9dfdee3a4b62594a9404a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02333690 BTC
Feerates: 106.51 > 2.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (239,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,117 676,117 00000000000000000005aba6a5f51205cf8f971b384428b16c0776429cc6401a 2,682 1.00/1.00 vMB 81
676,116 676,116 00000000000000000001dfd9f4ace615a6f393616a3d61cd9839854b6a1527e8 2,469 1.00/1.00 vMB 94
676,115 676,115 00000000000000000007189e5484fdb3408f38d0a917376ee8647d1dcd490579 2,495 1.00/1.00 vMB 23
676,114 676,114 0000000000000000000770ce395fc57d9efae3fce715befe0fd1460f0f14fec3 2,527 1.00/1.00 vMB 69
676,113 676,113 0000000000000000000317ffb5f6c485c2d08e4b3dbd809e5c26efd0e4bdb700 2,758 1.00/1.00 vMB 35
676,112 676,112 0000000000000000000a3579ea6d923f2ddec7b538f1b486b004dd765fd2d1df 2,639 1.00/1.00 vMB 88
676,111 676,111 00000000000000000008e82b587ff61fe5fdc06fb8dc1bcc711e14f942eeea4a 2,543 1.00/1.00 vMB 72
676,110 676,110 0000000000000000000944e2d99ea15bf05331d0a80e2830969908bc608291ce 2,706 1.00/1.00 vMB 49
676,109 676,109 000000000000000000089c6262e2caa232a23b07dcc7542af4509302dbe7c1fe 2,662 1.00/1.00 vMB 49
676,108 676,108 00000000000000000006292191e705287daf16469ee1a22c5378ed6f4e0e2cc6 2,875 1.00/1.00 vMB 53
676,107 676,107 00000000000000000005716588fe8aed277621d7a3ca9617b2148e5cc2f2843d 2,726 1.00/1.00 vMB 78
676,106 676,106 000000000000000000084fa9c73ca0eae280dd5ad26bdaf8a8fba756fde822b1 2,684 1.00/1.00 vMB 87
676,105 676,105 0000000000000000000a6959f3aa83fab98a16b5ebb60ec98b724957c79f8c3e 1,350 1.00/1.00 vMB 75
676,104 676,104 000000000000000000090ee46f4efb1179d59b07777d5daf2ee0642d65a51a1a 2,771 1.00/1.00 vMB 33
676,103 676,103 0000000000000000000bb9b5b84522e3ada7ae0bd128bc3f0a0ed84e5eaca937 2,374 1.00/1.00 vMB 47
676,102 676,102 0000000000000000000370b16a83187032095314381c9529f6eb38bab34daa1f 2,698 1.00/1.00 vMB 37
676,101 676,101 00000000000000000002eaf26cc19eb350bec6eaaf9f9144e9c83d83c09cd0ff 3,217 1.00/1.00 vMB 70
676,100 676,100 0000000000000000000bf7e8784e9408067e4486b58c372082e8aa4c61b2e3d7 2,318 1.00/1.00 vMB 70
676,099 676,099 0000000000000000000465b74e36654f69f0116965ebd3c5577aa5f5253abfb0 2,699 1.00/1.00 vMB 84
676,098 676,098 0000000000000000000814dffde97151475039df038966a39a7d6d44ca857caf 2,223 1.00/1.00 vMB 101
676,097 676,097 000000000000000000031c1dbbd6e3bb05e3e677e9377c6249e64ee49d89c78d 2,742 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.