Loading Tool

Explorer IconExplorer

Memory Pool

82,749 transactions
30.38 vMB
0.14654166 BTC
Random Selection Loading Transactions
Max Size: 184.00/200 MB

Candidate Block

Mining Attempt 128647a8b929883b7791eebe58ff9b91bc2feb3f5b7070628a5392992ca22210
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 19025aeb0d1125e6cd2c85a870fa8cbf0e178a3c141d0518d3e8028de58bfeab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.06643381 BTC
Feerates: 150.61 > 6.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (318,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,058 597,058 00000000000000000015ca99c9d88b2576f431d42ebf9c9a1392c3b619593b29 2,291 0.61/1.00 vMB 9
597,057 597,057 00000000000000000008c4bbffc09b0fa57c63e34fdb349ed3e835330002cc0f 2,690 1.00/1.00 vMB 25
597,056 597,056 0000000000000000000e5790dda7df22b16ce7391d60c90113ce04371a21e534 1,362 0.33/1.00 vMB 10
597,055 597,055 000000000000000000037f4bad9da3ea8c4484f4a79d63935443c1cfb4c76273 3,629 1.00/1.00 vMB 20
597,054 597,054 0000000000000000000249c669e87ef288244781371b70102a0754ac5537f98d 834 0.25/1.00 vMB 17
597,053 597,053 0000000000000000000696dba366ef2edd926c93549a2f47e6adac6c3a2ac1fa 2,294 0.78/1.00 vMB 8
597,052 597,052 00000000000000000004ee79ef8b52720ed9387ec8ad0a309c7df8d56a8646cf 3,160 1.00/1.00 vMB 20
597,051 597,051 00000000000000000004e6c3fa503f3c72e141a27ec1f0784bc7774c84a75da2 3,530 1.00/1.00 vMB 17
597,050 597,050 00000000000000000006ffb4e92021adb155555781c0aa0ff1599c7fccfaa67c 3,492 1.00/1.00 vMB 20
597,049 597,049 00000000000000000003ae93128576cc8ba465b570a468a84dab0abb7bbe0752 3,396 0.90/1.00 vMB 14
597,048 597,048 00000000000000000012237ed5c9a4f1bbdcbd820d1453840ef05888fffed3f6 1,999 0.54/1.00 vMB 14
597,047 597,047 000000000000000000055ebd2826eb2dca05d990d7107556834741fca7d52763 227 0.06/1.00 vMB 14
597,046 597,046 00000000000000000003ca0c41e881a361da2caecb333bb4d885a22b741a25f0 1,062 0.31/1.00 vMB 22
597,045 597,045 0000000000000000000f2785b7ede8bd18bf74a8cd7549205223fd08bb281054 76 0.02/1.00 vMB 18
597,044 597,044 0000000000000000000d4e469a33d611c5d0264d0f40c9bbba3f4db9e98256eb 3,574 0.93/1.00 vMB 16
597,043 597,043 0000000000000000000649e8e8ed57c6320b916b48c8e4133c731a5a99cfd54c 1,615 0.61/1.00 vMB 21
597,042 597,042 0000000000000000001234cbf281d5b0c6e6fa9d186958d1c3ae5b7105eba234 145 0.03/1.00 vMB 19
597,041 597,041 00000000000000000012caafb766c685a5ea4da71004ee12b806b92d842cef98 971 0.36/1.00 vMB 13
597,040 597,040 00000000000000000013b92a2b342f0955340574cd48d88526da3c0f8570f6c4 586 0.30/1.00 vMB 14
597,039 597,039 0000000000000000000202f8ddfce3858fb280f1faa131b431f69d4f4108ed6a 3,116 1.00/1.00 vMB 10
597,038 597,038 0000000000000000000b175f7d07a349e95a5c844deeea2e0e518be8194a9d57 3,650 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.63 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.32 GB
    • Received: 16.20 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.