Loading Tool

Explorer IconExplorer

Memory Pool

77,457 transactions
29.36 vMB
0.08294426 BTC
Random Selection Loading Transactions
Max Size: 178.81/200 MB

Candidate Block

Mining Attempt 624f88b2609beb17101d0fbe52af9af043e1c3e0df4a3cd4bf014b9b9b5b91f7
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 7b53f7c780d5f1845b6d9b69add0284c4898c46c0fabf95e9f0c118e4e82aec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,478
Size: 1.00 vMB
Total Fees: 0.01820118 BTC
Feerates: 477.45 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (371,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
543,498 543,498 0000000000000000001df3e44ee4ea6de91893498d4491167b4cebb281856b4e 3,005 1.00/1.00 vMB 47
543,497 543,497 0000000000000000000f7feff3153d4201309421ef7c3c3c49a9321595a1044f 191 0.06/1.00 vMB 27
543,496 543,496 00000000000000000009f64f9cda74c4b35f60e65f8b817c179a4f70f2229b50 1,039 0.34/1.00 vMB 36
543,495 543,495 0000000000000000001230f7e7f8061ec92ce1b87923d085c6b0455c27423524 606 0.20/1.00 vMB 32
543,494 543,494 0000000000000000001c01660bbe394f5ed1bea320b348f4d3f8c09e01aa30c2 2,449 0.94/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.81 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.30 GB
    • Received: 17.07 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.