Loading Tool

Explorer IconExplorer

Memory Pool

45,174 transactions
31.59 vMB
0.13728033 BTC
Random Selection Loading Transactions
Max Size: 160.43/200 MB

Candidate Block

Mining Attempt 2c1fc59fe0d69654b726ba560e92baf9bde719f986c292cb4fab3493d4bfedcf
Version 20000000
Previous Block 00000000000000000001d8824fc2228886b4d750e4106482a72673a47b8732ec
Merkle Root 8651359ec1de1bb32651bd08208b97fcca2cf685f38681bf31e6b4c394ca1b5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,803
Size: 1.00 vMB
Total Fees: 0.07084428 BTC
Feerates: 301.53 > 7.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,439 (804,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,274 110,274 000000000001ca767a14bd8264e92efae994768f7683a32d18be9f02cf3053ef 6 0.00/1.00 vMB 774
110,273 110,273 00000000000031aa8cd8266ffc6f3d90eab6938ed744eb5d5022d02779f75b74 3 0.00/1.00 vMB 0
110,272 110,272 000000000000ee0fd968f831593c8c7a88f33b6480c554209c580b36308dbc60 5 0.00/1.00 vMB 0
110,271 110,271 0000000000006b9dfab5c918e0fed89f6fd4fc9809f77fc0539fd62375bfe7b1 10 0.00/1.00 vMB 0
110,270 110,270 00000000000186ec6184bac2d827a8ff2a11c3c93eb501b0a6ecf0a671b118bc 12 0.00/1.00 vMB 0
110,269 110,269 000000000001a2866492432cea1d853e65b1b4038f9e8a2eba6f4ebcc921aa59 13 0.00/1.00 vMB 0
110,268 110,268 000000000001c75a9727aa8cddee4050d3b604db4f8faf6fe05bf081766f423e 4 0.00/1.00 vMB 0
110,267 110,267 0000000000018242eced95d84581b995e688071c3711a8d8be8faf37da0d08a6 12 0.00/1.00 vMB 0
110,266 110,266 000000000001c37b4795cff3547cf6741d6b53e67d64c0803aa070d223383f21 11 0.00/1.00 vMB 0
110,265 110,265 0000000000012840b6415b569f17bec3b0b8e0683798af4274e0aac1ded20857 4 0.00/1.00 vMB 289
110,264 110,264 000000000000869ae5259bad51544867330c39ea6c4b99af6f6e472d2e0e0f8a 12 0.00/1.00 vMB 0
110,263 110,263 0000000000010f077706c45dce8eb77890f358320fd0bc9d5b54ef7f42c5ac4a 12 0.00/1.00 vMB 0
110,262 110,262 0000000000010bdd9f76841a2001a98c25f377c5f4cd790eba8aa6e26755b848 12 0.00/1.00 vMB 0
110,261 110,261 0000000000000f1a4bc0aa0b77e2a483a8bccee2bd045ab6c766969ca53eebf8 12 0.00/1.00 vMB 0
110,260 110,260 00000000000029be0249ed979b9e07f9caf62aa59cd800bcd642a604b9f2d64f 11 0.00/1.00 vMB 0
110,259 110,259 000000000000ffc4f452eb80d02c7dbbc5173cb9592384e7e26d0d25f43984fb 7 0.00/1.00 vMB 0
110,258 110,258 000000000000caf57af795d0b4bddb8414d26c0055a6d97550201cbc0ceed021 13 0.01/1.00 vMB 0
110,257 110,257 0000000000004ae88ba2f9a44ec63be5db80f651ae554e8c4cd95e9f38ad3119 12 0.00/1.00 vMB 0
110,256 110,256 0000000000000351ea16d300da8ed31ef74d255909332098a2c8c05d850f3929 12 0.00/1.00 vMB 0
110,255 110,255 000000000000a25415991d152909c53b422233616c58f4ce02f82537f7c03f77 13 0.00/1.00 vMB 0
110,254 110,254 000000000001676f5756ed1900dd517d7f32c3d05a566c7870712c6774198767 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.72 GB
    • Received: 10.46 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.