Loading Tool

Explorer IconExplorer

Memory Pool

86,353 transactions
33.21 vMB
0.14365891 BTC
Random Selection Loading Transactions
Max Size: 197.52/200 MB

Candidate Block

Mining Attempt 17b9dc3618a7fe19fe1ed5ba799b57c2a3e6b41bc28fbfbae0d5b8973045ae1c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 086ea0760c428a02678ee959b07e91eb9c530b6d0a03a48e6fdd5d7256df05a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06601758 BTC
Feerates: 387.56 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (273,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,944 641,944 000000000000000000074e7fec1b6fcaf9ea812484145bcd5e64779f19f44136 625 1.00/1.00 vMB 6
641,943 641,943 00000000000000000000213c294b598b52d9ceda0351afab15a63f239b38c907 1,103 1.00/1.00 vMB 13
641,942 641,942 0000000000000000000bb69c0b5c062834c20c6ac6539268539f0e47e610ab10 2,263 1.00/1.00 vMB 62
641,941 641,941 00000000000000000000c8b0efb4a334a4a977947bb7e02240d4813ae19da791 1,650 1.00/1.00 vMB 28
641,940 641,940 0000000000000000001002a39d52bbe7b7f70e3f99c0f76ffe16ef32c145f8af 1,546 1.00/1.00 vMB 28
641,939 641,939 000000000000000000061fc406e1cc9e2ae0e019b8093ef3d67ac00d6414e135 1,846 1.00/1.00 vMB 24
641,938 641,938 000000000000000000029cf41a3b8a59abe6ad20d931403c42ffdd3e4b7fc813 2,432 1.00/1.00 vMB 29
641,937 641,937 0000000000000000000a5054f4b8bcac63728581c834dfe4120fea17dbaa50bb 1,572 1.00/1.00 vMB 77
641,936 641,936 0000000000000000000bf5ff2e4cab45ac0c022bdac3917fcc1e88ff9b44e233 3,338 1.00/1.00 vMB 170
641,935 641,935 00000000000000000000df5b09c8783958f7e98d3742e43e0dae35148372e13e 2,352 1.00/1.00 vMB 86
641,934 641,934 0000000000000000000c846171ead33ed426d79d173fbb569613158c284229d7 1,040 1.00/1.00 vMB 23
641,933 641,933 0000000000000000000863240abd136301fb4e30fcdd71ff56850449e14af88a 1,939 1.00/1.00 vMB 66
641,932 641,932 00000000000000000002e82fcc970bd53e2158b2a1a976e24fc5be35e34aba2c 2,286 1.00/1.00 vMB 66
641,931 641,931 0000000000000000000df0966ae919799dbc067dc250361c31699eaba0c67e6f 2,058 1.00/1.00 vMB 12
641,930 641,930 00000000000000000000f7e19faafc51585dcf7e488d48497a28a0f087744497 1,991 1.00/1.00 vMB 33
641,929 641,929 0000000000000000001039a7a989d7eb8aa0fc348161d9854c9da9f00c1716e7 2,483 1.00/1.00 vMB 78
641,928 641,928 0000000000000000000e163a354d04cbab03bdd7867258c0de17b4f95506b02c 3,056 1.00/1.00 vMB 160
641,927 641,927 0000000000000000000c9c548980b3a7a38de3495f40447a03af6f8d6a86d65c 1,461 1.00/1.00 vMB 53
641,926 641,926 0000000000000000000bca1f7ac8bf30ac066dfdccdb00f6c615b0515471ce6a 2,054 1.00/1.00 vMB 44
641,925 641,925 0000000000000000000292f7de7c6d3c76498056e54cb38e4e8a12dbc33b5ce1 2,892 1.00/1.00 vMB 72
641,924 641,924 00000000000000000005f8b7b94cb1b954f83d1f945d1e4cba58f09681263639 3,304 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.31 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: 659.41 GB
    • Received: 14.60 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.