Loading Tool

Explorer IconExplorer

Memory Pool

47,204 transactions
29.56 vMB
0.15404574 BTC
Random Selection Loading Transactions
Max Size: 156.57/200 MB

Candidate Block

Mining Attempt 77bdd604c961c80d15dde03c17257869271121604888f6eaa72947b07f6fa838
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 21cc5fa2d8bdd74791df6108117c6f6f4f83b99d2030572a2a93a3215bba8790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.08650014 BTC
Feerates: 15,654.48 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (857,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,906 56,906 00000000095bbcc4dc85be2046411d938a75096d9d6821514595771369a5af68 1 0.00/1.00 vMB 0
56,905 56,905 000000000722d7e883593f230fbd00c57319c16aa5725f7beb4606efb056273f 1 0.00/1.00 vMB 0
56,904 56,904 0000000005ba667326c2378a874eeb9aedad304931ae43b80b46b5aa9488a478 1 0.00/1.00 vMB 0
56,903 56,903 0000000014e87dfa6d9432c66dd45dadf95797f5f1025d009b6ff5951931aa8b 1 0.00/1.00 vMB 0
56,902 56,902 00000000138d8c4ac616eaf6b0b19ba7169dcd603291caebda01e77e174d9cb6 1 0.00/1.00 vMB 0
56,901 56,901 00000000067ab4a7574edfa2a9f96ccad909daa97c9d44904f8cb4150c70b2f8 1 0.00/1.00 vMB 0
56,900 56,900 0000000002d32e8f98fef5e9a710c23a8dd42dba8cc764a5c22f3adf59b151a9 1 0.00/1.00 vMB 0
56,899 56,899 000000000463f9f007c7776e0471646b4d13e7ca756336bbfebff9c396dae79e 1 0.00/1.00 vMB 0
56,898 56,898 00000000121e47a00250f274bab9cc80f4ffb62172b4393554e97e4e4151f8a9 1 0.00/1.00 vMB 0
56,897 56,897 000000001235009ad4ea76ba0c4340ef05c2a36030ab20fd3a034c66d04f0134 1 0.00/1.00 vMB 0
56,896 56,896 000000000ba52e7bb291599f5e9a91d889554f7ea562090e52a2d447bc47cf66 2 0.00/1.00 vMB 0
56,895 56,895 000000000ff1b32de34ece7e564ae1bebec64149b60e426ed881b86929783767 2 0.00/1.00 vMB 0
56,894 56,894 00000000061686446bcb1fc13a6372a3eccab6b0e4621a3cd11d4347a2bc5b98 1 0.00/1.00 vMB 0
56,893 56,893 00000000155bd3693ef9dad9068a0d348e8348a4c1d9a257fd9a6bd8e66454ff 2 0.00/1.00 vMB 0
56,892 56,892 000000000c2bfdcaa50ecd04579c959e0491cfc3460abac8791302b4e0b24c32 1 0.00/1.00 vMB 0
56,891 56,891 000000000c1ce641ad40389efdc89434d7c54d9c1de473a01b15e5682ddc93a8 1 0.00/1.00 vMB 0
56,890 56,890 00000000095e144cda136fb36790353f0539552d58fb5243f96e42c07525c831 1 0.00/1.00 vMB 0
56,889 56,889 0000000006db559642af1616d83e123779b05a58cff3c4c451d88e2f898a15b7 4 0.00/1.00 vMB 0
56,888 56,888 00000000112e42246c776ea56fb701eb20fe178c8c3d0840f404d27a1dfe10ec 5 0.01/1.00 vMB 0
56,887 56,887 0000000013b1dab366808f5fd0946f790b7f02c6723c1bebd93cc4e5ef8ac700 1 0.00/1.00 vMB 0
56,886 56,886 000000000c9afa9faaa1c33beaafe5043310f9410d9b94be233cd44ccbb6f1f9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.77 GB
    • Received: 13.32 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.