Loading Tool

Explorer IconExplorer

Memory Pool

41,577 transactions
25.98 vMB
0.05622381 BTC
Random Selection Loading Transactions
Max Size: 135.96/200 MB

Candidate Block

Mining Attempt 35f3e87223972cd7de397a989f97d2f55b9209d7d95cefb43feebe9fe4ae1fb2
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root d02cb6ee1a4223e00d44b176e7b82eabc6a7ff9711d55574bdcd912738ce78d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,162
Size: 1.00 vMB
Total Fees: 0.00901663 BTC
Feerates: 100.00 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (291,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,663 623,663 000000000000000000027f498b20067b3648cc8a7c86375b5409d70c987ce67e 2,956 1.00/1.00 vMB 8
623,662 623,662 0000000000000000000d66944b204f7bdb5e11b9dbfdfb4de6a328263961979d 2,707 1.00/1.00 vMB 16
623,661 623,661 000000000000000000014a2b8f2ee7e96d0f8fc3b5b610c4a7b5b902acc8f552 2,046 1.00/1.00 vMB 33
623,660 623,660 00000000000000000001a717380f6778770d09fbe5fcde731fd3aafe9a8ac840 1,773 1.00/1.00 vMB 53
623,659 623,659 0000000000000000000054687d0f1eede63c8ec466965bb81a92d46c2cd799ee 2,312 1.00/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.03 GB
    • Received: 12.80 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.