Loading Tool

Explorer IconExplorer

Memory Pool

77,294 transactions
28.64 vMB
0.06369369 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt f517568e5cac88f1f1c28a495f34067c7ae3b9373b2bfb9d8f4fa17921d5450e
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 4a3fa7ecb7872650ad822ff7ac35965fcb2af3aeafc1d0599bfa6af9a486c169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,796
Size: 1.00 vMB
Total Fees: 0.00408200 BTC
Feerates: 13.94 > 0.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (803,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,717 111,717 000000000000eb270089722470ae492f5d7df0d159e2a0985da8439b077673ec 23 0.01/1.00 vMB 0
111,716 111,716 000000000000d377120833cb118bfbeacb6fc5973d6896d243116b3be8a81593 2 0.00/1.00 vMB 0
111,715 111,715 0000000000004e7baf6d8c84aa92b0408b279ecb93989c6d913b24b807e32c55 5 0.00/1.00 vMB 11
111,714 111,714 000000000000d23730b5edb4d3ebb300d63b11d0e58f71c45b2ab3ae2a734e36 3 0.00/1.00 vMB 0
111,713 111,713 000000000000dbaccbbb6490ad03eaeb61c5700af1ddca787472128bd6479a3e 6 0.00/1.00 vMB 0
111,712 111,712 0000000000009adcf43e595cc6d425e395ffa8a5582110ac9dd0c008ace989a5 5 0.00/1.00 vMB 0
111,711 111,711 000000000000e17c31260535800984d841472528733613fc3f32e796f2316c44 6 0.00/1.00 vMB 0
111,710 111,710 000000000000c81c139ca6d2d6cdb672d77d23a82251825ed250371f86d1d260 13 0.00/1.00 vMB 0
111,709 111,709 00000000000112f32b810f7239fb29d557ec31360cf4622411b03211a073da3e 14 0.00/1.00 vMB 0
111,708 111,708 0000000000008de79721934bfd89e97935b199fc2e38dd0890291fe39f380337 7 0.00/1.00 vMB 3
111,707 111,707 00000000000091ab1d032cebaae831390d31634d9736e20cf34d4086b591e174 21 0.01/1.00 vMB 0
111,706 111,706 0000000000007eb5eb9c128b768b2540e98d3be037fc13b304215b1a98116864 9 0.00/1.00 vMB 0
111,705 111,705 0000000000008943cc76c0f05dd33f9e2888ea1e2f28ce26ff5224f2aa23cac0 9 0.00/1.00 vMB 0
111,704 111,704 000000000000d0b2734e2a2602eee3fd2306150b3304b21cdc75324741788343 9 0.00/1.00 vMB 0
111,703 111,703 00000000000023cfd837b5cc06d6e8b65d826d1ec52f3964c450c99e1d80d5fe 13 0.00/1.00 vMB 0
111,702 111,702 0000000000002993a5247b3be5c20156b31f5ba4e79462ff0d9848809aedc88e 11 0.00/1.00 vMB 2
111,701 111,701 000000000000b5533053abcf62d1d3d79e7e13fba840bd6d697290bd7fe15b28 13 0.00/1.00 vMB 0
111,700 111,700 0000000000007c2247a85a2bb7f65b5d4834c0df0d0907d9e4dd11eb098af3a3 6 0.00/1.00 vMB 0
111,699 111,699 000000000000baf65108faaf9bc1c6fd708c3b2bf5f80a37c9fcd88850c268b9 7 0.00/1.00 vMB 645
111,698 111,698 00000000000061c24431924fdb4171f3b02db46051934d8a9f1c0ccb1c02a69e 8 0.00/1.00 vMB 0
111,697 111,697 0000000000010ee98296177cd773a3f8d7128355c35aec0117d52e96d7c7441a 18 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 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: 669.62 GB
    • Received: 15.75 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.