Loading Tool

Explorer IconExplorer

Memory Pool

71,757 transactions
27.76 vMB
0.06140530 BTC
Random Selection Loading Transactions
Max Size: 164.62/200 MB

Candidate Block

Mining Attempt 4ab53d835bc6e6b62853225b974df6a1b7d189a5b6b37157481958770e0288a9
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (260,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,899 654,899 0000000000000000000acb340234602254129737b66d3d1984d8e2164ab841b3 2,034 1.00/1.00 vMB 332
654,898 654,898 0000000000000000000a7c62500916db9ab111a419d36aee2739c1e89251a2ad 2,465 1.00/1.00 vMB 315
654,897 654,897 000000000000000000012acc4902d5a74359632c8726d4a88e0bfb69121ed31e 2,670 1.00/1.00 vMB 332
654,896 654,896 00000000000000000005de37eb1931505eb439b701c126a3f8c14334fab9bc4a 2,888 1.00/1.00 vMB 366
654,895 654,895 00000000000000000007b0562e9a1e8e508338fe8874ffa8586c61afddcce4d8 3,350 1.00/1.00 vMB 400
654,894 654,894 000000000000000000025e38a9f31ba9298786ffb0279e4bde382bdee00c4d88 1,978 1.00/1.00 vMB 255
654,893 654,893 00000000000000000001a133a781a23c898648ad12f79f473c700ea68815f081 2,754 1.00/1.00 vMB 262
654,892 654,892 0000000000000000000a3d2803d1679a5c51688d68b83685f198bda1c7dadb77 2,340 1.00/1.00 vMB 252
654,891 654,891 0000000000000000000e046b536598b7ce9c8ce34c45c15f660350d1a7c3514b 2,765 1.00/1.00 vMB 259
654,890 654,890 00000000000000000008e5fd31f34e8a168e02818453175e966a30f9c2298e7b 2,934 1.00/1.00 vMB 251
654,889 654,889 0000000000000000000b553ca10095c57159ab90851d57cf2ebdc6252f7b3898 3,052 1.00/1.00 vMB 266
654,888 654,888 0000000000000000000bbe686525c356681f8fab2727db9bcaa54fd962f2a20d 2,305 1.00/1.00 vMB 324
654,887 654,887 0000000000000000000d4188f34c9b47991a81bbe4d2a4bbb580c0f22d13d5c4 1,913 1.00/1.00 vMB 306
654,886 654,886 000000000000000000083ba0f4d818f5e69f05ad2c11bcef7989a3bf5fae019c 2,666 1.00/1.00 vMB 330
654,885 654,885 00000000000000000008c34720edd1a56ef24930a3b450f429704fa7f323e952 1,941 1.00/1.00 vMB 200
654,884 654,884 00000000000000000008e18d1baca4f0fcd9ef0e8215fc345429f941c6a4f266 1,974 1.00/1.00 vMB 99
654,883 654,883 000000000000000000049be07c654eb9b0ea16a750f5d2937695b0973d718cdf 2,040 1.00/1.00 vMB 210
654,882 654,882 00000000000000000000032a7c267b31b189318ed0f54b9e3f39af186d039d28 1,779 1.00/1.00 vMB 210
654,881 654,881 0000000000000000000a442441d4622dc252429e099194eaab17e6e64b38ea2b 2,229 1.00/1.00 vMB 155
654,880 654,880 0000000000000000000db21122cd2450d70f2e40df61872d90878c53506a2ca3 1,915 1.00/1.00 vMB 249
654,879 654,879 0000000000000000000271aeaab1cc69f9334779340b32584d8d158d2836303a 2,474 1.00/1.00 vMB 218
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.