Loading Tool

Explorer IconExplorer

Memory Pool

44,290 transactions
27.19 vMB
0.07535374 BTC
Random Selection Loading Transactions
Max Size: 143.46/200 MB

Candidate Block

Mining Attempt 8cd555315e52a87a2b87006405e67e01061d99ee4f5b0dbe980085f708b2ac91
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 90d9f4fd90c7c5ea580aa49252d09c092df046e889248d0956517c28cc066788
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.02479426 BTC
Feerates: 200.83 > 2.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (199,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,742 715,742 00000000000000000006f1ce3ec2a97c65b3a5ff9f67a3239a9a514fe180669c 2,627 1.00/1.00 vMB 5
715,741 715,741 000000000000000000051706276e4a9f3a7f06511d74df6bcbf07334bbe48688 1,932 1.00/1.00 vMB 6
715,740 715,740 000000000000000000087266fab5751cefb9b7078d0ea804f82ca5e43ca98c1d 2,002 1.00/1.00 vMB 5
715,739 715,739 0000000000000000000a4b7df410c30cd95fc4ab7a359a7355a7e983add82681 2,964 1.00/1.00 vMB 13
715,738 715,738 00000000000000000009d5d500fd766b2f9000e60ddfa03cda171b65e42a4bed 3,086 1.00/1.00 vMB 11
715,737 715,737 000000000000000000037f8cb7a4b169d2d090831e824cc2e9ecc1043f6e00cf 2,405 0.91/1.00 vMB 8
715,736 715,736 00000000000000000004db407202aff54e9ace0efb72588bb73a2beebb248c28 159 0.09/1.00 vMB 6
715,735 715,735 000000000000000000031c8100fe45cdd2ee37f4f9fae23fd7722df0a7d112a4 157 0.24/1.00 vMB 4
715,734 715,734 00000000000000000006a15641f61cfb8dd045d5222d8556ba94b7253951e462 870 0.47/1.00 vMB 6
715,733 715,733 0000000000000000000b23e2d1e6a6fdf0da3f007eb7b5223c0585f958a2a05d 875 0.30/1.00 vMB 8
715,732 715,732 0000000000000000000732e40b36b68334e460d49094360f7e5ac46e18b9d78e 1,687 0.73/1.00 vMB 7
715,731 715,731 0000000000000000000378f1b56fdbae3f842d2fa7c45fae6c8c91c8bf1187be 1,576 0.66/1.00 vMB 6
715,730 715,730 00000000000000000004d4c05c4fdcb27317e1615e9225277af1fd4d310cdbe4 1,833 0.71/1.00 vMB 7
715,729 715,729 00000000000000000006ebe576150903bdce032039b5282bfe88f4a1e6fea8ce 439 0.16/1.00 vMB 9
715,728 715,728 000000000000000000072af46ebd5a6e7e9f52235b062bd11e3f04d5b14070e7 372 0.12/1.00 vMB 10
715,727 715,727 00000000000000000007e4f7948d3c7abc51ab32fc06dff70d41379c0ee9fbc8 814 0.67/1.00 vMB 4
715,726 715,726 00000000000000000003fb1e0a4ff4cafab7265b0b3c46efdeaa75dc25c00b93 1,112 1.00/1.00 vMB 4
715,725 715,725 00000000000000000009ba26a35238d80af6c3c110e26aa7ccafbb3cde96e966 1,116 1.00/1.00 vMB 4
715,724 715,724 000000000000000000093b5d26e33a7eddf4455ad5f495ffb802d2cb2631f0e2 629 0.34/1.00 vMB 5
715,723 715,723 00000000000000000008b7b1428d5aa98ca72af49cb179157d893e256c6573b9 991 1.00/1.00 vMB 5
715,722 715,722 000000000000000000008e591b80bc9187f211ecd47d9424dc96a4042ce9481f 645 0.82/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.03 GB

Node Details:

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