Loading Tool

Explorer IconExplorer

Memory Pool

87,181 transactions
31.97 vMB
0.13590550 BTC
Random Selection Loading Transactions
Max Size: 193.02/200 MB

Candidate Block

Mining Attempt b66d33df36f15e62b62f1f604fe3534112baa6f302c8c40e8c4a76df172a316a
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 1d3ac753e23a8c1d025872f6d7bdeb8b13c25f0a0989603e82fa6c31c77b5b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.04876991 BTC
Feerates: 911.92 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (468,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,145 446,145 000000000000000000b23dd32a8b8d9de51d487c102f789b4bed8b14c219a6bb 2,530 1.00/1.00 vMB 79
446,144 446,144 000000000000000003181d5d3ef25e05ac83dd293316fbe10a4059ef058a6029 2,283 1.00/1.00 vMB 84
446,143 446,143 000000000000000001e2285486fba2598a3cfb9309cda535414b8297bf1504c8 436 1.00/1.00 vMB 11
446,142 446,142 000000000000000002676f9dc4626118e36e11e5b0be792406a20e8ac894080c 2,168 1.00/1.00 vMB 66
446,141 446,141 000000000000000001bb53f92c96100ad29f4ff90fbe7de58d02323be0480507 712 0.36/1.00 vMB 70
446,140 446,140 0000000000000000002acd4c14d5cb795a9dc9927073abf931d0d80e8330bd87 344 0.13/1.00 vMB 72
446,139 446,139 000000000000000000f4e94994f577ab92f183201183d0704a962265794642ab 1,678 1.00/1.00 vMB 56
446,138 446,138 00000000000000000204b215e660a3e712effe13d5f0d812748b32d9d9583465 172 1.00/1.00 vMB 3
446,137 446,137 00000000000000000359e7d6dfa973c6b0350e5722a36ece61a1ba987f81a866 665 1.00/1.00 vMB 18
446,136 446,136 000000000000000002af9eeef4f7c1f3cd6513a5d453f9073076214a7487d9b6 2,409 1.00/1.00 vMB 80
446,135 446,135 0000000000000000031113d246dd95eb87fb686798dbc448e7f61f1a96d4da4f 1,147 0.81/1.00 vMB 43
446,134 446,134 0000000000000000004e9a5ed09a33efe1bb28593db7b3ff8f6e19b480b2c60d 2,408 1.00/1.00 vMB 68
446,133 446,133 0000000000000000013f34b1efe94dce2dbe1bf0d5ca56a1cfd11f7a018b9e51 2,319 1.00/1.00 vMB 79
446,132 446,132 000000000000000000d925005a17156b2dad28a4cb58270cc1bdc6dd37a3df6a 2,121 1.00/1.00 vMB 97
446,131 446,131 0000000000000000029eab96e9a254274166eba4a195f1b01ad2f6000ce35429 1,287 1.00/1.00 vMB 46
446,130 446,130 0000000000000000022dc508f7a050582100bf53037f7ec6011901cee8c1237e 234 0.10/1.00 vMB 86
446,129 446,129 0000000000000000008361775953ab9b5d9baec562e62c83b279d465380ac07c 1,427 1.00/1.00 vMB 44
446,128 446,128 00000000000000000050c9e18dff918d92827270fdf4d77e07055af1352d04e9 1,760 1.00/1.00 vMB 53
446,127 446,127 000000000000000002f36fccf7f5d4db1eacfc6c85af3d48648698cdd5902f6d 2,126 1.00/1.00 vMB 73
446,126 446,126 000000000000000000109bef87dc81c0413a3655d16c0ecfa960cafcc98611db 2,219 1.00/1.00 vMB 96
446,125 446,125 00000000000000000260b6c5c7f47cf1a6bf2fb1a9d417c650bdc759eb4b5916 2,000 0.93/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.34 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.98 GB
    • Received: 14.79 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.