Loading Tool

Explorer IconExplorer

Memory Pool

77,363 transactions
28.89 vMB
0.10002953 BTC
Random Selection Loading Transactions
Max Size: 175.28/200 MB

Candidate Block

Mining Attempt 0a3a4faff0d50711f03145665d548f8ef6ebb40e9a81375b8d771b80b488a082
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 44b98204e30e28d334b271508492a4669097228da369640003d293581a86e506
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03118371 BTC
Feerates: 180.82 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (513,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,769 401,769 00000000000000000174efca4adb8076f035bd814746a4658d7abb20afd3c994 1,306 0.82/1.00 vMB 42
401,768 401,768 0000000000000000067fea1cbf11e7761364f72f0404f9d5b2157b09959c2821 686 0.38/1.00 vMB 34
401,767 401,767 0000000000000000004bea636ad3d127ccb5a6007331bd6634a023ddf308ff25 267 0.44/1.00 vMB 12
401,766 401,766 000000000000000000bea96530fc6dca62109a4d35d113fe2adf95d31e115be3 1,822 0.93/1.00 vMB 39
401,765 401,765 000000000000000000663ab9784125c44c4c16a32501b9effa9bd179f5fe479c 1 0.00/1.00 vMB 0
401,764 401,764 000000000000000002e12887e39a27995818d4179ad35e49d364be156a0f2d5b 2,647 1.00/1.00 vMB 62
401,763 401,763 000000000000000001cdc55de3a81a283a8d97530604d53aafb9a6c3da5a3f5d 1,872 0.94/1.00 vMB 56
401,762 401,762 0000000000000000054d53547e625275c0a4532af8922a0e0a947ac54df22506 293 0.14/1.00 vMB 39
401,761 401,761 000000000000000000dc64521f63f38509430f53ddfd4f78504fbbbce3e8de1f 1,334 0.87/1.00 vMB 37
401,760 401,760 0000000000000000037a8d7bfb8e4c9258c96c8ddf8c75f6a9fbffe6f4cbd4b8 1,784 1.00/1.00 vMB 45
401,759 401,759 0000000000000000047c6a6d5adbb5fa970ff529d9b2621adbf0e62bcb296bed 632 0.27/1.00 vMB 44
401,758 401,758 000000000000000000a0d48d7aaf2204478f439e03576d7228e6692049d9d345 114 0.05/1.00 vMB 49
401,757 401,757 000000000000000005cc012f948e53f36f55d03364a04e0d9abafe9ff3eebf71 1,044 0.64/1.00 vMB 41
401,756 401,756 000000000000000005b4c1cc95176fe0cc0294a161f8f61d29e88d19fd10e308 807 0.47/1.00 vMB 34
401,755 401,755 000000000000000004b153884228ead1800b7a46961c93e693a29b5c82632a27 302 0.15/1.00 vMB 47
401,754 401,754 0000000000000000042e695aadf56b0c3fc683714209f43fcdc1025bded93ab9 1,619 0.86/1.00 vMB 40
401,753 401,753 000000000000000005ae618a76bd87eaa37c8f5e60591fa83fa8a5db1833925b 44 0.05/1.00 vMB 28
401,752 401,752 0000000000000000032c30688f3815a340e3e3fabb91d7757d25792f7fc2d6f3 504 0.45/1.00 vMB 29
401,751 401,751 00000000000000000089288a01bf5a4627d29e5d5cbbe1f3f63ff8c607de9904 1,543 0.75/1.00 vMB 42
401,750 401,750 000000000000000006b85f4b720eacc6ca511d704800c0998a7e2124cb88c819 412 0.23/1.00 vMB 33
401,749 401,749 0000000000000000001c003b372e05306b44d9710258da31707ae91d8ed5b4a7 1,617 0.83/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.