Loading Tool

Explorer IconExplorer

Memory Pool

67,923 transactions
25.93 vMB
0.06280097 BTC
Random Selection Loading Transactions
Max Size: 155.99/200 MB

Candidate Block

Mining Attempt 628f047e7c9b5e0e2b6089ba56dd3e3d4a2b7d9a00bea22c166501ef4b228ca3
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 40fa5dca6488caedce50f1c15db5588d1e11355f87686650d8b6cd4939277b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,645
Size: 1.00 vMB
Total Fees: 0.00791607 BTC
Feerates: 60.03 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (651,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,853 263,853 0000000000000013f145696b44002e2dafb2518b9575b6e1310c88a8bd1c9445 722 0.25/1.00 vMB 210
263,852 263,852 000000000000000ca3c84baa2ccccf55eb5b4d52c06e3db2a41ed36ddcf91138 266 0.11/1.00 vMB 95
263,851 263,851 00000000000000025d38a0b9ee8c16a7d26c9d8f355ff5070d7a3a9bc5c56488 699 0.21/1.00 vMB 135
263,850 263,850 00000000000000099eee21ed7844763eb356ec8b7ea9e651d58c8a28fe1bf3a8 305 0.11/1.00 vMB 115
263,849 263,849 00000000000000118080a59bf0538b04fe8fb1a8379eee8417937a093669d200 99 0.04/1.00 vMB 86
263,848 263,848 000000000000000d6bb7fe8f4aeb4c5b93577d949b6f35b2cd2151a71026471a 574 0.23/1.00 vMB 125
263,847 263,847 0000000000000004527d3140603989bb3c1a0ba78ef47936016c8140c3e233f6 166 0.08/1.00 vMB 102
263,846 263,846 0000000000000003e30cc4c0366d879b22d39aa14cc9a798742a1c179ac07b3d 239 0.10/1.00 vMB 108
263,845 263,845 00000000000000002e08778b0232d60acdfbcb19fff3b96766b189e39964833e 94 0.04/1.00 vMB 111
263,844 263,844 0000000000000006eaa873896b9e8f67bbd21a5b696e0e55d7598ed56e2ea9af 259 0.15/1.00 vMB 81
263,843 263,843 000000000000000fce3f26aeb155cbb4dfd3c15cde385e24b2eaa88b931cfdde 67 0.02/1.00 vMB 123
263,842 263,842 0000000000000004a6ad7fa7bb23a7a68c079c70643efa21f45504a07f636cfc 7 0.00/1.00 vMB 194
263,841 263,841 0000000000000006d8b3c112a8e25892ec4cbd0477a9a902d758503d31f0b7ec 343 0.13/1.00 vMB 117
263,840 263,840 00000000000000143f0ecba61733c1379d1f88a2dbc7455f23b5768b477c5ccd 425 0.16/1.00 vMB 127
263,839 263,839 000000000000000f717ee8a93ed5dbfe9c0033dfeac7d323e2bdcd6116440e12 44 0.02/1.00 vMB 111
263,838 263,838 000000000000000b789225bd4c0383e2cb729b2c3603619d69617fcbf0b14af2 125 0.05/1.00 vMB 93
263,837 263,837 000000000000000da5613d08af271cff00fb1bf4dc2e8acdf38bffc085ae1397 114 0.05/1.00 vMB 131
263,836 263,836 000000000000001199df5e88ff4de4b23ce7df446adaee145053e54ed25fad54 118 0.14/1.00 vMB 30
263,835 263,835 0000000000000010fee52df1dfc633fa9e52424abe08a2e905736cee26630bd8 425 0.17/1.00 vMB 125
263,834 263,834 000000000000000856e0c3cb3f99e844376967aa4acd066bdd91ddc64cd36e66 128 0.04/1.00 vMB 161
263,833 263,833 000000000000000e21413ecbbe187b48f1879708e67d17547e426e0182f1a715 87 0.15/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.29 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: 766.52 GB
    • Received: 19.28 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.