Loading Tool

Explorer IconExplorer

Memory Pool

81,533 transactions
29.98 vMB
0.15787692 BTC
Random Selection Loading Transactions
Max Size: 180.57/200 MB

Candidate Block

Mining Attempt 7d808b8f800457d85891fb792436cbbc25579bec9ac5b5fc24cdbff5d7aeaf57
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a9387b2bd960d4907708f7d83c0cc305338f49790b348d6ddb42173cc5eab81b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,755
Size: 1.00 vMB
Total Fees: 0.06007076 BTC
Feerates: 1,002.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (480,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,287 435,287 000000000000000001448d9ea693aa1deb32a491e973e7e0e361ff5689102575 2,942 1.00/1.00 vMB 79
435,286 435,286 000000000000000000f871e3c47de80f5de3e3a582559cffe20f3a1c6085185f 1,672 0.67/1.00 vMB 71
435,285 435,285 000000000000000000531e1af0b7e6f6395e4024471ea031ea54d085de9e270a 1,863 0.79/1.00 vMB 60
435,284 435,284 0000000000000000014f689ef6fba2aaec798ff865f7d74f9504338a74dca1c5 1,068 0.45/1.00 vMB 71
435,283 435,283 0000000000000000001fdfa9afc5c98cdbc7e2cf81dabc038b4f062ded1d2e73 624 0.23/1.00 vMB 75
435,282 435,282 0000000000000000026fa46a84dacb6d302c45e85a9f4d8b29e546520cbd6514 1,548 0.83/1.00 vMB 54
435,281 435,281 0000000000000000036dc17aeae6cc87160c86f77e727ead309b67bf99e1999d 1,515 0.58/1.00 vMB 70
435,280 435,280 0000000000000000029752ada4567b75e350e054a64547f645bdfa2cb4968aa4 1,922 0.93/1.00 vMB 51
435,279 435,279 000000000000000002a52a35a2f9ed1eb47725af605d8ef5ab8e186cc3fa2b05 2,639 0.99/1.00 vMB 66
435,278 435,278 000000000000000003ee897c42692f63953a97e2efd24e10de2996a9c86ec306 2,471 1.00/1.00 vMB 87
435,277 435,277 000000000000000000c98ee4f0a616f60b7b69512372316bfe54943ca54f6089 2,093 1.00/1.00 vMB 51
435,276 435,276 000000000000000001fd6692be1d7e42c5cac37472f663f681d0a22efbcbb019 2,673 1.00/1.00 vMB 70
435,275 435,275 000000000000000002ab679bbff43f116202f93a3eaea3104213e81a3549a01a 2,737 1.00/1.00 vMB 82
435,274 435,274 000000000000000002364af4ae1fbd500600f89674c1d377834a0e62d7a7ecd0 1,972 0.86/1.00 vMB 60
435,273 435,273 000000000000000001adaf4e9ae9081d6ba642c99dae490f5d379f55fb2be5f6 1,862 0.98/1.00 vMB 51
435,272 435,272 000000000000000002650233f2bba9920204ad2afe89946652863fa3164580e3 1,871 1.00/1.00 vMB 66
435,271 435,271 0000000000000000001289c3af748e292a126486bc2c34aceea3f4e31c55192f 1,573 1.00/1.00 vMB 43
435,270 435,270 00000000000000000003d3cc56cef36fef62daca25ac7073920e35006fc81453 2,660 1.00/1.00 vMB 68
435,269 435,269 000000000000000003378ae903e53b4ec24664905b1a3854bec16e5e2bc1d299 2,903 1.00/1.00 vMB 88
435,268 435,268 0000000000000000008fd34f1c432f33b38579e98fa989c085a8946e597673f4 1,450 0.63/1.00 vMB 64
435,267 435,267 000000000000000003a1ccce40be9fbe64b3891ff759d8e9a4ae3cd8f930f0cf 2,723 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.