Loading Tool

Explorer IconExplorer

Memory Pool

86,262 transactions
32.05 vMB
0.12903154 BTC
Random Selection Loading Transactions
Max Size: 196.39/200 MB

Candidate Block

Mining Attempt 87ce8a8d02c0dc69e316858f37ec3e9d876e76936db3088d0fcaa57af97c61fb
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 561e7e0d231ad40890900366c77c92ba4ed4a6c93237bdc4a15a72b73393be34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,129
Size: 1.00 vMB
Total Fees: 0.04796641 BTC
Feerates: 301.57 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (479,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,192 436,192 00000000000000000250eb1565165584457f9317d5e5684ab51210f6c8bbebda 1,232 1.00/1.00 vMB 48
436,191 436,191 0000000000000000020a3270ace9f2a87b459c318427327b1caf8dd248d7efc3 1,801 1.00/1.00 vMB 45
436,190 436,190 00000000000000000425df18c14ba42dc0611dd0c1d1e47d0cc5a4b6b96696ed 2,563 1.00/1.00 vMB 91
436,189 436,189 0000000000000000031017d58635784f32bd1a4ba8567023c4c2323ace909c6f 1,563 1.00/1.00 vMB 57
436,188 436,188 000000000000000002e49be75f84ad1b72ab2701d5c4d52d68680473da6ea4b4 1,157 1.00/1.00 vMB 18
436,187 436,187 000000000000000001440acfd3f91429e02850269d106a993e50a1031b33b8ce 2,073 1.00/1.00 vMB 77
436,186 436,186 000000000000000001f682d2963c4f09b4b778fb80704100e8319b27b7d02efa 2,087 1.00/1.00 vMB 44
436,185 436,185 000000000000000001c33057d39e7b7dade55e52ae3c6949fca2e6a4e8a0e15b 2,237 1.00/1.00 vMB 60
436,184 436,184 000000000000000002fe74fe5232f4daf99d05d9047f38e7cea1662bebbd5c10 2,257 1.00/1.00 vMB 48
436,183 436,183 000000000000000003ddb2fd93e99c7085dcc1b8ffc7fd79a55e8cf2458c3af9 2,595 1.00/1.00 vMB 89
436,182 436,182 000000000000000001f10becd2f6aabdfb14ad5f33ea9b70e1379f9ff31b1f74 1,627 1.00/1.00 vMB 26
436,181 436,181 0000000000000000002c6dcd566c99ebb7bd742ac193756edbe9afc2ee6cc499 1,789 1.00/1.00 vMB 62
436,180 436,180 000000000000000002e2e90825cf3ffd273b01495b23dcce94e3737977d0abba 1,580 1.00/1.00 vMB 56
436,179 436,179 000000000000000003769f59818fe73cb4110b73a63d921a984c8f15f3f266e7 1,841 1.00/1.00 vMB 62
436,178 436,178 00000000000000000279899d6bf728fadf62dd37601d5ff44e82ec525af99ae4 2,265 1.00/1.00 vMB 67
436,177 436,177 0000000000000000004adc546fd9cbcde133890c12b4534cb3cea2c403b6ed6a 1,255 1.00/1.00 vMB 33
436,176 436,176 0000000000000000034a96801937d83a07043f6f08693695150a5acdc521d2fa 2,136 1.00/1.00 vMB 65
436,175 436,175 0000000000000000025f5ac9d7f53e89c925d813903b8a1838c7a0db2ed71659 1,088 1.00/1.00 vMB 47
436,174 436,174 0000000000000000015b4c59541fae111dcf01ee43ae73e337979a723bd83c47 1,529 1.00/1.00 vMB 46
436,173 436,173 0000000000000000021d6c1289388b687ce3c21cd04377607fcde1c267a8cf8d 1,351 1.00/1.00 vMB 33
436,172 436,172 0000000000000000031d85cbc17dffd31aa833d86acfbcdee794202cc2838579 2,640 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.