Loading Tool

Explorer IconExplorer

Memory Pool

14,489 transactions
7.58 vMB
0.02740024 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.69/200 MB

Candidate Block

Mining Attempt 844253e3bca8d61db60fc1179df0acf6b3b7fa451ed34c2ae8c8bec651962093
Version 20000000
Previous Block 00000000000000000000edce6ae38ae0879a5f02be8c70f55701c1a69c60679c
Merkle Root cc73fbadc5e34dafd5582c2ca98061f1ae90bb65a286aebd5021de81cc190e2f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01194001 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,383 (751,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,601 161,601 0000000000000a74bd2a08affa00db35c97ac3b190ba5318c45fd9d4cc6c14a5 19 0.01 vMB 0
161,600 161,600 00000000000000a416fc79b974678e574dc897d60f64b095ed494a8d727b61b5 13 0.03 vMB 58
161,599 161,599 000000000000024ee7b9e329d34e3b4977fd323fc4e2647020a7526f8082a67d 33 0.06 vMB 60
161,598 161,598 0000000000000490b4912fc41adeaf08e9b5ef9fcd74a92e26cbb100a1faeabc 1 0.00 vMB 0
161,597 161,597 000000000000068682440bd7755002815fa8b8288aa7ce878ba174226d4ae613 66 0.03 vMB 88
161,596 161,596 0000000000000224ab4855ce7480d143178d473e74354da7350a72ebad271e7a 16 0.05 vMB 48
161,595 161,595 0000000000000a122c4842871dae43ca1d0c1683f550364d1d4b16b4809ee412 38 0.03 vMB 100
161,594 161,594 000000000000097ea732f41aef6e038e3a1f300875760505d2efe723b4bf0aa8 32 0.01 vMB 379
161,593 161,593 000000000000086e3956c82d8a641ceafc8eeb7a701c1cc6fb5a89d4319507f8 29 0.03 vMB 79
161,592 161,592 00000000000005675ecc0055c743ee1bbb21c50279505935f93f75904270e4d1 7 0.00 vMB 249
161,591 161,591 000000000000021e7bbf8f1bb94682ec918a4750843356155845430fcf53fe8d 43 0.02 vMB 196
161,590 161,590 0000000000000a77f15b54aee8f52bc6bcf9e1b41fab1f68b0d4aa7704778f09 36 0.06 vMB 86
161,589 161,589 000000000000030630142ce6ec3e0fb55974f8994241bfa97c530613b16311bc 92 0.15 vMB 70
161,588 161,588 00000000000009e6736dfa275141cbc71fed0e740b4c34aff560166c2d05ce53 109 0.03 vMB 16
161,587 161,587 00000000000001ffbe6fe995bbdf4a6368bcd53c316e13c7aa3d15a33924d07c 158 0.05 vMB 79
161,586 161,586 0000000000000501ea613e3c59779a29098dd67fe19d8a9763adb78da12c4e42 52 0.03 vMB 57
161,585 161,585 0000000000000933d13e4bb45c2220ac4725c182dadc80d15e3bf96790d52eaf 57 0.09 vMB 104
161,584 161,584 000000000000092b977d012ece7cab94ef99ed6a8bda1440eeca860f15b8b173 24 0.04 vMB 61
161,583 161,583 00000000000007be683df94cf066c83953b7b28f56a0ca77c751956511b9a625 26 0.01 vMB 121
161,582 161,582 0000000000000419298c30de9b67fc8d72550c7565b4ecb2f16fa8f2f14b8b4f 51 0.01 vMB 0
161,581 161,581 0000000000000a3af750874800905aef28d7e610c04d377fbb64b0ee8ae79c69 63 0.06 vMB 92
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 106
    • Outgoing: 10
  • Data Transfer:
    • Sent: 225.09 GB
    • Received: 0.85 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.