Loading Tool

Explorer IconExplorer

Memory Pool

41,753 transactions
26.72 vMB
0.05583822 BTC
Random Selection Loading Transactions
Max Size: 140.18/200 MB

Candidate Block

Mining Attempt 21a427a0fd64a7afa779a358f652191080b4f5c571cd8ffaf6078c21ebb9423b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 6ea46a4e6729438c5bea70d7bfbb4c218cde2057dcc80b4d4584ec2c1befa61c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,621
Size: 1.00 vMB
Total Fees: 0.00648152 BTC
Feerates: 103.41 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (455,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,693 459,693 000000000000000000a3f4ae1092b50560e5d43ad3cfb0fcd14497f24007b8f8 2,135 1.00/1.00 vMB 93
459,692 459,692 000000000000000001ff12a292773cefcd24c541641b83386930943cd767e4f1 2,648 1.00/1.00 vMB 180
459,691 459,691 000000000000000001ccfb5802fd25ee1d1df40f4289eeb96a2ca7f2edeb1329 2,001 1.00/1.00 vMB 73
459,690 459,690 0000000000000000020c554d3f614d37bf469d8e2daeb9461a3ccc8cea952729 2,358 1.00/1.00 vMB 124
459,689 459,689 00000000000000000025a2ed6315325288c23be31f578b8ce6197ee0633637c3 2,352 1.00/1.00 vMB 150
459,688 459,688 0000000000000000017da792086142fe8e9ea288ca9c80508313f36241838eab 1,922 1.00/1.00 vMB 191
459,687 459,687 000000000000000001e7f036afd036d8f6ce8f5346a6db1662a257cb7be81ea6 2,043 1.00/1.00 vMB 128
459,686 459,686 00000000000000000041874514a083eaf0144715ce165169deedf75a58a5beb7 2,540 1.00/1.00 vMB 169
459,685 459,685 000000000000000001a5c5dee6878f0f8968429ac517f4b08773e09f51426602 2,475 1.00/1.00 vMB 216
459,684 459,684 000000000000000000f46f38e2f99216089c6fb23dc80bb5d0c817170d9d0788 316 1.00/1.00 vMB 34
459,683 459,683 0000000000000000011050dcd7501841bfd6fc945818a9cc936853a2aa535e14 1,647 1.00/1.00 vMB 73
459,682 459,682 0000000000000000009b0a846944df46b87df9b316298b957e68b0806d2df59a 2,362 1.00/1.00 vMB 165
459,681 459,681 000000000000000001aac8bd261880d1de2a0e58a082c8dedcd5e888344f66a2 2,587 1.00/1.00 vMB 163
459,680 459,680 00000000000000000072f879380a01cfe00c53777d661e095801a95c96770495 2,167 1.00/1.00 vMB 164
459,679 459,679 000000000000000001fe44635996b7a287f09c0a4da3693bea97bbabfadea90f 1,013 1.00/1.00 vMB 160
459,678 459,678 00000000000000000008734c99bf876b61370c7c3ae7da14db4c611bb1fb38a8 2,746 1.00/1.00 vMB 225
459,677 459,677 00000000000000000013ea0a73337e12c0d9a53cc34dd320b8b006894168b5ab 1,676 1.00/1.00 vMB 140
459,676 459,676 000000000000000001cad6770bd7d0eec71b996f26477723ba50323fee346505 2,239 1.00/1.00 vMB 108
459,675 459,675 000000000000000000a4a8af8981e71e9fe53dab24f50a979f03086ab601bec6 2,168 1.00/1.00 vMB 117
459,674 459,674 0000000000000000015760a8e7ac4b68ea2b4f4aab412f1a332839d165fc9c9c 1,951 1.00/1.00 vMB 151
459,673 459,673 000000000000000001dc1446a6bbc60e2b7902d4043b3208097a5b2263d7223c 1,346 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.