Loading Tool

Explorer IconExplorer

Memory Pool

21,115 transactions
11.22 vMB
0.03558772 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.30/200 MB

Candidate Block

Mining Attempt ea7bb75c037743b2bd3f929a6bc744ed876b238f7cdcf3433e8a92c03f102b19
Version 20000000
Previous Block 00000000000000000000a865011b37c31ba7d59133e0d177d360cfdd26354378
Merkle Root 7e8540aca998667cdb9db133739d8e7e2f0bd01c4409c436d1ab1ca5d184053d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 0.99790725 1.00 vMB
Total Fees: 0.01753670 BTC
Feerates: 500.00 > 1.76 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,694 (740,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,838 172,838 000000000000014ad1c6165f34ff38ab53bcaba43d0735897d1e5b16bd18dcb3 21 0.01/1.00 vMB 55
172,837 172,837 000000000000023bf2aa413115f225c988ad927612b41c6f1b8091f8b780a109 13 0.00/1.00 vMB 103
172,836 172,836 00000000000005a25c5f3717adb540d6b080856e6f59355dca3429ccf65d6797 12 0.00/1.00 vMB 78
172,835 172,835 000000000000051409958142f4a83569ad763e53bb57a66e85dc3788e4b3a468 52 0.04/1.00 vMB 31
172,834 172,834 000000000000016c648f258ec404e7e4f9f1019f39b1fe6d98dd8ab8ac51b946 10 0.00/1.00 vMB 400
172,833 172,833 000000000000074a754bffe34e73ad915faa76967c9bf14ee5ba402170cd50b8 52 0.01/1.00 vMB 89
172,832 172,832 000000000000036f23cd8414ba651bf79e72dd3703f8dda3dce5d2431b4f3283 1 0.00/1.00 vMB 0
172,831 172,831 00000000000001f748c81e70ba282ab4cdb4afb94106760a8aa14df8d816b1e3 141 0.05/1.00 vMB 57
172,830 172,830 000000000000077ba913e8159526f26227374b76fd83bdd81bd217275bf018ba 37 0.02/1.00 vMB 1
172,829 172,829 0000000000000a13e8c7c45b455bc5fa736ea15d156033ceca00aa012e276e8e 42 0.03/1.00 vMB 341
172,828 172,828 00000000000001a1069811ee09c515013f2d509fdb5ef718439d09a2c2890bdb 1 0.00/1.00 vMB 0
172,827 172,827 00000000000004d2440e7b956cbe0e745c0f2ba3055be972ec32ee1b6510c9f3 35 0.03/1.00 vMB 53
172,826 172,826 000000000000085dc74aa9a6ea24bce2970b0b0fc0d8f451e12b4baf4491e373 50 0.01/1.00 vMB 53
172,825 172,825 000000000000011806032869530406ebec7227116ad63f1d3d84cab9983e7cb6 117 0.05/1.00 vMB 94
172,824 172,824 0000000000000763a1920680a988ac4a1d30b00ad2ff821fa36855b1ee8d91c9 17 0.02/1.00 vMB 47
172,823 172,823 0000000000000675343938a6e4d1731028ce24a0bed92d10fdc48fbc011303c7 51 0.02/1.00 vMB 164
172,822 172,822 00000000000009a94d93a1ef4e1455165927c754732f6480e89702c02d93d94e 88 0.03/1.00 vMB 14
172,821 172,821 00000000000002615718676b6b117de9326bc3569f297f2292cbbd1fac4b1545 19 0.01/1.00 vMB 86
172,820 172,820 0000000000000917b0fea2623161167bab47588b65a80969b98ff7307751e250 141 0.05/1.00 vMB 63
172,819 172,819 00000000000001e4ccee466eea804c0a484d7f80abc9acb812d606f288c2af5a 100 0.06/1.00 vMB 198
172,818 172,818 00000000000009cd88ba1baed7eb7509a9acff67e17a8410568bc57a325d2b54 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.08 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: 491.40 GB
    • Received: 3.40 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.