Loading Tool

Explorer IconExplorer

Memory Pool

81,668 transactions
31.65 vMB
0.07661885 BTC
Random Selection Loading Transactions
Max Size: 192.26/200 MB

Candidate Block

Mining Attempt 92ab9d3b629f6d90310cac7290a371383f26876ca00d1996b1edb278fa56d71e
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 9d095560e302dca2be943f1bccef4fa3b6ad9ef0d768cc30b1acfeb725457be4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.00767071 BTC
Feerates: 73.20 > 0.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (372,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,563 542,563 0000000000000000001c3c376a8518baef15dfeedf13580675c2cb5124804aee 2,917 1.00/1.00 vMB 14
542,562 542,562 00000000000000000019a7e4fb5dbf36edf371a8418f2e8ecbbfe483e1af3210 3,104 1.00/1.00 vMB 58
542,561 542,561 0000000000000000001834bc7502ae65f93994005d267a401b085a273a7ce5bc 2,680 1.00/1.00 vMB 21
542,560 542,560 00000000000000000005937d7e23205ca3b4da2c0dce425f0c527bb8d3b112c9 2,906 1.00/1.00 vMB 21
542,559 542,559 0000000000000000000bb9d9ae994020f64722534949ab1f59c22f062a3b2353 2,722 1.00/1.00 vMB 48
542,558 542,558 0000000000000000001bb3d313990e6e057bb2d33b8a37f1bc34ab359de64835 244 0.10/1.00 vMB 22
542,557 542,557 00000000000000000021510b4d19caf924f3d0c45bee77ec9cdda0b046c7c276 1,091 0.81/1.00 vMB 9
542,556 542,556 0000000000000000001b6b1fbedec21d2ea5c9634f47050ac8626cd3fe46fb9c 2,512 1.00/1.00 vMB 20
542,555 542,555 0000000000000000001124dd801cf6a35d89e89ea07c966675a1e09a310fd2b9 2,614 1.00/1.00 vMB 11
542,554 542,554 0000000000000000001881ff1d847fc066655cfefb823ac44cc279c83a8b6a8b 1,821 1.00/1.00 vMB 25
542,553 542,553 0000000000000000002109e0dced8058895da4d6c3020f3fb7676ad8848347bc 1,429 1.00/1.00 vMB 11
542,552 542,552 00000000000000000014dcc85f7312ed6e5bd846934fbca57222761ad5b47601 2,286 1.00/1.00 vMB 34
542,551 542,551 000000000000000000066eac8445e8b4d522f6bbe8ec4cf70e7fc7d71663891f 1,681 1.00/1.00 vMB 39
542,550 542,550 0000000000000000000c2c7b7e0f65db3c5c5121c60544ff843710e5f56e0841 533 1.00/1.00 vMB 45
542,549 542,549 00000000000000000024edd8f3a64ffee9eb5eed5c40b1b8732e2bc62b83648e 1,476 0.97/1.00 vMB 55
542,548 542,548 0000000000000000001065a14bb4e59dbea6c41dabf78ef7a3686df87b943a88 1 0.00/1.00 vMB 0
542,547 542,547 0000000000000000001e2422d1c0ee8f5e5390af07ae89105328cc9da063b3b2 793 1.00/1.00 vMB 64
542,546 542,546 00000000000000000023a7f89d3d56d64ccb28fdcaacee78f15fc6fc3985eced 1,926 0.95/1.00 vMB 12
542,545 542,545 0000000000000000000db9e63e5f14ade6e06229daf047959caf552c9f21309b 28 0.01/1.00 vMB 7
542,544 542,544 0000000000000000000c151b6f30b553175508eeb39220dcfb630d4bb6a0c1af 58 0.03/1.00 vMB 11
542,543 542,543 00000000000000000006c75b966c61b2dcfa6c1f7203e43cacae59f8300eba6a 1,209 0.45/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.