Loading Tool

Explorer IconExplorer

Memory Pool

72,697 transactions
28.10 vMB
0.07025287 BTC
Random Selection Loading Transactions
Max Size: 166.35/200 MB

Candidate Block

Mining Attempt d6bdd5c9dc7d37c7e389fd6af0806388e3fc5b9101bd3dfa150f9231ab7a81ad
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root f7c318edc4aced1582486b5b5a3c13b29d6e6c10199f0c2c1ae4fc2944dbec05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,424
Size: 1.00 vMB
Total Fees: 0.01407876 BTC
Feerates: 157.46 > 1.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (278,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,156 636,156 0000000000000000001111ada7ea42becc05bc48b9a566dec15c0241f406b7d8 2,660 1.00/1.00 vMB 40
636,155 636,155 0000000000000000000eb1f565611435876e98442155cb92cdec5ddf4c91ec50 3,014 1.00/1.00 vMB 53
636,154 636,154 00000000000000000003a0d00f290145e16888daa7a72bd1ae99b1da1c323757 2,828 1.00/1.00 vMB 42
636,153 636,153 0000000000000000000e3a3058cc835cfa594c733a0a0c49c23348700682f7cc 1,390 1.00/1.00 vMB 15
636,152 636,152 00000000000000000000229d836c5b1444255a8d751d22bb3adc4de8d7d096f2 2,847 1.00/1.00 vMB 20
636,151 636,151 00000000000000000002bf22c2e4b9315305ca233ce49f4fe5c95ac4f9ac7930 2,841 1.00/1.00 vMB 42
636,150 636,150 00000000000000000001c6678adc7eca29fd0f1d40697a72e43609c317fc2cd8 2,349 1.00/1.00 vMB 36
636,149 636,149 000000000000000000032f45bad352379368c2f54eec62f4d6479035814ebd7c 2,229 1.00/1.00 vMB 19
636,148 636,148 00000000000000000009d7bbb259fa52e538272fdf20dccef53d118f13fb5948 2,681 1.00/1.00 vMB 34
636,147 636,147 000000000000000000059d8c99937c72206f9af3aeb8414dd6f759c6c7d1f79d 2,911 1.00/1.00 vMB 56
636,146 636,146 00000000000000000008ddcc4ae884e73ea4b6de4efd3b5f4adb965334f8e004 2,181 1.00/1.00 vMB 33
636,145 636,145 00000000000000000005bcb476b97a3ca1c095d77d8ecf84d44a05584886e51e 2,246 1.00/1.00 vMB 34
636,144 636,144 00000000000000000007ce2380722f4fd8ddb028e3f9631703b729fdd5557ac5 1,428 1.00/1.00 vMB 39
636,143 636,143 0000000000000000000ee26693b269ffce575b8d59c0bbc7de50e6e23b280b70 2,532 1.00/1.00 vMB 56
636,142 636,142 000000000000000000044f83ef39cbfec2e595b0e533173e607f9cccd30115c2 1,479 1.00/1.00 vMB 24
636,141 636,141 000000000000000000098a597a933562350a5d9f3186e86a3fe17fc446d0e2fe 2,670 1.00/1.00 vMB 35
636,140 636,140 000000000000000000000a0b1d26f6ee91fa7334594fc50707ad16353b322cdc 2,704 1.00/1.00 vMB 47
636,139 636,139 000000000000000000053776e8115337ed7a80f7a4f1e951d8e54aa84a534b0f 2,497 1.00/1.00 vMB 42
636,138 636,138 00000000000000000001630204d3f6fef40b554f851793a3589f06b70381432d 1,933 1.00/1.00 vMB 77
636,137 636,137 00000000000000000009cefbd31b477294c523a25a7976ac08dbe51b3da6f604 1,974 1.00/1.00 vMB 15
636,136 636,136 0000000000000000000009bc43a9867a49357a46449ec28db23b9f692931f14a 2,811 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.