Loading Tool

Explorer IconExplorer

Memory Pool

16,187 transactions
7.78 vMB
0.02791261 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.91/200 MB

Candidate Block

Mining Attempt f30c13b910d7319edcdc5a9c73e01c9ebf1248df1a2058d225d4d3dd1d1a190b
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root 61c0e4c6fcc4a36abca8cb5d9997ed3f59d0c4ef872ecc25e938c0487822097d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,519
Size: 1.00 vMB
Total Fees: 0.01186787 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (875,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,219 38,219 0000000011e3bff7995c78c83d997075654b437e6d15389172d2f976e55712c3 1 0.00 vMB 0
38,218 38,218 000000002e2b9579a15b1144b1685eaa52da619a403e4aab43d2d40b4f2015fc 1 0.00 vMB 0
38,217 38,217 000000009b0b918d65e1eb8ff2d589ef134a973056a5001475b321cd45e32b62 1 0.00 vMB 0
38,216 38,216 00000000b25da407e39cf533b52a9038a8f6f85417ede2bc998118e1f9c8913a 1 0.00 vMB 0
38,215 38,215 00000000be2e9150ca412d8fc50b2a6b26ae747bac4b72e8eb3fcd366963f351 1 0.00 vMB 0
38,214 38,214 00000000114391d3f86259a06b4097046987d1d2d0436599400a001612fe9b26 1 0.00 vMB 0
38,213 38,213 0000000092660c31610a5b5dd9d94644fbeb3a8a0216dfaf2d5e4c499ace0979 1 0.00 vMB 0
38,212 38,212 00000000a50232d09f55ae4173963f4ff75e2badd4c4f4c60d069000ede04528 2 0.00 vMB 0
38,211 38,211 0000000007371f617d2090034cd6d2931401d5e8c63715eda5bb5fdbe01aa163 1 0.00 vMB 0
38,210 38,210 000000009213874906f9a321c4f8a7b14bce5aaf75d8e20095748c2d23b87c87 1 0.00 vMB 0
38,209 38,209 000000004d76908571d12ab34da02812ea50aa4ab81e91e19f381a62724f92d9 1 0.00 vMB 0
38,208 38,208 0000000031bc9b643c0bb354a34fc9991344c3701196c23dcbb4aaa4431e8fd8 2 0.00 vMB 0
38,207 38,207 0000000029eadc53cc8fdc9c520dd099e62c8a1124de417114f137a457af389b 1 0.00 vMB 0
38,206 38,206 00000000ab53f02eae2e35bde094b0de5852a31a661be7a50e6d29972a9a9d79 1 0.00 vMB 0
38,205 38,205 0000000089af5b9b63f337354a6a24a2cc7e9db5c7327b4fe79367b9987741bd 1 0.00 vMB 0
38,204 38,204 000000004ec9799d39477fd58820665ff35316766413694c90e3d7cfa5a51249 1 0.00 vMB 0
38,203 38,203 00000000554cba8f214b76afced8773763f00f2ccde68efabab347e424caf561 1 0.00 vMB 0
38,202 38,202 00000000b14ad0f30fe5cee0f56b9293c164ebdb7e722d2b1908361e6df55e51 1 0.00 vMB 0
38,201 38,201 000000004b47c72433d7a1f09d4bf8d1890dff7632cf6464c9445bbb9a721fb7 1 0.00 vMB 0
38,200 38,200 00000000a1d77d8dd98f2c416a414bc067fe0fe0c3ff9f71cafa2e4207ed4945 1 0.00 vMB 0
38,199 38,199 00000000692b579326651ff1de5be2d8df907177f77a9db0f29f75f8b129bbd4 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.58 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: 285.32 GB
    • Received: 1.14 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.