Loading Tool

Explorer IconExplorer

Memory Pool

16,362 transactions
13.57 vMB
0.02189994 BTC
Random Selection Loading Transactions
Max Size: 81.34/200 MB

Candidate Block

Mining Attempt ff2d65afbb3345e873fd268f3ee12f522f64c379ca1b6a9c961740e3ad3b8456
Version 20000000
Previous Block 000000000000000000014fb7e5cee03068da45c44da0535d20b484b31093d593
Merkle Root d13928f6c96c9f2a5cfedd10631ace4691adc2bde7d36fb941ce3525ea3c5c44
Time (UTC) ( ago)
Target 00000000000000000001e2a00000000000000000000000000000000000000000
Nonce 0
Transactions: 2,249
Size: 1.00 vMB
Total Fees: 0.00674501 BTC
Feerates: 100.26 > 0.68 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 925,911 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
925,911 925,911 000000000000000000014fb7e5cee03068da45c44da0535d20b484b31093d593 2,913 1.00/1.00 vMB 2 ago
925,910 925,910 000000000000000000015af4a60d95ade4dacafae3bf73768b64f2b8c7909dcd 3,359 1.00/1.00 vMB 2 ago
925,909 925,909 00000000000000000001ddcaf49ba1caa06b3c9bdf6297af6df769bf88ed8d51 3,580 1.00/1.00 vMB 4 ago
925,908 925,908 00000000000000000000195ae4c7818be8e677b26e63879deb0f648fb7d3a044 110 0.03/1.00 vMB 2 ago
925,907 925,907 000000000000000000016df30c8e8aa7c04363a5c6a54046a7fc3b790a9a1f21 5,833 1.00/1.00 vMB 0 ago
925,906 925,906 00000000000000000000f4ddc1d16477edde00dd988eed94da2ff1b15b8d12ec 2,395 1.00/1.00 vMB 1
925,905 925,905 00000000000000000000a956e13c797ce04be7e5ba3199a1892443565a098e6f 3,599 1.00/1.00 vMB 3
925,904 925,904 0000000000000000000010f5c14a0d19910ccc03e6d271b8ffc82ed025b5407c 1,843 1.00/1.00 vMB 0
925,903 925,903 000000000000000000014c04c9b2c0dac64524cc867f2d681f8dd91775c97c4a 4,005 1.00/1.00 vMB 0
925,902 925,902 000000000000000000002a9f70259e21b9929cb40eb67e0f45a8adb6829c8a8b 1,996 0.60/1.00 vMB 2
925,901 925,901 00000000000000000000043f457e8d8a8fe61d3cb326764004a8250a1a125157 2,804 1.00/1.00 vMB 1
925,900 925,900 0000000000000000000168a4bdf9fc486f79ecfe20523f1c151393c85e090a86 2,748 1.00/1.00 vMB 2
925,899 925,899 00000000000000000000193a52928338d45beeaac7accaa3da2b70c810fe4781 4,032 1.00/1.00 vMB 3
925,898 925,898 00000000000000000000559dae82c65582cea769c5165a5a6ab3b7a4452604ee 4,746 1.00/1.00 vMB 0
925,897 925,897 000000000000000000010025db45332a722d6ffc19e1032b6cef079a87b84be4 1,246 0.48/1.00 vMB 2
925,896 925,896 00000000000000000001d86a0d2f528ec0cef7f7294d2b729783d36105013f74 2,285 0.73/1.00 vMB 2
925,895 925,895 000000000000000000019f7572c3be7c8c65e4cb58da5b8d939062708b35c4a3 3,469 1.00/1.00 vMB 1
925,894 925,894 00000000000000000000bc3f1afee360f388dd9cc9541e5022bed7bc9d0df788 2,142 1.00/1.00 vMB 1
925,893 925,893 000000000000000000008ef306ae09e6a292086eb426269e0263212b2e910f5f 4,006 1.00/1.00 vMB 2
925,892 925,892 000000000000000000011710c0c30ccab83ce5208c655218a14d3f330889f9ed 3,647 1.00/1.00 vMB 3
925,891 925,891 00000000000000000000273a87bc888c1b2593dd1e627f9856e5f5f1b8b3399d 3,756 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 801.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 2,482.88 GB
    • Received: 113.23 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.