Loading Tool

Explorer IconExplorer

Memory Pool

78,460 transactions
29.42 vMB
0.06863141 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt b6bc21de07b56cfd5da73cc16301b2f2d85aa1433da35131b45b9d911487f966
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a0bdd95d01caf4d31d2f5a8e14ff1b58f663b61f5f50fd94c9659200525874d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,885
Size: 1.00 vMB
Total Fees: 0.00901956 BTC
Feerates: 150.98 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (260,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
654,878 654,878 0000000000000000000495dff09574ed6291b6d536f9c3ee9596f21342992921 2,540 1.00/1.00 vMB 164
654,877 654,877 000000000000000000063ad7191ec5dcab1b260169feb2ddb88e3483697b078c 2,919 1.00/1.00 vMB 316
654,876 654,876 0000000000000000000203dd545f0eca42c920a257cb3c445a15f07ae6ac37d3 2,343 1.00/1.00 vMB 135
654,875 654,875 000000000000000000018f050638a6c77a626926ca601b34ca17d5cf54226233 2,664 1.00/1.00 vMB 256
654,874 654,874 00000000000000000004cb766be1399eda7b5804b053e47ebe68264cbe2afb9e 1,616 1.00/1.00 vMB 317
654,873 654,873 000000000000000000038729251ebce5a273f044746a0aa6f0b0a23f7c7238f1 2,461 1.00/1.00 vMB 172
654,872 654,872 0000000000000000000b1e7267b4a009646623709db89130ba79f75768e3f977 2,556 1.00/1.00 vMB 166
654,871 654,871 000000000000000000024b51850915dfd05f59d3fcb8759526c4f7b911020124 2,388 1.00/1.00 vMB 164
654,870 654,870 000000000000000000066e89873638a420b16984f4bdaa8c7a326406f1213e2a 1,679 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.