Loading Tool

Explorer IconExplorer

Memory Pool

40,420 transactions
27.15 vMB
0.07988968 BTC
Random Selection Loading Transactions
Max Size: 140.67/200 MB

Candidate Block

Mining Attempt 37a83b8baaeb69c9bae173b633e0c4eed8b8bdedcd9c0d695c48da0fcceb5283
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root ad0b0385c63f403903e27d8f40a9b1f51a06d9a08294b998e5b0ae93cfea2ac1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,296
Size: 1.00 vMB
Total Fees: 0.02488439 BTC
Feerates: 201.37 > 2.49 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (339,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,920 574,920 0000000000000000000ef9f228c0eafe9b2ffeaec073e071177054af0ee43221 2,340 1.00/1.00 vMB 77
574,919 574,919 00000000000000000012960e0a30c13be2600f58b7cc3aa0377e956d1a3328f9 2,544 1.00/1.00 vMB 74
574,918 574,918 0000000000000000000f367c4863d17d5c9e99b49bf535375d5dda96784c65d3 3,234 1.00/1.00 vMB 77
574,917 574,917 0000000000000000001a2bd98a9a5f92c023e8abf48702c4b1884f41f4653eb4 2,375 1.00/1.00 vMB 80
574,916 574,916 0000000000000000001b0f9259908439216bd03777ae24b5dff562bac243da15 2,151 1.00/1.00 vMB 113
574,915 574,915 0000000000000000000222cbc683b8d759a179843ccbc50ddfe43d744813295c 2,403 1.00/1.00 vMB 19
574,914 574,914 0000000000000000001f3cbdad71c7b058916b49a05ac4f38f2feda5871db6d5 2,721 1.00/1.00 vMB 18
574,913 574,913 0000000000000000000c6d08e8089f86c9625a24c0ef00d7754be822c5c6398d 2,809 1.00/1.00 vMB 30
574,912 574,912 000000000000000000142c7be7f3298743a47934d0b97fb8a9b3ee77c1b64dae 3,184 1.00/1.00 vMB 36
574,911 574,911 00000000000000000012ae3da8cb9c610acf3a648b5af5a7471b62ebb8e30902 3,100 1.00/1.00 vMB 71
574,910 574,910 0000000000000000000e1fb68f307f9e514572bedac755915b578f2180bddf31 3,324 1.00/1.00 vMB 49
574,909 574,909 00000000000000000006c365bd3b71ad87a4afe9547608f482069ef4ff5426a4 3,395 1.00/1.00 vMB 66
574,908 574,908 000000000000000000102351787437f7c3dbdc83b01d2f4760bc0c661a53cc39 3,077 1.00/1.00 vMB 45
574,907 574,907 0000000000000000000ebf0b3d371979f96e190ab2d8875569749b68edced142 2,789 1.00/1.00 vMB 34
574,906 574,906 000000000000000000112ff0d2194de8626fb8fae42111c311b41b5535fb4c49 2,350 1.00/1.00 vMB 23
574,905 574,905 0000000000000000000476ca135ceda27fbfba8b35587a9170c9c2e4398721ad 2,173 1.00/1.00 vMB 27
574,904 574,904 00000000000000000005ee4742bb57d26af91e89d81293e3c1718d397cae0d78 2,684 1.00/1.00 vMB 29
574,903 574,903 000000000000000000143b664c78f09531f7cc8db3365fad5bbf64b764f3d099 2,484 1.00/1.00 vMB 35
574,902 574,902 00000000000000000022bd0b1787655622d5a2479eb83843421f3596303ae904 2,966 1.00/1.00 vMB 31
574,901 574,901 000000000000000000045a6d8d3d7f7ae83dbf72ae84c0081cf0a7b5edc93821 2,248 1.00/1.00 vMB 25
574,900 574,900 000000000000000000177a99388bd0bf09489ab8f1f27fc4f9c0c5ecd4f06b1b 2,758 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.