Loading Tool

Explorer IconExplorer

Memory Pool

41,602 transactions
27.62 vMB
0.07416127 BTC
Random Selection Loading Transactions
Max Size: 142.57/200 MB

Candidate Block

Mining Attempt db9e8d08e600c108044924a12e6554254d583ad5583f0976d2f2b6a7e764d5a2
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root fd9072f4ae5ac527736b15ed7e1519f78e19e62c2f248bae5d53a172a74f4f77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,245
Size: 1.00 vMB
Total Fees: 0.01977353 BTC
Feerates: 101.47 > 1.98 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (818,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,427 96,427 0000000000043f3314e0e312daf0b645eac7fb9825bbf62b4abd88e4b804f4a5 1 0.00/1.00 vMB 0
96,426 96,426 0000000000080f157af1ac787398027e0b8566f556de7310b6bea6b796aed309 1 0.00/1.00 vMB 0
96,425 96,425 00000000000545cef18a5a9dc6de21646d57b331fdd03e778ed66e05e789c271 3 0.00/1.00 vMB 0
96,424 96,424 0000000000030cf3a1d7fafc89fa630a095460a7e223d22f42fbb59ae1bf6c87 2 0.00/1.00 vMB 0
96,423 96,423 0000000000047fca43c16cb2c8bf68353cc771758fe7da9fb0578c2fd38205fb 1 0.00/1.00 vMB 0
96,422 96,422 0000000000002c54791efe27e2022f5fe1067a36ca1ddd62e18d0a023fb10f64 6 0.00/1.00 vMB 0
96,421 96,421 0000000000009f4d31ab7bdbec80aa783beb4e1807221614f53507dd25d08608 4 0.00/1.00 vMB 0
96,420 96,420 000000000005fbdadf433ff69e975589994c4f5d8fea80757d71ce0de59588ee 4 0.00/1.00 vMB 0
96,419 96,419 0000000000062cdf46a199afe24fb2291236b9e9af74e6a05edd6ad037f350a0 11 0.00/1.00 vMB 341
96,418 96,418 00000000000109e8ed587f462abfea97778a2f69b01d097ba0df9a6eeaa5884a 1 0.00/1.00 vMB 0
96,417 96,417 000000000004f83f034114e4aa8a9ae38d438c6f955dc6ebf464948d96ce41d7 1 0.00/1.00 vMB 0
96,416 96,416 000000000007fa30fbaf0c15c88147d1efd92b8758f59efe366f079542beb934 1 0.00/1.00 vMB 0
96,415 96,415 000000000003c99ebf26d7e427648e302a454b8313ae1a99bfd6cb5616ff6090 6 0.00/1.00 vMB 0
96,414 96,414 000000000000709ec0d379dfcfa8d18c33e0d03fac6cba6bfab5ee65ca084b31 2 0.00/1.00 vMB 0
96,413 96,413 000000000002060bdc796f0fe5eb5924dfe0ed03cb9d099ec7954c37fd1a2401 2 0.00/1.00 vMB 0
96,412 96,412 00000000000645cdb796d8f354a9590f74855340b87135046996609b0cd20bfd 4 0.00/1.00 vMB 0
96,411 96,411 000000000004164f2d16797727b6f4b50fba8af711ccb349cfcc6358b97f3ae3 2 0.00/1.00 vMB 0
96,410 96,410 000000000005531d2823ff012a7ee02cad75c024c10a21dbe579a1b22952dbad 7 0.00/1.00 vMB 0
96,409 96,409 000000000007c3835ec26856b4f8d8a76ccecc1793aac0722ed8fafa0a200c95 3 0.00/1.00 vMB 0
96,408 96,408 0000000000046dc2d7e29c47a0ca688c5ef92c440a5737947f873add7ce9019f 3 0.00/1.00 vMB 0
96,407 96,407 000000000003198357aa21bb24a4e58701f4e40f6b39668f4b7a7df2a3a08480 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.