Loading Tool

Explorer IconExplorer

Memory Pool

23,386 transactions
11.44 vMB
0.02494532 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.75/200 MB

Candidate Block

Mining Attempt 845da2ec76246105e971605a525d95993fadcfa5cd6f47e04826a7a506cb59e4
Version 20000000
Previous Block 00000000000000000000210bd24a30bff63bc2f4e26b25e0e396c3923acbf8cb
Merkle Root 5ec7ca760188bb29f2adb1d8cfe678947d737b4bac0ac2309e5a985e04b05f78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,196
Size: 0.99791525 1.00 vMB
Total Fees: 0.00626236 BTC
Feerates: 48.25 > 0.63 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,653 (786,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,345 127,345 00000000000024b5c17e444f02c8f63ed7333638a5cc58f4817c47abd9b6dbec 30 0.02/1.00 vMB 589
127,344 127,344 0000000000000821629ae8f7ce564f5d5a1272922fadcb67b9fa3413ee7d99eb 106 0.03/1.00 vMB 702
127,343 127,343 0000000000000972a0776bc3a70a009fe0f388c6a3cb4c001d68122cdfd09798 22 0.01/1.00 vMB 2,126
127,342 127,342 00000000000013a455f86c6a9bc9200d6c28368927c275558012f04288909f54 24 0.01/1.00 vMB 387
127,341 127,341 0000000000000ff9e322e830d372b24bd674c6ef67b7fdbc60cd867282a76fd3 14 0.00/1.00 vMB 2,411
127,340 127,340 000000000000051ccd25f8fd73ba3e8c6b5e5240bf7cdfb5f4fa2f8dd2afd9ce 7 0.01/1.00 vMB 142
127,339 127,339 0000000000001dbe84493d8a4c4e309a9fda7fc44680d4875d153cbedfe4bb4a 24 0.01/1.00 vMB 1,036
127,338 127,338 000000000000094440c8bade967b539090f94995635aa66216054e894cd2458d 278 0.10/1.00 vMB 590
127,337 127,337 0000000000000f830cda282c2b5c995e74aa5bfd06de68186675fb07410ec78a 6 0.01/1.00 vMB 138
127,336 127,336 000000000000071f4f4870344ce274d5fcbf23d325a119f2a1cd8f7025221342 13 0.01/1.00 vMB 565
127,335 127,335 0000000000001735d8dbc40267045b23cf634cc3e846a51543df9893e9ae7302 49 0.01/1.00 vMB 1,917
127,334 127,334 00000000000008782e885541216410e5bb06a0fd50965c59cfe71f2877b22d96 7 0.00/1.00 vMB 130
127,333 127,333 0000000000001ea57431f238a1eb63d7258945c89c74065ee7239f71546a3adf 17 0.01/1.00 vMB 797
127,332 127,332 00000000000022e4c588bad634ab23e4e894c803e5e8cf69b071966c9ec2dad5 22 0.01/1.00 vMB 3,514
127,331 127,331 0000000000001448bf80e3e24c5cb18983312f87f7727da69365a031b59105ad 50 0.02/1.00 vMB 427
127,330 127,330 0000000000001b077024ab31f7cefda72a58961bd9ed4ba556959e7c8d6b0a59 158 0.05/1.00 vMB 960
127,329 127,329 0000000000000da4ce4768989cb7769c339be250a3ed20d6b886c7dc2d117640 60 0.02/1.00 vMB 616
127,328 127,328 00000000000007b858acbe8af12cb3c801be84a2803b84bae36a2e319a6978cf 5 0.00/1.00 vMB 0
127,327 127,327 00000000000006cd9c73f71948c3231005d33bfbba7c463324827b937931d37d 26 0.01/1.00 vMB 303
127,326 127,326 000000000000004ac9159381c9a78af2bb1a0c8bd141314c69d0131d138c7be0 18 0.00/1.00 vMB 439
127,325 127,325 0000000000001507113ad77f43f5a5bc1efe9292c8d6cb9fa2884cd2e3064f7e 10 0.01/1.00 vMB 709
Previous 10 blocks ↓
Total Size: 780.00 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: 477.55 GB
    • Received: 3.09 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.