Loading Tool

Explorer IconExplorer

Memory Pool

80,811 transactions
30.28 vMB
0.09351343 BTC
Random Selection Loading Transactions
Max Size: 181.57/200 MB

Candidate Block

Mining Attempt 38a34d0bd6c61e6b2112cd7c96691f626cd3f25653cc13d2efb990fac2d11328
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 032170c51f173fa6f9ff74293e331bc3f0c722e265d381145a30406bb69fe99b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.03099700 BTC
Feerates: 301.07 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (141,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,230 773,230 0000000000000000000721d8099105e473a6c22c950511a3c15ebf92310abeee 789 0.26/1.00 vMB 13
773,229 773,229 0000000000000000000101d7fcab3e451784d39cfc8e088895d3f3bde8040a6f 314 0.12/1.00 vMB 4
773,228 773,228 000000000000000000065fd55b7e634be345e5f89d2227d098bcd040116636a9 2,465 1.00/1.00 vMB 3
773,227 773,227 00000000000000000005efd0ae040b41a2053dddf019c6c86a2fca79ab028087 3,409 1.00/1.00 vMB 15
773,226 773,226 000000000000000000014de339a8da8d8c1b44a90335579a6575a0f576d54eac 2,950 1.00/1.00 vMB 23
773,225 773,225 0000000000000000000252e0c9044d45abcb1ee588b8a25c818a48251c0ee93e 647 0.25/1.00 vMB 5
773,224 773,224 00000000000000000007728fa1c0a0ccf3c5ef4d1b86a21816a20bd4c7942c10 2,411 1.00/1.00 vMB 14
773,223 773,223 00000000000000000005db6e8fe3b98e8b68357dc7f86e09810e81aa57b61db4 248 0.09/1.00 vMB 13
773,222 773,222 000000000000000000039a8eee5620ac1098166e7cfe9406cd0d39e1c7e70420 502 0.13/1.00 vMB 13
773,221 773,221 00000000000000000005b7fae484b24e5068227c94bf476f7eae115aeb7dbed8 1,905 0.76/1.00 vMB 6
773,220 773,220 000000000000000000012d4350da2dddd45dd7609b4f3285c1f81bd5b5f65c4a 3,239 1.00/1.00 vMB 15
773,219 773,219 000000000000000000042a47a30c61e7ee0a0eb997fea1457c7f7f363cf7ebdd 1,984 1.00/1.00 vMB 5
773,218 773,218 00000000000000000006ae4934a82da65d63fe142d53d184b484cf265fbca99c 2,935 1.00/1.00 vMB 12
773,217 773,217 000000000000000000072374dbd4d63981f29c0d3df150d2586b2150e53c100a 3,003 1.00/1.00 vMB 22
773,216 773,216 000000000000000000010fb483cc3e6e186877e6124ea43afd39e9d34e44c831 575 0.16/1.00 vMB 12
773,215 773,215 00000000000000000006d10b2d02b9a99799b4271bbcc3327ad0300cf2d2aa9a 951 0.33/1.00 vMB 11
773,214 773,214 00000000000000000000e00169cff4dfc4f780a9c376a48d40328ae13e11c4db 339 0.23/1.00 vMB 14
773,213 773,213 000000000000000000029ed62c17b9104ddfdf3148572fa5d21a1899d8ae5fe4 1,323 0.42/1.00 vMB 10
773,212 773,212 0000000000000000000777c58f32fdec09efc7d2a53a65d7a77d02e772b7c8e4 820 0.36/1.00 vMB 15
773,211 773,211 0000000000000000000556274b72251cc1c48ceec5efdb458e349ed29c813f00 284 0.19/1.00 vMB 5
773,210 773,210 000000000000000000041ff8a29d7d7f115bade0ce4a890f5eeeb4e72194e854 652 0.33/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.