Loading Tool

Explorer IconExplorer

Memory Pool

79,107 transactions
29.58 vMB
0.07155041 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt 8d35704b983eb74bddbea1dca06d042e541c7857a3698d6d4379447442c717b2
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (700,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,715 214,715 00000000000003902677773d61d1b37c2f7ff9d61020d798cef5ec8fecf84a30 57 0.03/1.00 vMB 190
214,714 214,714 000000000000007ecdf573a11db478493b2d5db8b049f3a635b912988438c249 83 0.04/1.00 vMB 136
214,713 214,713 000000000000048a9e67ef7de8cfe741abe984cd5353f8f5b81fef7e70d16932 328 0.26/1.00 vMB 46
214,712 214,712 00000000000003fcbabe2def6fa6d42498a55a31b876a236f7d3e8b155274eda 179 0.09/1.00 vMB 157
214,711 214,711 000000000000028f1ac6e5de6b26793a7d1d75a831216abdfbb884916da59705 435 0.17/1.00 vMB 202
214,710 214,710 000000000000029aba1c53e0f3edfd3ce47bef24a3f1248223ba01b2bcf8551a 154 0.06/1.00 vMB 128
214,709 214,709 00000000000002317005570a0eebdf0824d48a1df85b8b1754fc82521b419fce 296 0.12/1.00 vMB 178
214,708 214,708 00000000000000ba61b3cc2635784db97b53a38b08966d9b3fe5705ed622cd1a 717 0.35/1.00 vMB 156
214,707 214,707 000000000000031837e02e4742dc61eae83f5ac06d0a90f66b9b60cbdb6d1bf4 30 0.02/1.00 vMB 38
214,706 214,706 00000000000001307922d3355b7fbea0d4dad9d767485360fe4f408198c3f1c0 281 0.14/1.00 vMB 145
214,705 214,705 0000000000000307d06b01d592d1b1587db58c0c63ddf77919e91c229c9ec9b2 303 0.13/1.00 vMB 168
214,704 214,704 00000000000004778fc55f3da3c244776f9425230fcf163def47f0552d8f966a 80 0.05/1.00 vMB 103
214,703 214,703 00000000000004b45bd5d055caa6d32cf9dcd3c60dee104c9dc1edebfa956a14 684 0.25/1.00 vMB 197
214,702 214,702 0000000000000293c21bb846d6b9c856f4ca50a748799a1b3413880cce7c2d55 118 0.07/1.00 vMB 116
214,701 214,701 000000000000004a1350b49f63454815b46f979b5c7692f006d60882495ae50a 244 0.10/1.00 vMB 165
214,700 214,700 000000000000004ab2c3edb75dd20bc60528257140b5d921cc8d33524962f9ba 14 0.00/1.00 vMB 18
214,699 214,699 00000000000000822580f44faa5cd222faa956610cb6f0d77dc2c612cf3eb1b9 67 0.02/1.00 vMB 69
214,698 214,698 000000000000054839e3e432904dc55203c9dcfdf21a8beabaaf0a6c6973808b 403 0.14/1.00 vMB 218
214,697 214,697 0000000000000506aa1d9eab4543d863e146d57ddbec4d316b7edc7de15ea4e9 82 0.06/1.00 vMB 99
214,696 214,696 00000000000003a8e19ae798218196b72a6e3afb3fb8cd93f4b2cc7fab8d51b7 367 0.15/1.00 vMB 189
214,695 214,695 00000000000003299a764616eb5a070ce97d895b45c35f954cafc06048c25a8b 601 0.23/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.