Loading Tool

Explorer IconExplorer

Memory Pool

78,847 transactions
29.90 vMB
0.11946167 BTC
Random Selection Loading Transactions
Max Size: 179.62/200 MB

Candidate Block

Mining Attempt 4d1b058c76b8ad27996f7f02f9875d80793e93351afe9ab70ee6e61059abbd5d
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1d3818b57e3fdaff86d2c066365bf087cc5cabd03e87724dfae124d4fa3c43ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,473
Size: 1.00 vMB
Total Fees: 0.03671619 BTC
Feerates: 673.02 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (244,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,056 671,056 0000000000000000000ce33b5e544470d6ff3205282ddce519908e46cd208f39 3,156 1.00/1.00 vMB 71
671,055 671,055 00000000000000000005915089598e17ec9b59ce9728c07dd68f3ddfca2cb6ee 2,759 1.00/1.00 vMB 86
671,054 671,054 000000000000000000053964adff139ce7fe0cde6e19b3e4e437726839e2f78f 2,464 1.00/1.00 vMB 83
671,053 671,053 0000000000000000000833ab5b735b94093ecc0c217c014713615cc90bc536a7 3,597 1.00/1.00 vMB 115
671,052 671,052 0000000000000000000ca3d0c4d7c60f45b25e59d52d10c10bb3dd87a4ff1651 1,716 1.00/1.00 vMB 133
671,051 671,051 0000000000000000000c054615461f2d903026c820d0d55d4ce30ada792874b2 2,368 1.00/1.00 vMB 136
671,050 671,050 000000000000000000063ac94a5fa575e1787fb7b38457550766e6254944542c 366 1.00/1.00 vMB 125
671,049 671,049 000000000000000000098cc8a68f0d91713f1b33c7903fb9c5573c46079b5852 2,402 1.00/1.00 vMB 143
671,048 671,048 00000000000000000005816dad800206f6114c8ce8d4c9e82c46dcd2e1ed894b 2,183 1.00/1.00 vMB 82
671,047 671,047 00000000000000000006b3da854695e7c926be7b62c3b5724d691d8b94b9676a 2,067 1.00/1.00 vMB 90
671,046 671,046 0000000000000000000663035b3622f75fc05dca4433a5ce5041e0a5c91a0135 1,037 1.00/1.00 vMB 90
671,045 671,045 00000000000000000008ea615de0686b2ffc2a0202bcaaa4aeadbcc2011d5c93 2,256 1.00/1.00 vMB 106
671,044 671,044 0000000000000000000a6e043ccf23009dd4d69d23cea697bbb5f909e3fdb070 2,002 1.00/1.00 vMB 104
671,043 671,043 0000000000000000000c18fc3ccdb143c17d2cd3e3231fd69a0388f7af909f44 1,702 1.00/1.00 vMB 105
671,042 671,042 0000000000000000000524ded0c82c7561e902471363298f408dcbb58e128501 2,169 1.00/1.00 vMB 103
671,041 671,041 00000000000000000003e68c7f9407ce8f3da14d35a4eb45a0c0532d1aeb4bc5 3,002 1.00/1.00 vMB 123
671,040 671,040 000000000000000000038d4918439742f403ade43f5d3091c42655ae13286918 2,884 1.00/1.00 vMB 137
671,039 671,039 0000000000000000000d116e8e4f41f20749769de3c3cccaf000144e474b4a76 2,870 1.00/1.00 vMB 109
671,038 671,038 00000000000000000004fb53e2b8396ed1f11cfe29a27b2ee234fc52c1187d93 3,137 1.00/1.00 vMB 121
671,037 671,037 00000000000000000005c019edf9ac115232c753e83a25140a916bddef4636b2 3,038 1.00/1.00 vMB 121
671,036 671,036 0000000000000000000c0a26c6e9f468b5e589de8587e5d5fa25517936868617 621 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.86 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.04 GB
    • Received: 17.28 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.