Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.30 vMB
0.14261856 BTC
Random Selection Loading Transactions
Max Size: 183.49/200 MB

Candidate Block

Mining Attempt fc991c3dcb349e1d2645f10f2711df8f8ee8ed5f36be5746f71ffee86cf4bcfc
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d178dce8bf58423b7a2f63600262b68bba9113ea70e113cd016b23ea10dfe1b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.06471097 BTC
Feerates: 137.89 > 6.48 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (292,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,677 622,677 0000000000000000000930505be45dac00b08b0f41a9b4032e0831a6b3062818 3,109 1.00/1.00 vMB 85
622,676 622,676 00000000000000000000be3d84c71f0b655092f59d66056c6373ee207e13834b 2,756 1.00/1.00 vMB 89
622,675 622,675 0000000000000000000012cf6c2c639545ca3cc4229af5635b36362ff0fc2bf9 1,970 1.00/1.00 vMB 41
622,674 622,674 0000000000000000000ee0eba86577f143a82b665b9d717f983ba813cb9d8d93 2,904 1.00/1.00 vMB 52
622,673 622,673 00000000000000000003ffd553d2cca25a9b176ccbe0ee631f72cc4060728e84 2,772 1.00/1.00 vMB 53
622,672 622,672 00000000000000000008d6252e2a072be7eaad6fd31303f139fd94052c4fd842 1,964 1.00/1.00 vMB 60
622,671 622,671 0000000000000000000e84d7e65640805c7bffb7e1fff83b75f71c56843a6fcb 2,810 1.00/1.00 vMB 62
622,670 622,670 000000000000000000100f197351a73f3533500a1da4fbf1d3bf828587d3c2f1 2,424 1.00/1.00 vMB 54
622,669 622,669 0000000000000000000e3f6b15d39ccfaa658f66ccd30a75d439e229545595da 2,882 1.00/1.00 vMB 78
622,668 622,668 0000000000000000000b99900085aa076655d3b792bcb8e4eaac73683073d682 2,899 1.00/1.00 vMB 77
622,667 622,667 0000000000000000000d39611376d246e44fb2a31acee80349edbdcae0d8f0bf 3,107 1.00/1.00 vMB 72
622,666 622,666 0000000000000000000a157236680ecd469489c49f7b12c79720af111ebe51c4 2,446 1.00/1.00 vMB 84
622,665 622,665 000000000000000000086cc56c3ae91b338294238a8eab2f70375a7fdd4f4ac8 3,306 1.00/1.00 vMB 101
622,664 622,664 0000000000000000000b8b901b05262877267400604f1fcaf4daf3769552d081 2,731 1.00/1.00 vMB 85
622,663 622,663 0000000000000000000b514f897be0bedc8371c33d7e3ab701ff298c170bc956 2,765 1.00/1.00 vMB 82
622,662 622,662 00000000000000000007c18dfc45c7a58214d28f4ed9f94aa80e9601473b5b49 2,377 1.00/1.00 vMB 36
622,661 622,661 0000000000000000000179e4c5505b0136034699d82bd1f82acdca5749f5c320 3,138 1.00/1.00 vMB 45
622,660 622,660 000000000000000000100e5ae3c5b39389fde6c94321fc0618acb332c04c316b 2,771 1.00/1.00 vMB 65
622,659 622,659 00000000000000000010d4a40f79176cd456a3a2b37d283a205f3582cdc7559b 2,615 1.00/1.00 vMB 74
622,658 622,658 0000000000000000000b401b67207eb1bb17c3c30acd9680c37bfa6501d8ad63 2,306 1.00/1.00 vMB 30
622,657 622,657 0000000000000000000e3c15c00f90611bb998223545407b4d305e75be3e2bd3 2,806 1.00/1.00 vMB 53
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.30 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.