Loading Tool

Explorer IconExplorer

Memory Pool

81,336 transactions
31.19 vMB
0.09336732 BTC
Random Selection Loading Transactions
Max Size: 188.11/200 MB

Candidate Block

Mining Attempt aec5fe14d7b975ca9b7a66455cf1be854727adae129753a77d1ac24a94296129
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 1fd97147162ac5c0796e98662ba4f530f0e3846986336ae48d87209d6b95147b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,490
Size: 1.00 vMB
Total Fees: 0.02003646 BTC
Feerates: 45.88 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (440,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,094 475,094 000000000000000000ea2f156b11ff49ffbd8ea218afcd982d02c691c29cf185 1,604 1.00/1.00 vMB 86
475,093 475,093 00000000000000000188d750502a60879796e50fcf895e288242d18f48632659 230 1.00/1.00 vMB 31
475,092 475,092 000000000000000000f65a9832c9e3c934278b32e8f44c148442e1fb9aaa005a 1,617 1.00/1.00 vMB 116
475,091 475,091 0000000000000000016e29be669b4f764a0328607628b07ce3def84c64f501ac 1,196 1.00/1.00 vMB 97
475,090 475,090 0000000000000000009acc002aa5c2f5d62409139cdf94ddea80f42131213caf 2,338 1.00/1.00 vMB 163
475,089 475,089 000000000000000000e5b7218f0b8d72a615c80f0cdf1ac8fea8f7c1df2b05c5 40 0.15/1.00 vMB 11
475,088 475,088 00000000000000000081af2ef1367720160f6ad9cb9bfa9d5c91234d4840956b 1,135 0.72/1.00 vMB 111
475,087 475,087 0000000000000000011f8ea17ab9f3aaae5c0532f36453410419555480874a93 2,056 1.00/1.00 vMB 161
475,086 475,086 00000000000000000129fdd0e9deffd7f8a435836ac56b533948efc813468c5c 142 0.06/1.00 vMB 133
475,085 475,085 0000000000000000007772a6ed882f7e19c7417ce655302c5317634d8c7e71db 1,471 0.82/1.00 vMB 109
475,084 475,084 000000000000000000d6cf531132844ead6eba9d67be91c159fbb7a1540be269 206 0.17/1.00 vMB 75
475,083 475,083 0000000000000000016ab84133883df8fbc7e9718b4c289b1f29228a1a70d894 160 0.28/1.00 vMB 32
475,082 475,082 0000000000000000015f347bca7a4a2842c03bbb5eb3477b3f957972389de2a6 1,870 1.00/1.00 vMB 131
475,081 475,081 0000000000000000014f922bc378ad9a8df1a9db5ec79b3efe2de1f09dd45a66 1,350 0.95/1.00 vMB 122
475,080 475,080 00000000000000000117aca6dc2ad9dc2c08c6d138c3d1a161d5b2daa0a5d7e2 105 0.21/1.00 vMB 34
475,079 475,079 00000000000000000116085f0f24e10d83ccb7b23b4822b3277ded378dcdbc17 1,508 1.00/1.00 vMB 112
475,078 475,078 0000000000000000013fad8b254a770bfc87cd87271e48f24652c1a443bc68f8 1,915 1.00/1.00 vMB 154
475,077 475,077 000000000000000000a5ddf8f553380058a9752aed03edf7c5e91b7f6a14566f 1,595 0.99/1.00 vMB 107
475,076 475,076 0000000000000000010582c3f93f4581d63989aafd2cf3cd4dd52bcf262c3d29 1,438 1.00/1.00 vMB 40
475,075 475,075 00000000000000000013d7320b0c2f913bb5c0caf3c6c978cd1f55ae3295dd4d 1,521 1.00/1.00 vMB 118
475,074 475,074 000000000000000000da103e2d35d6c96669d8dd67e27094e6a723554dc9e4c9 2,356 1.00/1.00 vMB 259
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.