Loading Tool

Explorer IconExplorer

Memory Pool

83,278 transactions
31.30 vMB
0.11458546 BTC
Random Selection Loading Transactions
Max Size: 190.07/200 MB

Candidate Block

Mining Attempt b100a68b567ba498ea71b4cbe118a714bc930f9aeb95d71dc861da8038c4c1c9
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 36374f17196fb59ff000654b8e68c9db11803e13815f9ac314174e8dc5f7fc75
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.03711615 BTC
Feerates: 200.89 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (102,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,846 812,846 000000000000000000008dc50a8a50064afc0a327c9553e484bc860a2726cfeb 54 1.00/1.00 vMB 1
812,845 812,845 000000000000000000017916315b12f68df15c0145a52fc270f5c6decb1c3f77 493 1.00/1.00 vMB 4
812,844 812,844 000000000000000000008212c71daffa8c55cfb54009a33a303a2a4d29a32320 546 1.00/1.00 vMB 5
812,843 812,843 0000000000000000000303481e525a7e73a5900b14b3241b31b2f8e4b1196caa 1,330 1.00/1.00 vMB 9
812,842 812,842 00000000000000000003a8fe8bc1b5498d666d0bcd85a2b7f6c0448326426c87 2,010 1.00/1.00 vMB 3
812,841 812,841 00000000000000000000bde9ac5a5a16f43b3a9f2decbd2100b42483d53c1eff 1,608 1.00/1.00 vMB 12
812,840 812,840 00000000000000000002e7d1cb4beb6ddbc9f8ee38601ba29d1fad925461c5ba 1,159 1.00/1.00 vMB 7
812,839 812,839 00000000000000000003b3aa3a744d769ac9b50c56bd1bd17d2d18fcbde70c87 1,677 1.00/1.00 vMB 14
812,838 812,838 00000000000000000002a1be95df628f0c0a8cb39279e6e5cd19088a86b6a16a 608 1.00/1.00 vMB 4
812,837 812,837 00000000000000000003e830dc7f88372310b0b62e0a8a80086ff89a0c172dc2 2,973 1.00/1.00 vMB 17
812,836 812,836 00000000000000000001c4ecbe44916bd674bc969f58bc86032fa5c3593ef89b 1,145 1.00/1.00 vMB 8
812,835 812,835 00000000000000000000a2b0141ad107c86c03c3af2198b745998950d52511f8 3,416 1.00/1.00 vMB 20
812,834 812,834 00000000000000000001cb4a86b40f96eb61e6feff0405b54ea05ee2cf89585e 2,106 1.00/1.00 vMB 10
812,833 812,833 00000000000000000003723c3ba4544e4d890e1fe5d2bcdc3e5938067d27a347 3,168 1.00/1.00 vMB 26
812,832 812,832 000000000000000000023e08707d33597b9a0de0ab66c9441b9331e84e8786bb 1,298 1.00/1.00 vMB 7
812,831 812,831 0000000000000000000001df5aeb1a1f1f76eb6c85f63a3250edc1d0c5705176 73 1.00/1.00 vMB 1
812,830 812,830 0000000000000000000201544ea76f0e30653b9076d9c22317d29eb5fa64afc3 871 1.00/1.00 vMB 6
812,829 812,829 0000000000000000000232b34a90c7b598f606c046621123222d2dbb96033f85 745 1.00/1.00 vMB 1
812,828 812,828 00000000000000000002d8d2f37ac4139e4dc1e63231c0e8d72972cdc855e9af 1,480 1.00/1.00 vMB 11
812,827 812,827 000000000000000000032af64177b40a42f4190aae22e1a8576da3072db1c736 1,855 1.00/1.00 vMB 11
812,826 812,826 00000000000000000002d475aafb3427428a4ac7a8fc96ca71f3f4866b2d5d56 1,463 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.