Loading Tool

Explorer IconExplorer

Memory Pool

80,974 transactions
29.81 vMB
0.07478236 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 8a2fbe96b34d2a80d886e7181925d916ede237b582134ad37479f9b103cb623d
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 9e1fc211a77045a913ff3ac3825db3454af47fc41cd52762ebe4711e97ea3fd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,897
Size: 1.00 vMB
Total Fees: 0.01405509 BTC
Feerates: 151.12 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (506,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,073 408,073 0000000000000000040a4cabc3daf2075d62330eddd5d901fd43f548b89c1a12 1,664 1.00/1.00 vMB 35
408,072 408,072 0000000000000000042a5fee9fa7c4db01a4bceb751b68aa3c13f664d4368064 2,267 1.00/1.00 vMB 35
408,071 408,071 0000000000000000014f7757021c5afc3c96bf8182dd4d44a2e08ce4eb843941 993 0.59/1.00 vMB 39
408,070 408,070 0000000000000000041c3f8dccbecee1c2123e7be880ead7fcd0ca3a8d7df473 676 0.26/1.00 vMB 36
408,069 408,069 00000000000000000065ffab410f481563eb50a0ee56c1fb95615cfbeb7b9bf4 207 0.15/1.00 vMB 28
408,068 408,068 000000000000000001ccec3e51b5d021b35fe3c7f822623dddab35663121e92c 565 0.97/1.00 vMB 17
408,067 408,067 000000000000000003986179487a4a3372272560f5d8598d310e3280894946c9 1,849 0.96/1.00 vMB 35
408,066 408,066 000000000000000001dea9cff999edd46845f16643ade58fc6ccb67b4cff8727 1,520 1.00/1.00 vMB 30
408,065 408,065 000000000000000002b7fb94c1a692ae642fd6a18b80da03a39f5c690baa2abe 295 0.22/1.00 vMB 33
408,064 408,064 0000000000000000019869ea18c6325721d65ae34f435731fac8ed5dfbb7f319 676 0.57/1.00 vMB 17
408,063 408,063 000000000000000000cbf7e47e0f7f2c7c3a42d2fdcd4a13fe51a1e7d60bee1e 1,495 1.00/1.00 vMB 34
408,062 408,062 000000000000000000241fbaeee568fb52e1f0961578409d67305e3eef06c01b 2,216 1.00/1.00 vMB 30
408,061 408,061 000000000000000000e97334691c8a70a663db83d9eeb349a76a72819cbac0b5 3,376 1.00/1.00 vMB 59
408,060 408,060 0000000000000000058a13426f63efb3c7b7407fb2d60dbd5008ea6983ec55a9 1,073 1.00/1.00 vMB 25
408,059 408,059 000000000000000003713fb38864c5fee4a3b7230b5e5a6732eb2787133428d5 1 0.00/1.00 vMB 0
408,058 408,058 000000000000000001b06ab1f8eb58c1a7a3542f38f612cbb3e911ad4453f73f 1,656 1.00/1.00 vMB 40
408,057 408,057 00000000000000000433b3747bae5d9a2a9fe4108b357c61d57e40a86e030121 3,053 1.00/1.00 vMB 55
408,056 408,056 000000000000000000120940d496706ad0d8ae3603c1afb8febb67b10c18aee2 914 1.00/1.00 vMB 16
408,055 408,055 0000000000000000021bbf0af3d35a543311eb90ffdb1d1387475f4e45268f9a 2,436 1.00/1.00 vMB 53
408,054 408,054 00000000000000000286fa56b34395c15e4220420806d95cccc833aea4a02a04 246 0.13/1.00 vMB 34
408,053 408,053 0000000000000000016b56388ad1667d4690ce050a16ddaf884e36a6a66ada8b 2,089 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.