Loading Tool

Explorer IconExplorer

Memory Pool

43,363 transactions
26.57 vMB
0.06295829 BTC
Random Selection Loading Transactions
Max Size: 139.69/200 MB

Candidate Block

Mining Attempt e983673c2b3eccb0a6f63462cb29dfaba3bfc8bf06966722d974a6f7b8b676aa
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root f6d6cdb54168d8612cd95a1e1c81901d348646aef567a7625b64d68381380750
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.01425190 BTC
Feerates: 74.70 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (291,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,658 623,658 0000000000000000000adf597eda4e3baba5287a8a360015203f672110fd0ee9 3,060 1.00/1.00 vMB 18
623,657 623,657 0000000000000000000fc245beeda72132a0f9828bc07812d432c172dc65d467 2,522 1.00/1.00 vMB 16
623,656 623,656 00000000000000000003f0ac14eb36d21141c7f4d4d2e88ba18cc409b63dfa0f 1 0.00/1.00 vMB 0
623,655 623,655 0000000000000000000773e24ad9eee3cb0def4b09dac5162f7500d462885052 2,213 1.00/1.00 vMB 39
623,654 623,654 0000000000000000000992c43f73937cc0bdeaa222539adb0a14383d4d38c3be 2,270 1.00/1.00 vMB 51
623,653 623,653 00000000000000000004e3766d523199a993d1b51890741b56c2c3b3701f8837 1,010 0.40/1.00 vMB 18
623,652 623,652 000000000000000000007e15741bfad3577108f05a1f1c987d0a50263b6c30b8 1,347 0.68/1.00 vMB 21
623,651 623,651 0000000000000000000a8ac644e9490f5352b7826a5f1dd1170a9bbb406c66b9 610 0.20/1.00 vMB 18
623,650 623,650 00000000000000000006e105c16c1994b703f80be8c26ccc6a009102489dca09 1,294 0.75/1.00 vMB 9
623,649 623,649 00000000000000000005d51f1d3b79a81a8ffa6608e1f5848e669492833d7131 1,885 1.00/1.00 vMB 11
623,648 623,648 000000000000000000016214c28b1812e1bbe72c5fcf33c51eb1d307c7e64a21 1,282 1.00/1.00 vMB 6
623,647 623,647 000000000000000000041ae36b7ac0cfa7be590df9d51ffee3bb4dc768cd1f64 1,830 1.00/1.00 vMB 10
623,646 623,646 000000000000000000057dcd0a8b4b66d27fe7337298f484e741e43204e6b7ac 2,790 1.00/1.00 vMB 25
623,645 623,645 0000000000000000000f359f884320a688b7c9d29b2aa3d77e25b40d0c2d149a 994 1.00/1.00 vMB 3
623,644 623,644 0000000000000000000e03b2141868558c3bc461b5adeb4728367d6d33bc5da1 2,335 1.00/1.00 vMB 13
623,643 623,643 00000000000000000010992312f9e526a6f58ee8f0a134fafe64260b01389e38 2,892 1.00/1.00 vMB 6
623,642 623,642 0000000000000000000e9fece590e4dfde2a36a05ac516db06829fe9f9b0f153 2,222 1.00/1.00 vMB 18
623,641 623,641 00000000000000000009941e202c3d86f0c4a2207698e712de8619eaaf7c72d1 2,397 1.00/1.00 vMB 35
623,640 623,640 000000000000000000072da8c6175dc9d2b5878eae6155705f57f068b75a7c9c 2,514 1.00/1.00 vMB 28
623,639 623,639 0000000000000000000167e89e563ffb5599db2602736c78b1615e184b8aaf58 2,697 1.00/1.00 vMB 41
623,638 623,638 00000000000000000010bc39d53ab2c81c3298f84fa2c8abab58cbb95de6c8ad 2,587 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.