Loading Tool

Explorer IconExplorer

Memory Pool

46,687 transactions
28.75 vMB
0.10671047 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 411e4fdedaabe44a6a1a144dd0ecb1b2bc146869d80bc6ce8d7a021e2fbc666f
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 5e19eae6c98b4ec234cbed49a98c377960aaae3c0d6302a229dcf424c07ea2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,843
Size: 1.00 vMB
Total Fees: 0.04133191 BTC
Feerates: 444.31 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (220,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,642 694,642 000000000000000000087a851bb3618176c248faedb5071d85fa4116d63b9230 2,301 1.00/1.00 vMB 11
694,641 694,641 00000000000000000000ac59d9a8beab0298a974bb7cb915ee471edb234586cc 1,349 0.45/1.00 vMB 11
694,640 694,640 0000000000000000000260572ca507ecfe8e4225c7449139333a4a29becf0a2e 644 0.29/1.00 vMB 16
694,639 694,639 0000000000000000000de3eeed8a0b33340034181200e6b285cf5d2f6019d25e 511 0.51/1.00 vMB 5
694,638 694,638 0000000000000000000029d36ae6e7070890620f4ff04b93cc0982b7ad8cb0e8 779 0.84/1.00 vMB 4
694,637 694,637 0000000000000000000c663b12f99daf6f0fca984149dffa1fb0b1427d497196 1,865 1.00/1.00 vMB 9
694,636 694,636 000000000000000000010cc166779e657d3e1f335c8e9bedfb993e232dd25031 2,338 0.83/1.00 vMB 13
694,635 694,635 00000000000000000005cd9356add7a2e44b5f310ce15e52092111db51abdc7e 845 0.43/1.00 vMB 10
694,634 694,634 00000000000000000004dd27935d5868ba5bfecd47c1775c6a93b8309b25c3f2 267 0.16/1.00 vMB 3
694,633 694,633 00000000000000000003a16c63147a5159844c483054c9820d53b6dbf2672f50 1,565 1.00/1.00 vMB 6
694,632 694,632 0000000000000000000ebd63cc0ac206b01ea6b0833adafb7943844be81d8d46 2,344 1.00/1.00 vMB 8
694,631 694,631 0000000000000000000e201a681a2ea868ec8bc51e29f67ea945a4fa539f3fc6 2,820 1.00/1.00 vMB 16
694,630 694,630 00000000000000000007954641a8177bbf1f3e2a59de16d04bf2c2023bff24ae 1,662 1.00/1.00 vMB 36
694,629 694,629 000000000000000000113d2c944f64d4b8bd8425e447cb68754aedf3ad44233b 2,812 1.00/1.00 vMB 4
694,628 694,628 000000000000000000090bb1ef6b4f301f1bcd1984df3a3a13a9aa6ba2f343bc 3,135 1.00/1.00 vMB 23
694,627 694,627 000000000000000000024b3bc251163c1905c7d4f467a648203a20680b28732b 2,017 1.00/1.00 vMB 8
694,626 694,626 00000000000000000003e77da72bb506effca5a03163d18f6dab623c27579d58 1,422 0.63/1.00 vMB 9
694,625 694,625 0000000000000000000ff5ce2b62e1c246a5f6c5a1eb1cf3be30cf48a4e6ef1b 443 0.18/1.00 vMB 13
694,624 694,624 0000000000000000000f4d1f2952bed914fdd6b06b95b44fa73c0b049b617aa4 1,203 0.92/1.00 vMB 4
694,623 694,623 000000000000000000103dfb6bf2a0dca0f2bdaefe12d5052a0e6e34b135251a 2,654 1.00/1.00 vMB 11
694,622 694,622 0000000000000000000fe54b48b41466f9289cfcb899f0400776121546dbb090 1,925 0.66/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.25 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: 655.40 GB
    • Received: 14.30 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.