Loading Tool

Explorer IconExplorer

Memory Pool

14,888 transactions
10.93 vMB
0.05107967 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.88/200 MB

Candidate Block

Mining Attempt ac89b22a66f9d9f7d1141daea4b036b2b4f0936a00b4a77430a2c1f2027b1482
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 0409bb16cd934c4cdab2376a087e39a4f80a8172ba8e99774b7822574912a6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 0.99799225 1.00 vMB
Total Fees: 0.03033880 BTC
Feerates: 202.69 > 3.04 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (749,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,489 164,489 00000000000003e33bbab651201d8cc5ca04a19d8ac6581c889f3a7a978758ba 1 0.00/1.00 vMB 0
164,488 164,488 000000000000000187f0ce72e8dbefa39860136c52f89b6161a293bb4dac29cd 36 0.02/1.00 vMB 137
164,487 164,487 0000000000000acab803aef0a7931a08db3371d1f3e27bb9cb9f2d437b2b8fc5 7 0.00/1.00 vMB 34
164,486 164,486 00000000000001dca8a0f102cd320240c9dc2d8d2f7238afac0cfd1ca5656984 20 0.01/1.00 vMB 239
164,485 164,485 00000000000005d020a0b796eeab67fb7765744d3cb0705ebf82945df6c0e07f 3 0.00/1.00 vMB 0
164,484 164,484 0000000000000660684a674a4de1de81749558d182ad10b2930d87fc602b4ac1 64 0.02/1.00 vMB 2
164,483 164,483 000000000000089d5f6d79bc3963ec37168df167802fdad87de5572bbf4dd9a4 106 0.05/1.00 vMB 70
164,482 164,482 0000000000000548dbc8d8d76dbe3fb39d292d61551e31dc26d42c632b7d8273 1 0.00/1.00 vMB 0
164,481 164,481 0000000000000c3da2b4e5f405980db1a2bc54458577d6a7ff74976d6b6dbca3 27 0.01/1.00 vMB 0
164,480 164,480 000000000000058569ac1a0aac80a490d64876187cc01869845a92073e99f620 83 0.05/1.00 vMB 155
164,479 164,479 0000000000000b0ecc33d7941905a97bf0d46dc16a69368b24ed535ca1300771 11 0.00/1.00 vMB 32
164,478 164,478 0000000000000818887a469345e826d6e922105f0e40970272a9578b70b643d5 63 0.03/1.00 vMB 130
164,477 164,477 000000000000049035920f9d51145f10f8147f64f576356f075a72b587b5a122 5 0.00/1.00 vMB 32
164,476 164,476 0000000000000b922691b07e8bd1202615dec86aac2b7d510a65a0ad1e315d4f 10 0.00/1.00 vMB 111
164,475 164,475 00000000000009fdd35a674b53f0192d8e96806d409697bdf86227f1885d0ab3 17 0.01/1.00 vMB 75
164,474 164,474 000000000000016314c4dd90700a9f26347b7bbb5bd9d6e2b67d931f5db443ab 74 0.03/1.00 vMB 69
164,473 164,473 000000000000012547d54f89555e73975188bd7e28ee6395acad51610f561518 127 0.06/1.00 vMB 147
164,472 164,472 00000000000008e971b7a52f3d469a0c011a92054f01fe2ac92f14b7c4706bba 27 0.01/1.00 vMB 343
164,471 164,471 00000000000005bb423db86d08202109cbaae3f263b35ad8aa0d97f88429ba36 108 0.03/1.00 vMB 36
164,470 164,470 0000000000000311aed83eaed6ae1eb94e7cc741924c5dfb9d304e763026bc3d 12 0.00/1.00 vMB 111
164,469 164,469 0000000000000b841ab24f6a6b83fd6ac11fe63086290e923e9b6c2f733f67be 28 0.02/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 780.28 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: 516.61 GB
    • Received: 4.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.