Loading Tool

Explorer IconExplorer

Memory Pool

84,951 transactions
31.18 vMB
0.08983821 BTC
Random Selection Loading Transactions
Max Size: 191.66/200 MB

Candidate Block

Mining Attempt c1d94e60c20ad0a1d9e5fa1574ed97bec4bef9f8ab17d0b7b41eac1f59a65f0d
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root ff1be36962845007932cf30417ef2d502cf31bb5f8396d613d95b232d8e11ffb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.01626405 BTC
Feerates: 60.16 > 1.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (625,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,488 289,488 000000000000000109bf520d12b6e296b70e7d75cb3b8ee0c3b2721aef26943c 125 0.05/1.00 vMB 13
289,487 289,487 000000000000000076d89191cab5d87d8bbbec34bda070773f4e70e481b89397 267 0.10/1.00 vMB 25
289,486 289,486 0000000000000000d8692b6c4f9c07cf9f97eff69a7a9cdcd715e3688920a8c8 1,046 0.47/1.00 vMB 45
289,485 289,485 00000000000000002dbcc1e1a5faca23921ca8d8fa71b82482b2a58a442bc8c6 234 0.15/1.00 vMB 28
289,484 289,484 0000000000000000763843d66a592dfcaaf372afc87a362084fca16b0fed7b1a 84 0.05/1.00 vMB 21
289,483 289,483 000000000000000072b1ebb499f65592e57b43065df8fd314323d35f6d1ddfac 87 0.04/1.00 vMB 34
289,482 289,482 00000000000000011c2e6f63d301befca77922e5d056b60fcd0005a74c011cfc 147 0.17/1.00 vMB 11
289,481 289,481 0000000000000000777619da9b67b331f6ada5d29416c787222514b80b30a67a 653 0.35/1.00 vMB 33
289,480 289,480 0000000000000000b5d2eb0592ab29da6f4e8a9fa89a8182e7f6b1eb0ebea80a 91 0.04/1.00 vMB 6
289,479 289,479 000000000000000006ca4a1218a432d034c580e676643bd3f3d290140585ac7d 343 0.21/1.00 vMB 23
289,478 289,478 0000000000000000414e7ee8bfb5097691f8196381fb320c2ad03cf2533333b1 125 0.04/1.00 vMB 8
289,477 289,477 0000000000000000c71ca69e16c4c701700834b91d2bb01d106b6d3243cccb05 128 0.07/1.00 vMB 30
289,476 289,476 000000000000000029231a7b9356305b24439b202064977d31fd578a8c7c3948 277 0.12/1.00 vMB 14
289,475 289,475 00000000000000004f05476dfaa6df9f3bc550c3fcf0c1df1e3e5c986a887c2c 256 0.08/1.00 vMB 34
289,474 289,474 00000000000000005c94774101d07d6d71e5893fce7d2e802407b0d18af09340 1,161 0.64/1.00 vMB 30
289,473 289,473 000000000000000086e188fca9c4094caaac4e341353c90f06045a673b2dfa48 140 0.08/1.00 vMB 33
289,472 289,472 00000000000000000490e0933d6de95d3a9f716b50a765bb9f8a2a89d39f1903 224 0.31/1.00 vMB 20
289,471 289,471 00000000000000007fa36173d94b32dfce3f670c4fdbbea46d5f6ec7f674d1cc 256 0.13/1.00 vMB 33
289,470 289,470 000000000000000119b2d9eddda83027bb491880e27ba181e2c915213be4ba14 629 0.35/1.00 vMB 41
289,469 289,469 0000000000000000f5338575919bbf35a8b66b0802799762d1ef660ea874bf9c 297 0.14/1.00 vMB 35
289,468 289,468 00000000000000005474c09ab3b48a4e26132cef8cac7a910ea2d9f3baf3e6f9 76 0.02/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 783.02 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: 719.33 GB
    • Received: 18.04 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.