Loading Tool

Explorer IconExplorer

Memory Pool

85,983 transactions
33.13 vMB
0.09684151 BTC
Random Selection Loading Transactions
Max Size: 196.21/200 MB

Candidate Block

Mining Attempt c5459350ebb16217dcd85372a44780712bb31060a849911ca3cfe5617987a7bb
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 775353d8a6ead8c6d6ed1abf3953215629f40506890512f1ae10d9984c428b26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,972
Size: 1.00 vMB
Total Fees: 0.03086739 BTC
Feerates: 150.67 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (141,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,263 773,263 00000000000000000003b734a87a1aa78854dec34dade74d3af6d4eaab14170a 3,323 1.00/1.00 vMB 17
773,262 773,262 000000000000000000067a573db9ffcdbfa5d47bf6b5dc63b7ab374b2f1ee059 3,288 1.00/1.00 vMB 25
773,261 773,261 00000000000000000006659377b9af16d4af7ae27cf878f15f2a5f113a1a5931 3,629 1.00/1.00 vMB 6
773,260 773,260 00000000000000000003f5017e4229331458bf1c3746b14058a2db50a010104a 2,570 1.00/1.00 vMB 16
773,259 773,259 00000000000000000003e273fb9d863504ed3308124c518aa383148492a975d4 3,500 1.00/1.00 vMB 22
773,258 773,258 00000000000000000004eef2b4ebe1e9a2c27c571a54387a1535e3c072bb5c0e 3,393 1.00/1.00 vMB 22
773,257 773,257 00000000000000000000cca7ecbc4403b0de2beb3af43aded3f2471dd27e5fd3 2,257 1.00/1.00 vMB 16
773,256 773,256 00000000000000000005d02cefd2336c605b03736db8c0f3cbd6881c723f0a2f 3,483 1.00/1.00 vMB 7
773,255 773,255 0000000000000000000504988c2a74b41185dc7ccdeb92969de316d4142c9265 2,533 1.00/1.00 vMB 12
773,254 773,254 000000000000000000050f09583ac584f822574d63fd5307a9ef52b787886d41 3,253 1.00/1.00 vMB 13
773,253 773,253 00000000000000000005e6a793a3e2dbb979c940749ce9743b7824a0dfa32349 2,275 1.00/1.00 vMB 17
773,252 773,252 0000000000000000000038d8153fb39def3af67e783b8d52c3bdf2023e178603 3,662 1.00/1.00 vMB 19
773,251 773,251 000000000000000000016a75d33ab880d5991269a9bc6d2c495db74343d4672c 2,065 1.00/1.00 vMB 16
773,250 773,250 00000000000000000005fb786e9cfa0c978137674888a4347c12aafd8d1170d5 2,804 1.00/1.00 vMB 19
773,249 773,249 00000000000000000003149c8cbbf9ee2537cced1249713b2a1e93c514c9def0 3,431 1.00/1.00 vMB 18
773,248 773,248 00000000000000000005ac57de08c5bed76cadfcd6fdfcbd0b7a658886b83610 2,846 1.00/1.00 vMB 18
773,247 773,247 0000000000000000000592f0e41465b88706127c78e17d5afd30536c0eae2241 3,517 1.00/1.00 vMB 28
773,246 773,246 000000000000000000049e61c9fc2269d8ce7dbe747c4fe790d4c015f195c93c 2,611 1.00/1.00 vMB 6
773,245 773,245 00000000000000000003358f262e523980892094a29be34ac64bb35bd9187b2a 2,779 1.00/1.00 vMB 7
773,244 773,244 000000000000000000056f20c09412e1abe9fbc7ba3c5f019b16aa3067a3ae39 3,138 1.00/1.00 vMB 15
773,243 773,243 00000000000000000002c54a2f1542b386b9de7d05b57ea580e371c30d5b91fc 3,244 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.30 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: 657.41 GB
    • Received: 14.54 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.