Loading Tool

Explorer IconExplorer

Memory Pool

44,323 transactions
26.70 vMB
0.06797867 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt ae3d7c33887b9b44605b28528e608b65fdfd60f56c572c51b303800d4a41ecc3
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 13b2790c7e3a2185ae20384625aa1aa7e3c5b0ac74823f9f7b8b19457f199bb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01875277 BTC
Feerates: 150.68 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (817,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,207 97,207 0000000000033e2bc3c7a278ccc317b926596f3bf3b287784bbe2deea17d19b4 6 0.00/1.00 vMB 0
97,206 97,206 0000000000039ce6339bd58b125c5ad8910ec351c906bc34ef7d507170334b8f 1 0.00/1.00 vMB 0
97,205 97,205 0000000000031645dcd1ce3fc39a2a3a33c269436354133bfa04cccd2c0af2cc 2 0.00/1.00 vMB 0
97,204 97,204 000000000002ef377cbfc7c172e9f69664c82909dd72f5a4897deb35c14fa8c9 1 0.00/1.00 vMB 0
97,203 97,203 0000000000001db87130faa6dbaff5d571a63c8cf1036c7cf24d3f354be0bfc9 12 0.00/1.00 vMB 0
97,202 97,202 000000000004ed43ea2f4440c9fa876829816b9a48bcda0a571f68f5c93a1323 6 0.00/1.00 vMB 0
97,201 97,201 00000000000391c04395318dd6b916ee171fb8cc07384e58748def0c509d093d 9 0.00/1.00 vMB 0
97,200 97,200 00000000000056c9480b1090eae62c1ce319c55e2a3364550fc58bb809196f73 1 0.00/1.00 vMB 0
97,199 97,199 0000000000052d214b528c421dd42e5d0e565a3ff439288f79d92055f6fe427c 3 0.00/1.00 vMB 0
97,198 97,198 000000000004235dc4bec9fc3d019a4858e722a6b50cccad8f8bd494aba1f917 9 0.00/1.00 vMB 0
97,197 97,197 00000000000275d3afb9205d914a2bc8798f794410c82a65126fa5f13bcf68fb 4 0.00/1.00 vMB 0
97,196 97,196 000000000000a52b920c4e4051bb50f869c3e66b03b4b71e7cdc54854053d08c 2 0.00/1.00 vMB 0
97,195 97,195 0000000000046eab9ebf53f4ac716e54f804869bec8aacdd95b400279f282eda 1 0.00/1.00 vMB 0
97,194 97,194 000000000003ec2daaa9c44ecbf94c8259e259b6dc553c0e85f8eab23fff2037 9 0.00/1.00 vMB 473
97,193 97,193 00000000000440dfe1b5bb55e28f6d080af226454c172702a2fd9b2747148833 1 0.00/1.00 vMB 0
97,192 97,192 000000000001be1630e609ab83f24d62b068571de8b592baaafe2a7a01cba907 3 0.00/1.00 vMB 0
97,191 97,191 000000000003d3bbe5d799b1d0041e97c95c49fda833c108b14f69236bf27afe 1 0.00/1.00 vMB 0
97,190 97,190 0000000000039a209e766183078aa40e56fb5d8aa9c4390b66f1026e04394e11 1 0.00/1.00 vMB 0
97,189 97,189 00000000000298fc34102116e486b0435ce81d75bea65a9e4fa9d4a942badb6e 1 0.00/1.00 vMB 0
97,188 97,188 0000000000016da0b0bbee45bebd93ef7a78d529a5c25788b5c1b1ef03470a92 2 0.00/1.00 vMB 2,217
97,187 97,187 0000000000027b0349955906b0a9c85649d96eeee1003c5dd00d10b5ead82c6f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.