Loading Tool

Explorer IconExplorer

Memory Pool

78,274 transactions
29.32 vMB
0.07906795 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt adad82a6a79ce224ca537f942df2167d3dc4ec698e36669de9e4b3079cf0f168
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 454b5603767431c6e40e4f458527d777b19090781d4f0be2e0b15cdc2dde4339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.01460028 BTC
Feerates: 301.25 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (264,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
650,453 650,453 00000000000000000000631b74d69643e08d40846cb58c955432662a38f6e51b 2,512 1.00/1.00 vMB 35
650,452 650,452 00000000000000000009b3c53e4009c06ef9768026958507d079d2ced32a7688 1,993 1.00/1.00 vMB 64
650,451 650,451 000000000000000000091add69b57b15083fca49f18b521e35f67b722cd32f03 2,279 1.00/1.00 vMB 55
650,450 650,450 0000000000000000000b5e33e14e51e58f7059451596700d066111f90a80a099 2,508 1.00/1.00 vMB 39
650,449 650,449 00000000000000000007218f19c7919dbff439b167dc9e89a82bd1b46dc975c0 2,801 1.00/1.00 vMB 44
650,448 650,448 0000000000000000000d3c4f853445f5cd09a01c5a22d08efaa9ce0ac24d7d44 2,729 1.00/1.00 vMB 45
650,447 650,447 00000000000000000006e24dc05dbfe3b150f8b5aab3b018b346f354d5da532a 2,503 1.00/1.00 vMB 50
650,446 650,446 000000000000000000020895307cfebfc984bd9653fd9b885076870cdf646a85 1,074 1.00/1.00 vMB 48
650,445 650,445 0000000000000000000c93ff95f773f5a8394237a5524c78179fc311016926b9 2,406 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.