Loading Tool

Explorer IconExplorer

Memory Pool

55,407 transactions
32.96 vMB
0.11623340 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 2102ff8d177e9e1cb8cb47dc6dd694d7df36a91f3be125dd0dbbdbf9890a755a
Version 20000000
Previous Block 00000000000000000000c2c3593e09fd7cdbeb5924eb063e31c5035843cd86b4
Merkle Root aceae278dcdbca6f14f90516d165459a984e6f9d03d25afc4a6968a5d2d5980d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,151
Size: 1.00 vMB
Total Fees: 0.04618516 BTC
Feerates: 1,007.04 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,434 (912,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,857 1,857 000000000e05bb2ee2b7f083d105e7535aecf1d769cf50444e35257c707ec18d 1 0.00/1.00 vMB 0
1,856 1,856 00000000a637ff6e13683bce30ea71cdbb508c166b1d0af90a4224da387f5bd7 1 0.00/1.00 vMB 0
1,855 1,855 000000003de1ee229e167223897b679e43b43f9a57df1195472e4b2f74cc2ad3 1 0.00/1.00 vMB 0
1,854 1,854 00000000ff6956311d1122294f29e862f2b9429133ebb66e7b7237102f481df4 1 0.00/1.00 vMB 0
1,853 1,853 00000000a40a9d672c54ab44bcf8d4826087253203a88f2f7ee51d59a3c97bb8 1 0.00/1.00 vMB 0
1,852 1,852 000000001344959fad0372d099b7c038d2a68369d72f8d589905d67282db47e8 1 0.00/1.00 vMB 0
1,851 1,851 0000000047643027ae09b94967a01b33960a45fbda04f06afbfa158974dff321 1 0.00/1.00 vMB 0
1,850 1,850 000000001b5bcdc869f9be859cd3f7cd500c718ffe3d4ad3e941bef111593078 1 0.00/1.00 vMB 0
1,849 1,849 00000000df89927ab39d47256afa9a7de0a7c4a15b32f920456c057467eed7dc 1 0.00/1.00 vMB 0
1,848 1,848 00000000845a1a4a029bc2a33d5eb51ef53502e314e5ba19ebd835c4bd353b3a 1 0.00/1.00 vMB 0
1,847 1,847 00000000ebcbd04dd834b0709bcd74a05dd7a8f1524bfa30a603e3db1d888053 1 0.00/1.00 vMB 0
1,846 1,846 000000003c883c858ec953652a66caa23265ac9f331b602691f3092cf1ae7299 1 0.00/1.00 vMB 0
1,845 1,845 000000009b0925dc129edfd20a7c4bc33eb5ddc41bee1dff262e3b0d8b83cdaa 1 0.00/1.00 vMB 0
1,844 1,844 00000000ea6988272f73e60fa77b8c4de81d3e2d1d4a7f524849f6da363e23e2 1 0.00/1.00 vMB 0
1,843 1,843 00000000dad68797d688b10426ead52b42b2dc654ea30ef9d6e9197c10c7658d 1 0.00/1.00 vMB 0
1,842 1,842 0000000019011bfe67ef7cd47a5ed0fd9f4ef7b5b653a83675fbb3e354e490d1 1 0.00/1.00 vMB 0
1,841 1,841 0000000020822aaabd94ac716372a51535f72471141b896ed328c323e26b3fc9 1 0.00/1.00 vMB 0
1,840 1,840 00000000d84f0a18e6563db3149a266515eb6c23810e19c714f8ac6e037f108f 1 0.00/1.00 vMB 0
1,839 1,839 000000003085602911b9da7c4b636f2f809a3a3d1db4155e2bf9b9e572791ab1 1 0.00/1.00 vMB 0
1,838 1,838 0000000022fa7cb365cc0e556ad0f9afc0148c9f2e73d18b6ff7f6d82af6f31e 1 0.00/1.00 vMB 0
1,837 1,837 00000000f78078420299b8d5c188bb8afcbaa49085569c106de370ff0b39289f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.39 GB
    • Received: 10.41 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.