Loading Tool

Explorer IconExplorer

Memory Pool

39,229 transactions
28.46 vMB
0.07334753 BTC
Random Selection Loading Transactions
Max Size: 144.27/200 MB

Candidate Block

Mining Attempt cd3e2d54036c7912c1f687387a96fc9a3c19a9b0197f5230b98173254d3f4561
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root f1626c4b7d6f3606a701f8ea794771ff29aafd69791ca27d422608213b83dbc5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.01834711 BTC
Feerates: 150.93 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (80,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,702 833,702 0000000000000000000347c9390fb6f08564ff5e17c73b33d5895608363c9b01 2,719 1.00/1.00 vMB 18
833,701 833,701 0000000000000000000226785ffeb30308e6bba6fadfb0ffe0bef3704e403e79 2,832 1.00/1.00 vMB 20
833,700 833,700 00000000000000000002f8ba36c78cd6c26e4735ce79ab12cc3b9d39aad8b079 4,350 1.00/1.00 vMB 29
833,699 833,699 0000000000000000000146a151f8a4e4591c45e835dfca4ac99a738a54a45a65 4,045 1.00/1.00 vMB 23
833,698 833,698 000000000000000000009fd3217975cefcf2bca6bae18a22b9706af79b2fe14a 3,673 1.00/1.00 vMB 23
833,697 833,697 0000000000000000000276e889d1cf390b074aaa5958d0f089b5b527bdddb430 3,774 1.00/1.00 vMB 39
833,696 833,696 00000000000000000002a0204764d33413dbe90d123818be1fdf9545e4969d2a 3,433 1.00/1.00 vMB 31
833,695 833,695 00000000000000000002d93ac7b6d619601c9f634c74d53bf6a8661d1bdce814 4,174 1.00/1.00 vMB 37
833,694 833,694 00000000000000000000b6c6045e8e66128b0c40946f47077cb25d40261f6d2c 3,633 1.00/1.00 vMB 59
833,693 833,693 000000000000000000004c719b6523f0cdc2c6b16ecda7a6d5e224d1fb30f3c0 3,588 1.00/1.00 vMB 41
833,692 833,692 00000000000000000000e46a1010d04fd876fcdcc06754b215e36768bb8d7be0 3,463 1.00/1.00 vMB 43
833,691 833,691 00000000000000000001694e69307afa8d14328e88dd119df0760a24597e3903 2,445 1.00/1.00 vMB 47
833,690 833,690 0000000000000000000096718fd9f624dc296f79201430699e46711e32d649aa 3,497 1.00/1.00 vMB 30
833,689 833,689 00000000000000000001617fcc95ffad989c9a701808ca62328d34b2d9c82109 1,793 1.00/1.00 vMB 14
833,688 833,688 000000000000000000002b92c4e4c25150ae71f4665375e42da8d9bf53d08378 2,823 1.00/1.00 vMB 21
833,687 833,687 00000000000000000003033da468beaa364117393a64f65028c926df77df114a 2,652 1.00/1.00 vMB 31
833,686 833,686 00000000000000000001a230aa902e72318551a21ea0cf9379b6a69528f7d607 1,967 1.00/1.00 vMB 14
833,685 833,685 0000000000000000000056530361836cead36cf9499d6861852728211bd0a66c 2,446 1.00/1.00 vMB 21
833,684 833,684 00000000000000000003643c21d610df465e80bd40e0a750cc6dc37dd72c3db3 2,554 1.00/1.00 vMB 40
833,683 833,683 00000000000000000002a5bc8daeaa5918d8b9ea85b358d3636baad8c93a93bf 2,554 1.00/1.00 vMB 22
833,682 833,682 00000000000000000000c6e562f382dc6b1a0593f174c05e55decb714c08e7cf 3,079 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.12 GB
    • Received: 11.87 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.