Loading Tool

Explorer IconExplorer

Memory Pool

80,008 transactions
29.59 vMB
0.07393265 BTC
Random Selection Loading Transactions
Max Size: 181.71/200 MB

Candidate Block

Mining Attempt 5f78715c9917cbda0658b0846f3d23943d9c47a6c6f520b27d6fcd47a27cb5cf
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root b0e8464af7e577a06643bc6242a4db81a3a3f5e5e0c47da6a49d77f360372c1c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 1.00 vMB
Total Fees: 0.00879335 BTC
Feerates: 29.89 > 0.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (553,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,351 361,351 00000000000000000218368e4ba9f181a37e26845ee25cc42dc0717ff3acc086 1,805 0.75/1.00 vMB 33
361,350 361,350 00000000000000000f728fd50b4e4cfc04837214ab07c5e58e311ba2a7839132 1,152 0.75/1.00 vMB 24
361,349 361,349 000000000000000013d1de2ffab771e2ce4b8caefca425dc8e36af32db6a8aa8 1,605 0.75/1.00 vMB 30
361,348 361,348 0000000000000000100cb1210a62b38c7f7d990cb080ab5c2521713fa433d139 1,883 0.75/1.00 vMB 49
361,347 361,347 00000000000000001328ae9a45aefd7137488e87fb8fd19e0a3dd05e9f814d47 742 0.39/1.00 vMB 27
361,346 361,346 000000000000000003b705e71a2207e6e736c7110bfe1945df9a03ca6d7ac56b 920 0.43/1.00 vMB 29
361,345 361,345 00000000000000000135b08779358fc6f7bca0a84121abbb27c9f84f0ea8d410 670 0.35/1.00 vMB 29
361,344 361,344 0000000000000000068be96b93baaea52cf9d165aed5c35a62624123e1d2ae03 523 0.25/1.00 vMB 33
361,343 361,343 000000000000000013913da348b331c704a8e92015b93ddafe21280c9f1ed6d8 438 0.25/1.00 vMB 20
361,342 361,342 000000000000000009398eda66e1a36751ae5dc302ce553cb847f9e9704f7fb8 675 0.39/1.00 vMB 21
361,341 361,341 000000000000000000979a532f875c77da8ee6a0b2a2fad71276808a8ba038e5 967 0.43/1.00 vMB 34
361,340 361,340 00000000000000000461095c7610d2781a3343aa0adcc9c246cf8b9c220b1e06 137 0.05/1.00 vMB 39
361,339 361,339 00000000000000000a3ea30d75f7ce9a6a3b9e658cad6e43e5c331c5b0d73551 230 0.25/1.00 vMB 20
361,338 361,338 000000000000000003bed444c5086d62a65fc402df0d123847845a28e2a06432 1,273 0.56/1.00 vMB 31
361,337 361,337 000000000000000006024feadf57277e725b234b6c4668b557a871ed9332963f 782 0.65/1.00 vMB 20
361,336 361,336 00000000000000000a9156d56d6a2447c35681ac2f049b2f7f1e632b3fa2a0b6 424 0.25/1.00 vMB 25
361,335 361,335 00000000000000000c5c0a175d709cb3c68c19a08688639d072d1dfd25e6f2a2 558 0.25/1.00 vMB 32
361,334 361,334 00000000000000001182ddff7efd8e0499c1747a67953c3c29cebf4c34e8dcfe 1,348 0.72/1.00 vMB 41
361,333 361,333 000000000000000001942208960713e836893a8dbbaf2a58cbe9736ef423321c 747 0.49/1.00 vMB 39
361,332 361,332 00000000000000000212647d9f4828a4ed9ef27c51994bb2be8f51662ba992f2 1,150 0.73/1.00 vMB 32
361,331 361,331 0000000000000000048e3abfccf2097d60291719c4691cb7cbf584a5de0f608f 963 0.50/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.95 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: 715.23 GB
    • Received: 17.67 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.