Loading Tool

Explorer IconExplorer

Memory Pool

73,678 transactions
27.31 vMB
0.06551589 BTC
Random Selection Loading Transactions
Max Size: 166.49/200 MB

Candidate Block

Mining Attempt ded7fbb3cfa01376bd968b25caec706623c6cfea881ac82a49ff2e3d9021cfc9
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 245bb72d09a9911ee9f444d0507611fb00dcef92c90bc62f539525c934dc498c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.00737629 BTC
Feerates: 74.05 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (252,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,532 662,532 00000000000000000004d3b392690dd5eba2822635fd8edcd3450c0544121981 2,528 1.00/1.00 vMB 136
662,531 662,531 00000000000000000008062324f0c4753881b8835092b7e2636a5869b2c301d0 2,553 1.00/1.00 vMB 124
662,530 662,530 000000000000000000036a3b5d3eba6e77d84037519df4054931dc1ce58d6b41 1,319 1.00/1.00 vMB 110
662,529 662,529 0000000000000000000109f91b285389eea33150ee1da5f8ef0f98ac931bb95b 2,143 1.00/1.00 vMB 127
662,528 662,528 00000000000000000009d62f1b7b1ddcc49ba96f6bcdd7a738bfc8a6489514cb 2,602 1.00/1.00 vMB 143
662,527 662,527 00000000000000000006ed3f76a892b93c7028b27c1a59ce9b15a4ef75e73d3f 2,388 1.00/1.00 vMB 151
662,526 662,526 0000000000000000000ce311228c432fc7e2e0d6a64d8f242187684b46d0a76a 2,076 1.00/1.00 vMB 32
662,525 662,525 0000000000000000000aba0fe6fb9946a67f99e2a074d0dac081f855f21c36fc 2,750 1.00/1.00 vMB 94
662,524 662,524 000000000000000000083d4c38c941a32611980acd332c3beacb4d1e734742ab 2,856 1.00/1.00 vMB 116
662,523 662,523 0000000000000000000c2b58c2353a5e2dbad11eefa893f87d317f8b26b654c3 2,820 1.00/1.00 vMB 92
662,522 662,522 0000000000000000000d786daf14b3874afe9ce4bed4e46b240ca33b8acc9611 2,405 1.00/1.00 vMB 47
662,521 662,521 0000000000000000000bf4869cd2b54e2f883affd22e80adfde2e10ccbaf185e 1,906 1.00/1.00 vMB 51
662,520 662,520 0000000000000000000d55732b35621fbf6028d9dd797297c0607c8ee0016791 2,491 1.00/1.00 vMB 70
662,519 662,519 00000000000000000000fd54b73968c0b936c15a08542c26d81dedf3ff385a4c 2,889 1.00/1.00 vMB 96
662,518 662,518 0000000000000000000e0f6c882229fcedfbab811022ed8f56996ae910ff5574 2,692 1.00/1.00 vMB 122
662,517 662,517 0000000000000000000204d41efcc478174c169214f29c011c09f16704f17d9f 2,795 1.00/1.00 vMB 101
662,516 662,516 0000000000000000000193e0b67ae49370d07fe695e4eaca3545faf516587370 3,129 1.00/1.00 vMB 78
662,515 662,515 00000000000000000001e5d3d71e0af922c536cb8e9f58d108d7844c3fa379c0 2,717 1.00/1.00 vMB 93
662,514 662,514 000000000000000000048b044271c49e4e339f5a5fa6ae1d6383b5b86a69bd8f 2,727 1.00/1.00 vMB 127
662,513 662,513 0000000000000000000251ccf61e32146c0cb4230460d480928a8d83750d4139 1,215 1.00/1.00 vMB 107
662,512 662,512 00000000000000000005477f90fbda138e6ab41e3c18a812192f0d6fe3dd781e 2,234 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.