Loading Tool

Explorer IconExplorer

Memory Pool

76,286 transactions
28.26 vMB
0.09221445 BTC
Random Selection Loading Transactions
Max Size: 171.52/200 MB

Candidate Block

Mining Attempt 924ad0d72381ad94d0ee6032eda92d620510d24f5fa136d03b737a2d57c1ed8b
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4d0cd3bb8907bf22bb200ec69bdc9907016e5f428c0e4883766d8f264982f7de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,590
Size: 1.00 vMB
Total Fees: 0.03021763 BTC
Feerates: 402.60 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (264,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,474 650,474 0000000000000000000444409e06c1602d928969ee6732b37e2a030c0e4f4946 2,120 1.00/1.00 vMB 39
650,473 650,473 00000000000000000005ee10eff75a0db9620516e399db5767b084877473c5e0 2,308 1.00/1.00 vMB 62
650,472 650,472 000000000000000000048bf011e85350b684ff57c7761727541bb88b8423652a 2,769 1.00/1.00 vMB 67
650,471 650,471 000000000000000000000ace796ba8d39092986d19f6b4e4655117a877d20a4a 2,560 1.00/1.00 vMB 27
650,470 650,470 000000000000000000073aaac659cd7917d327e39aa59083f08a2b6721df38fc 2,566 1.00/1.00 vMB 32
650,469 650,469 000000000000000000070757bfa80e1b14f81b4788c711005b8580730cac3c23 2,497 1.00/1.00 vMB 44
650,468 650,468 0000000000000000000431929dba2d18d789a16ce9107a862c9781331dcd6dcb 3,046 1.00/1.00 vMB 76
650,467 650,467 0000000000000000000cb168917be4e784f6395639cdfdfd26e477a45146324d 1,679 1.00/1.00 vMB 61
650,466 650,466 0000000000000000000e7c9dad82aeaeeea0913fb0655f988127cdf86b5f6e48 1,927 1.00/1.00 vMB 31
650,465 650,465 0000000000000000000ba497b100cde9fb532a46ed743c4c7b441e9b630cc52a 1,917 1.00/1.00 vMB 38
650,464 650,464 000000000000000000073f1e2aa6ae60b1b6b5feddf222c5f3ac8bce8f1c6aa3 2,658 1.00/1.00 vMB 11
650,463 650,463 0000000000000000000ae6a3606a483e0cdb964c9faeb9a485619ce4a6fd07dc 2,439 1.00/1.00 vMB 49
650,462 650,462 0000000000000000000504159f59c7b217f95f8772ce7e0d9674b575e4a86005 1,765 1.00/1.00 vMB 27
650,461 650,461 0000000000000000000b0623dcbcd611b9952835299389d6065547a3b1fc63d1 2,166 1.00/1.00 vMB 70
650,460 650,460 0000000000000000000165788da40efe13bde207a60f0c5ac7324ccf9bc4ce27 2,398 1.00/1.00 vMB 28
650,459 650,459 0000000000000000000271ba3cf3e927c20222835cc486d7ff21cb204e934aac 2,659 1.00/1.00 vMB 20
650,458 650,458 0000000000000000000da536c2ecb31bd2ec2b3af4640b6996575a6ae6f2a89d 2,438 1.00/1.00 vMB 28
650,457 650,457 0000000000000000000ab72ca86f44f4aa7b5d520d70f2d67d50ad778f238043 2,205 1.00/1.00 vMB 44
650,456 650,456 0000000000000000000729877cc769b5ac0adb39a4482f20ce70c7b8b18948c4 1,954 1.00/1.00 vMB 24
650,455 650,455 000000000000000000057e352676f4e0847106aa5c7a4e35d8e0b319cac185c7 2,153 1.00/1.00 vMB 28
650,454 650,454 0000000000000000000d07da58154d96b27de733bc81bdc687abf9114c28bc2c 2,669 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.