Loading Tool

Explorer IconExplorer

Memory Pool

76,365 transactions
28.85 vMB
0.07265662 BTC
Random Selection Loading Transactions
Max Size: 176.36/200 MB

Candidate Block

Mining Attempt 11eda53faac964e5b8a3ee73f38981c1896361de6f3c219ca2afbd1e8b852a69
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 394e3578666619406ea4cd2d80dfdb912c726a32f43c041362cca1c7dbe99e55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.00977592 BTC
Feerates: 104.17 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (371,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,519 543,519 00000000000000000025d889210354e8d60b16b6daa3aefcc7ee217a74c069a7 885 0.54/1.00 vMB 29
543,518 543,518 0000000000000000000f4c80928e36bedee9d54087900858e85393e5bd6c2764 2,481 0.75/1.00 vMB 25
543,517 543,517 0000000000000000000611c4c0056bbc694c413b627d9d75d3dcecb9cdaaa8f5 1,003 0.32/1.00 vMB 27
543,516 543,516 00000000000000000012385e8d11301efb0c157aca7322e77ea2d4cc4de7f502 1,887 0.64/1.00 vMB 25
543,515 543,515 0000000000000000001dbbfb432e63c33ec364522e5d2006b7631b45079bd1d4 2,724 0.89/1.00 vMB 23
543,514 543,514 00000000000000000026432c706d3117f14c8664dc216e65f82c0f84bb928f99 1,575 0.52/1.00 vMB 30
543,513 543,513 0000000000000000001e3fc068f7ee37b2905563d8d024cea96a5a43b9e5d2e7 411 0.11/1.00 vMB 22
543,512 543,512 0000000000000000000f4dd5a7a6d3f0d805ac053893c8a3fa00e2154a0bfba4 934 0.30/1.00 vMB 15
543,511 543,511 0000000000000000000fe7fb12091c6c6e4bcaaf74f49b9b187fcfc28473fdeb 3,186 1.00/1.00 vMB 26
543,510 543,510 00000000000000000012a9d268d435f54bc8b67364f0579fabdbba548d8d868b 1 0.00/1.00 vMB 0
543,509 543,509 00000000000000000016c505429afb878c7c09dba0de25d5d2423f8beb166dd9 1,100 0.41/1.00 vMB 32
543,508 543,508 0000000000000000001c351abc636ff29a7c5bf96d8a1d7e527dd15fd30cf58a 1,542 0.47/1.00 vMB 27
543,507 543,507 0000000000000000000b2d7b96e6203154482e281c894eb2d317d4eebfbbb214 1,369 0.50/1.00 vMB 28
543,506 543,506 0000000000000000000d38a826906db284d9b5e71e27d6eb982ebe856186506c 479 0.39/1.00 vMB 3
543,505 543,505 000000000000000000037acee8ad9ea5318de5b635e3093bf1249551e092923d 3,087 1.00/1.00 vMB 6
543,504 543,504 0000000000000000002428d8f088f6ec1508d2d0884cfa61c104da0770a1955f 2,629 1.00/1.00 vMB 49
543,503 543,503 00000000000000000007728f6482001da203a495acddb754429405002f331251 3,066 1.00/1.00 vMB 42
543,502 543,502 0000000000000000002039d599d026bab5ffc278e7ac85854a52495ae02db551 2,969 1.00/1.00 vMB 36
543,501 543,501 0000000000000000002286e35a92d73d3c8892cbff4f488530e9eea3bf151939 5 0.00/1.00 vMB 7
543,500 543,500 00000000000000000026d827698ea527f7778eaad34f815b52f3e65ecfccd1a9 989 0.37/1.00 vMB 13
543,499 543,499 00000000000000000008b41fd68b891b23437dda59f2430a4267b8be6e88df1e 3,058 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.82 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: 710.57 GB
    • Received: 17.08 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.