Loading Tool

Explorer IconExplorer

Memory Pool

75,081 transactions
27.58 vMB
0.06728438 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt fcb21c47f3eeeb3204e0bf63eefafa7b52712494097a2310b6a4d734d5ca3740
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 586fa9a5d8d2c1d23f593fdff3ff3a67a0cab9c972be9926725c3628d58307b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.00858224 BTC
Feerates: 526.32 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (124,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,148 791,148 000000000000000000022baa5ad1a8a243d3902832439948add752b7c61b7f12 3,106 1.00/1.00 vMB 31
791,147 791,147 000000000000000000019d1a5bd66b2de7ed6e4a5d6e502b7744d9d92bdba2a4 2,896 1.00/1.00 vMB 60
791,146 791,146 00000000000000000001d0a88d429fe25035fb766b074032c0edd2f61abae0de 3,342 1.00/1.00 vMB 31
791,145 791,145 00000000000000000001bb898af3f4fee5d66fd199371ba38535d849c4029eb4 3,176 1.00/1.00 vMB 55
791,144 791,144 00000000000000000000ed7bed74fb0374449860d873e86e29e6cfca14855fea 2,092 1.00/1.00 vMB 35
791,143 791,143 00000000000000000001859de7c6f011f5649fd3a6e489437e271ff62ec19aa8 1,685 1.00/1.00 vMB 35
791,142 791,142 0000000000000000000209411e04c4cb039b043c6107fff63ffdacd5a244eb04 3,210 1.00/1.00 vMB 51
791,141 791,141 00000000000000000005117e9c741b1e9f0e566492e321199dca21015fe094dc 2,602 1.00/1.00 vMB 35
791,140 791,140 00000000000000000004dbd611a4adb57e2bae64cf7e21d12ea1159f6749be0a 2,068 1.00/1.00 vMB 39
791,139 791,139 00000000000000000002413427806c4fe22604d29101d47bc09273f027e3df43 3,462 1.00/1.00 vMB 27
791,138 791,138 000000000000000000059c68894df1cbaade875e6dcc206893cc6727e0730812 2,369 1.00/1.00 vMB 44
791,137 791,137 00000000000000000003a0a8be81a1f0c53b2e4358a70c6ff7718515bf0c1c4b 5,197 1.00/1.00 vMB 28
791,136 791,136 0000000000000000000561aa0763de056f56b554a528552392a0ac12b398b655 4,069 1.00/1.00 vMB 28
791,135 791,135 00000000000000000004ff754b06c5f29a3f633e66733f327fe61b4402db6178 2,169 1.00/1.00 vMB 31
791,134 791,134 00000000000000000005349a8de68fa0f7df0b5703f06f53aebac598c6b6cffd 2,181 1.00/1.00 vMB 54
791,133 791,133 000000000000000000040e535b830a5ea69300354c3ca2772094273f84970119 2,395 1.00/1.00 vMB 45
791,132 791,132 000000000000000000054497cd522c5e09dbf475dffa8a202330decb97b4437e 2,812 1.00/1.00 vMB 58
791,131 791,131 00000000000000000001c0885d1a6acfa47538778a32ad77b8fbcb8f123456f5 2,509 1.00/1.00 vMB 34
791,130 791,130 00000000000000000001cb8c6fe46e21eec7d18037c652058a5570b39db55bcb 4,127 1.00/1.00 vMB 28
791,129 791,129 000000000000000000049922c74e6e61f508392358e822dd89c6a9d454316772 2,367 1.00/1.00 vMB 26
791,128 791,128 000000000000000000002d7d4adf53ba0473a5e0ff41b2599c1e060d4d0ba3c6 2,721 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.