Loading Tool

Explorer IconExplorer

Memory Pool

44,342 transactions
27.56 vMB
0.08624862 BTC
Random Selection Loading Transactions
Max Size: 144.35/200 MB

Candidate Block

Mining Attempt 4c442366bcc1deac6bd7cc368cde3c31d915571b2ea6bfee6520dd2dd6106107
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root f368f7de37a5ca19940fc27de8c617a6562b57cf79f36acbfead8210e2faed50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.03282534 BTC
Feerates: 151.65 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (305,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,603 609,603 00000000000000000003d85d41fe66192f5caf232f6486f842d45efd9f8ddc3b 2,742 1.00/1.00 vMB 5
609,602 609,602 000000000000000000047de906ce42aeef2872f326a52c5de0bdf39083f9efbc 2,587 1.00/1.00 vMB 13
609,601 609,601 000000000000000000126df87dd93a33db55a233b432aa6effb5939c07048083 3,231 1.00/1.00 vMB 16
609,600 609,600 0000000000000000000ccec7a6a80c80d13af00361eef763e8162e959a64cf9d 2,243 1.00/1.00 vMB 25
609,599 609,599 000000000000000000077074b1781cb7f81212975025df0ee673d0631b331de0 480 0.13/1.00 vMB 11
609,598 609,598 00000000000000000012f56245290adb07459392050cd6f81379e1a1322f065b 992 0.80/1.00 vMB 3
609,597 609,597 0000000000000000000a64aa3563243c27236aa5fb856557fa42333b9405fdf3 3,289 1.00/1.00 vMB 9
609,596 609,596 0000000000000000000aaad4f53594a1064a3d62d28534ba9dc76d17530baa29 3,117 1.00/1.00 vMB 18
609,595 609,595 0000000000000000000599efab0bf93e61ffa5937a786269024032c920c4964f 2,564 1.00/1.00 vMB 12
609,594 609,594 00000000000000000004acf0dfb3e9e354a67d9a6764c6247b1d00afa43221b8 2,482 1.00/1.00 vMB 5
609,593 609,593 0000000000000000000d1280baf5b9a2a8102db3a76671b4c331a5173fa62d39 3,047 1.00/1.00 vMB 24
609,592 609,592 000000000000000000001f58c0bf3d0ea05f2a7d688fd1ed2c72677059d3626b 2,834 1.00/1.00 vMB 17
609,591 609,591 0000000000000000000af7366a7ee2b56bc13a0bdbb323d97ea235dbff027d9b 2,147 1.00/1.00 vMB 5
609,590 609,590 0000000000000000000dfca0b7b784454234d6d660fd1c24332ceab18081d1ea 3,231 1.00/1.00 vMB 21
609,589 609,589 000000000000000000116aecd4b0312cffc67a7359b78bd3d2428ad1a60c21b3 2,717 1.00/1.00 vMB 13
609,588 609,588 0000000000000000000184f1f7d25eeac48a3f020786e2d22effda8c36941fa4 2,706 1.00/1.00 vMB 5
609,587 609,587 00000000000000000004c437877d300e72c98036c5d8e476388d4f6861d0e1dc 2,490 1.00/1.00 vMB 20
609,586 609,586 0000000000000000000268e6e78319b1bce29013c4ff693de3dd4d03d8a08834 2,334 1.00/1.00 vMB 18
609,585 609,585 00000000000000000008aa176adae286d83342db35080b0ac58fc3d3e48a2abd 3,222 1.00/1.00 vMB 13
609,584 609,584 00000000000000000001e9f013c220a8b684266555bc96a9e43a0ceeca2630a2 2,536 1.00/1.00 vMB 30
609,583 609,583 0000000000000000000034a10684ce61b1a7435a31c12f7f54867caca8189d4a 2,475 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.