Loading Tool

Explorer IconExplorer

Memory Pool

26,998 transactions
6.96 vMB
0.05624990 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.12/200 MB

Candidate Block

Mining Attempt 541cb057c816343e28dbb23f79fbe792b7a35e1c61666041be73d197a952c265
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root d6824f074c544913cbe65a320f62e5792233248226ea302d206f1d4d5a6e8af1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,839
Size: 1.00 vMB
Total Fees: 0.03382136 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (752,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,577 160,577 000000000000058c6055004ed8e7faee1e67d4a1882918f93a704547e989c960 0.00 MB 3 0
160,576 160,576 0000000000000afee980ba696b1fa4243c67a7298722a258fbbb7a2872ec475d 0.04 MB 105 56
160,575 160,575 000000000000040e82ff7ea30365aba7a357a089a1e38826ca97f6c428085fd6 0.04 MB 50 50
160,574 160,574 00000000000009d0d581d3776a729af9eefda573d4bc90040a1a5bb04eaadc41 0.02 MB 81 4
160,573 160,573 000000000000074f910a5275db5c72f7ca184ed0add2b93dcd37276673e6b9ec 0.04 MB 86 312
160,572 160,572 00000000000008802232ed42134d77a15ace7389aec142a1382494b7ec90e2ca 0.00 MB 2 0
160,571 160,571 000000000000019f1a138215c35ac129683a6db19262cb09e480fcf1d19ccf4c 0.02 MB 31 85
160,570 160,570 00000000000001618bf109ce376734687021469c977e4773c8be41e388b9673c 0.03 MB 65 156
160,569 160,569 00000000000007fead9fe1fd48c823df9c9c692e09c08f3e2b64c22af094d7de 0.00 MB 13 32
160,568 160,568 0000000000000c1e68cd5d0741be989adab1e1a281991a0510cd6107cc5030cd 0.01 MB 22 66
160,567 160,567 00000000000003512c7a00f7e8fbd4571a14183b04c5ef25bf5e5cbff7f8258c 0.02 MB 46 134
160,566 160,566 00000000000009e04a042f7782d2002e61393f2fab8d11f523173dcc3b857acb 0.00 MB 8 0
160,565 160,565 0000000000000e39b731decdf4c4bc73a0777a73cb469a92aa9d8826964fb513 0.01 MB 53 0
160,564 160,564 00000000000008a46939101843455698114b204a2da1117eef057e57ad27de8d 0.05 MB 129 28
160,563 160,563 00000000000004c607bfb93581d8a60e28c06420f097758926f88c12c83d76e8 0.00 MB 8 6
160,562 160,562 0000000000000963dc736ebf45aa8a5e45384cac326c019a4304781631a50174 0.00 MB 12 309
160,561 160,561 0000000000000de36bfb694d7891504ca13742ed1a2af8d9488d8fcdce041d47 0.01 MB 28 225
160,560 160,560 000000000000080147590a02cb306b543fab1a77ec402550e4fc9f30ebb2120f 0.02 MB 53 243
160,559 160,559 000000000000030595ae6eb1859d0467b63c18676b0a359b80963f189895d5e7 0.00 MB 8 121
160,558 160,558 00000000000008f1b5a6e2a9331207a6341a1e052b7ffc25813ed0f5fecc2a5c 0.01 MB 20 142
160,557 160,557 00000000000000a04f8f19e34dc329aa44982dcad4f0e027404ad69bd26017e3 0.01 MB 32 49
Previous 10 blocks ↓
Total Size: 778.84 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: 383.00 GB
    • Received: 3.44 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.