Loading Tool

Explorer IconExplorer

Memory Pool

46,798 transactions
28.44 vMB
0.06431387 BTC
Random Selection Loading Transactions
Max Size: 151.85/200 MB

Candidate Block

Mining Attempt 0e8b74237b4f6bd983777640bb95f26104a7a40bd0486e5b711ff92815f840d6
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 3c42bfba68805422a7cf7830ed544ece7c105e46046c0ba273860acde2bd05b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,572
Size: 1.00 vMB
Total Fees: 0.01058284 BTC
Feerates: 100.36 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (236,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,688 678,688 00000000000000000009cbc6ef68d7de414b88596e453795e04c1ed6b0df32b4 2,167 1.00/1.00 vMB 91
678,687 678,687 00000000000000000001b63fb293b48a5f9f741ef64b87c220fadd320c9c6270 1,516 1.00/1.00 vMB 41
678,686 678,686 00000000000000000007105a1536adf3e50deaaf655fd6fee599ca016f2ce40f 1,970 1.00/1.00 vMB 84
678,685 678,685 000000000000000000021c5d765465885cbf8d0ed9e3cddc58025f41140f748f 1,599 1.00/1.00 vMB 90
678,684 678,684 0000000000000000000b7ddd653c2f4192e0920c5a8e0ea3365a939cd5138dbc 2,040 1.00/1.00 vMB 69
678,683 678,683 00000000000000000001e1bdab4d1fce7a2ab67fb6b0db8744328db959d4caa4 1,289 1.00/1.00 vMB 32
678,682 678,682 00000000000000000009356e411b30cd1e213cb7106e93e536e087f52629cd7f 770 1.00/1.00 vMB 18
678,681 678,681 00000000000000000000d7ec9f40ab7f3efa2fada747284c98f3a0a0842a0898 1,177 1.00/1.00 vMB 27
678,680 678,680 0000000000000000000201e5ea8406d997e4f6849cf3e3a422857f8a191ca112 1,112 1.00/1.00 vMB 24
678,679 678,679 0000000000000000000bffeea5b705bbba0902579ab91da102e348be59d46310 2,175 1.00/1.00 vMB 63
678,678 678,678 00000000000000000005c6190bcf3b0cae3ee30272c7ccdb3ce3fbc9edf745a7 1,630 1.00/1.00 vMB 43
678,677 678,677 000000000000000000088a540001528b279bb7ba35ca6313b72963d32510187d 197 1.00/1.00 vMB 10
678,676 678,676 00000000000000000007c2d37007d1532bc051c6eddddb9dbda3becb23cc7769 1,878 1.00/1.00 vMB 9
678,675 678,675 00000000000000000003a57dac42ffbdc86d63cd2e5bc135c465d0d738be1f00 2,505 1.00/1.00 vMB 18
678,674 678,674 000000000000000000058e266c5e17b257ac8abcff44a49c079f908ada923cac 2,041 1.00/1.00 vMB 55
678,673 678,673 000000000000000000040cd25f6a18f09be1bf7a19718fdbb56d8224ab7a1ab3 1,246 1.00/1.00 vMB 93
678,672 678,672 00000000000000000005bfb87e0d1ff46757134d2c80f4322a4408220bfa77f1 2,587 1.00/1.00 vMB 103
678,671 678,671 0000000000000000000868994085612446da89e089819c93fdf5459d6d93f338 2,384 1.00/1.00 vMB 53
678,670 678,670 00000000000000000000abc96cc4eab530e8fe926085082d1d94b2b0ca4b2b23 2,581 1.00/1.00 vMB 85
678,669 678,669 00000000000000000009d6e2522e8ea6acbd05ba4f6b4e22917f3eae567fd737 1,598 1.00/1.00 vMB 38
678,668 678,668 00000000000000000003d1d43229a909fc66a7de17980873a31a87460bd454df 2,122 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.10 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: 651.75 GB
    • Received: 13.64 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.