Loading Tool

Explorer IconExplorer

Memory Pool

79,569 transactions
29.23 vMB
0.12145742 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt d7a24632d989af9ee292937b49424fb9c2274bc67ea0d16306e77e460bd30b48
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5b4b4a4a7ed12cc98e653b2ef5955d73d0eee31ff01cf2273e0bab171a64c689
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04448758 BTC
Feerates: 301.72 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (501,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,829 413,829 0000000000000000008c35218900c5e69fee8f831196b9c7f9601574450e87a4 2,206 1.00/1.00 vMB 66
413,828 413,828 0000000000000000009da799b48fa368705044c8d7bd43992b4953c64b9016c3 2,015 1.00/1.00 vMB 62
413,827 413,827 0000000000000000041abb7a5a21f265cd6579c71376ab70f48b4e817a48dc3e 2,687 0.93/1.00 vMB 98
413,826 413,826 00000000000000000379e2a5a5a8d7743365784f1214ae0fc1121526a83c444f 1,981 0.99/1.00 vMB 41
413,825 413,825 0000000000000000035e81e3ce9127f21e95c4f2b371e4488739c27d5229f5c5 2,710 1.00/1.00 vMB 67
413,824 413,824 000000000000000004613f6081ab9dff212ac84a8cf84d8710ec59c7e196b81e 1,123 0.73/1.00 vMB 36
413,823 413,823 0000000000000000006f7b69d1692bc6c9681e7bdea34c417bc3dc2266f58a9f 809 0.40/1.00 vMB 46
413,822 413,822 000000000000000003f9a73c4548c1bb74fa31a7c6c9353373e3bbdd92cfec78 773 0.45/1.00 vMB 37
413,821 413,821 0000000000000000046b18b77da8c4c05fe081984ccbc7bb102e292fd5eb2a45 945 0.61/1.00 vMB 34
413,820 413,820 00000000000000000171c22227d45bd9e639eb1339c98418a3c5af8f2a71bcd6 43 0.32/1.00 vMB 11
413,819 413,819 0000000000000000031c1ed29af6c5163e970060c9e4dfb0e4ae146579597dde 1,168 1.00/1.00 vMB 47
413,818 413,818 0000000000000000021002c40a76196aae6b160529fea74bc262a35579308dd9 301 0.64/1.00 vMB 16
413,817 413,817 00000000000000000289c3b4a94c77f1588f33a718f7951878a757beb01a96b4 2,165 1.00/1.00 vMB 43
413,816 413,816 0000000000000000048c38532077357504be5b6cb091752dcbc3ac22f2298c68 908 0.36/1.00 vMB 48
413,815 413,815 000000000000000000cf23067c64d5c854b9f0461de3f5cf89aec5f5be9edd1b 995 0.48/1.00 vMB 46
413,814 413,814 000000000000000000cfe71efb75c46fc0a9e87b3a6c53ee5657e37e0a7a79a8 340 0.14/1.00 vMB 52
413,813 413,813 000000000000000000d9402149d6ee800c9eacabcb509f59c7b356b163f41c56 973 0.45/1.00 vMB 50
413,812 413,812 00000000000000000229db04684b578829cf5ec3b5bb62c8ff4d08e13b291830 823 1.00/1.00 vMB 17
413,811 413,811 000000000000000004297394d5301a0e4834c5a45d677e6fe01c930e3c5949ab 2,377 0.99/1.00 vMB 53
413,810 413,810 000000000000000002f83d8da29ecc4c40df8e0c4c8622c5f76020066e4e8b03 1,268 0.98/1.00 vMB 24
413,809 413,809 00000000000000000501c29b4a29e0ed433fd23d18f90c6921b5770f7d564f5a 2,635 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.