Loading Tool

Explorer IconExplorer

Memory Pool

45,886 transactions
27.89 vMB
0.08003701 BTC
Random Selection Loading Transactions
Max Size: 145.73/200 MB

Candidate Block

Mining Attempt 082d0f66276c05b37a673c7a4c18cda1940358b3f04ca5fd49d6b6bb40c2650a
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 16a46acde8e7a9347577b2bccf3162951abebf175ed083d57e3288d68875ae35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,226
Size: 1.00 vMB
Total Fees: 0.02261397 BTC
Feerates: 124.00 > 2.27 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (804,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,089 110,089 0000000000017893daa22998bd32f62e5c1c06fd4892e652f84bff90afcac995 4 0.00/1.00 vMB 0
110,088 110,088 00000000000036156e9eb20f2e8f2f5cfccc6f53c20d05f0e2d0f4fa98edce17 3 0.00/1.00 vMB 0
110,087 110,087 0000000000007ae5dbe77c10ee22a4b1d8ebe4c1b31b398bb94864ffaff92680 11 0.00/1.00 vMB 0
110,086 110,086 000000000000d1566814858ed00541c8811fcd45043cff720e3e5cf8d1e5613b 10 0.00/1.00 vMB 300
110,085 110,085 00000000000161d6ef80ca47a4ebffaeb56a8b74d1005f7e1ed0c7ad7cae75d8 3 0.00/1.00 vMB 0
110,084 110,084 0000000000018d671f3e2138ea2e403ee9eb5275d1cce04c209b210058a07f14 6 0.00/1.00 vMB 0
110,083 110,083 000000000000be11f90493decb880c7293d1d7f03be6728d17cd607942f13d8b 3 0.00/1.00 vMB 0
110,082 110,082 000000000000fda7035fc014af32648f3f8476f1b07c778a84bacffe0334a944 13 0.00/1.00 vMB 0
110,081 110,081 000000000000764ae4bebe1b79da39e0b8370f56a826cc5338b5bc76a91dace8 4 0.00/1.00 vMB 0
110,080 110,080 000000000000ecb8d02c588af1dfa471953261aa36397e750cd4997bfc579a00 5 0.00/1.00 vMB 0
110,079 110,079 00000000000185c15746d4cf2bf98c01077b16587a9c63e9d2505423af240d15 5 0.00/1.00 vMB 0
110,078 110,078 000000000001b78b67352902b12b7e97be44cb2b04679da0cfbb334c412b8636 44 0.01/1.00 vMB 0
110,077 110,077 000000000000f409b27cd4319810d6cea8e6bbe0b31336ab3c4565a4e5c44ebb 12 0.00/1.00 vMB 0
110,076 110,076 0000000000010bf54a032ead0da79ce85551cb591aab134c38bd7f5b957affa9 12 0.00/1.00 vMB 0
110,075 110,075 000000000000f28b4febb98042c48f08f45a231b85237434b53a5fd13aa8eac8 11 0.00/1.00 vMB 0
110,074 110,074 0000000000006a21f1b0dd4a543eb61158954929e57859fdc9cd326c49f02d1b 12 0.00/1.00 vMB 0
110,073 110,073 0000000000019a41093a13882b61733c014e3806d97e9b84fd5cae078f4dca48 8 0.00/1.00 vMB 0
110,072 110,072 000000000001770885802a524a51d168e7b32281f083eb63080b4c9c19b2f6aa 12 0.00/1.00 vMB 0
110,071 110,071 00000000000129dd8119551b52d5dafc237197dc16f89c00fb58ad9e0205012f 12 0.00/1.00 vMB 0
110,070 110,070 0000000000010e09912682199fb90e9e7f3777a3c1bbf4ca250be3700f701d69 12 0.00/1.00 vMB 0
110,069 110,069 0000000000000e04d8a1022a6f6cbced5bfd93f78e9a31838a262fa2a7f1fb8f 4 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.