Loading Tool

Explorer IconExplorer

Memory Pool

83,055 transactions
31.16 vMB
0.16223225 BTC
Random Selection Loading Transactions
Max Size: 186.52/200 MB

Candidate Block

Mining Attempt ada52b23bbf5e970acdcb3ead970bffd330c9944e2e5c90ad90ef38e74df3459
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 4a9efdc9129bd81e8d6a9e363eaea3d71dca18dc1a26a253600c7bfc145974e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07037466 BTC
Feerates: 150.65 > 7.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (118,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,469 796,469 000000000000000000035afab6dfd96faa75a11e5a2858aadeb9d311820d5239 3,135 1.00/1.00 vMB 38
796,468 796,468 000000000000000000023e4e1468a915a54d6a4278abfca47a7ebe75a3307057 3,081 1.00/1.00 vMB 28
796,467 796,467 000000000000000000025378f674e85fd7077e297a3d8bca055d95a6f6be41c2 1,195 1.00/1.00 vMB 22
796,466 796,466 000000000000000000045ba0b0d752201f46342ad8548c29c7555c53383c56a2 2,791 1.00/1.00 vMB 26
796,465 796,465 00000000000000000000a6bbed7eee7989cc3748b87581466467372bbd345261 3,146 1.00/1.00 vMB 22
796,464 796,464 00000000000000000000f9475ff81bd248c0133c9b0c548d71a857cb918e3ec2 2,463 1.00/1.00 vMB 16
796,463 796,463 00000000000000000001e4e269d0a2406aae6758009196822c7d94c791e054b4 2,806 1.00/1.00 vMB 28
796,462 796,462 00000000000000000001b125e09395975fd8b893c8a2743efcf027ef89d1abbd 2,107 1.00/1.00 vMB 31
796,461 796,461 0000000000000000000276f54d476d49416793b65a9e9bbafd60361d80e2f4ac 3,843 1.00/1.00 vMB 13
796,460 796,460 000000000000000000024fdfba048530523a8d7a0226e2c865ba7923fb972f9b 3,125 1.00/1.00 vMB 35
796,459 796,459 000000000000000000049cc0de64e0dd9aa43a5ad78f0497c6864f6785559aee 3,190 1.00/1.00 vMB 30
796,458 796,458 00000000000000000004e8f0fe4914a68f78858c4cfbc4f26b36a54d675c98ac 4,874 1.00/1.00 vMB 11
796,457 796,457 00000000000000000004b871a3f48804793a638955e2b4d381985ae761a17101 2,526 1.00/1.00 vMB 15
796,456 796,456 000000000000000000049e3412ca605af6ee6f1171f7231e44716fd28f3eb454 2,650 1.00/1.00 vMB 29
796,455 796,455 0000000000000000000248c1eacf5f9449a49ff1aa402398a6a5acbbff4f6f3b 3,236 1.00/1.00 vMB 34
796,454 796,454 00000000000000000000ce3fc286e0fde6dfab219a5a905cb1be6655b9409eb8 2,902 1.00/1.00 vMB 37
796,453 796,453 00000000000000000005402eae47f1fa85376534c8509d0929b2884db40ec496 2,413 1.00/1.00 vMB 20
796,452 796,452 0000000000000000000235bb7bdbff24d8c22d9cf469c0b85f274c3eaa9f79f3 3,667 1.00/1.00 vMB 17
796,451 796,451 0000000000000000000295c832caac6c4faa30949e766d300fd0a9d3b35c54b4 1,674 1.00/1.00 vMB 12
796,450 796,450 00000000000000000002e3acf983764b996ad4ddee5b57bb0e834962e4d4a2bf 2,725 1.00/1.00 vMB 14
796,449 796,449 00000000000000000000c3e231fdbbda23fdfd2fe21c90a16a79d1c4b8127f60 3,171 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.