Loading Tool

Explorer IconExplorer

Memory Pool

14,999 transactions
6.48 vMB
0.03535605 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.13/200 MB

Candidate Block

Mining Attempt 5e24b8edafcf77db601afbcb76e09d957d9a0c6d9642df12d9ded94afc805cad
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 39393e2f37bdf47029b55c4777161f39c35229b570d07be3a974c5041d89a269
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.02123750 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (767,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,101 146,101 00000000000008b588be230f2b09284e9e81c8c1ffe416ceb4d316b649e8a5bc 22 0.01 vMB 237
146,100 146,100 00000000000000c93a89ac198089d50f7ab54a63e663803ac95c073680504e18 28 0.02 vMB 183
146,099 146,099 00000000000002cb715b20605c4f63c580ea063c926bbd1f02f759df37f5a0ab 108 0.04 vMB 27
146,098 146,098 00000000000003a8c310bd15498865e599712290bc979d8609a4933f4ae93a69 36 0.04 vMB 126
146,097 146,097 0000000000000776445325dd3d5eb42ca101eb77fe9687f47f2c2b7215ef858e 11 0.00 vMB 327
146,096 146,096 000000000000074ce793690afdba328d0b38e600303b31692c2274ca0cbc9e06 22 0.02 vMB 223
146,095 146,095 00000000000003f8ccf46d6f70b97c85dca3740604a68fd226c52b2a61043036 25 0.01 vMB 376
146,094 146,094 000000000000061dac390ebc6e3baa952f33631c34322a313ae2b842785b9b07 33 0.01 vMB 174
146,093 146,093 00000000000007851be23af1eca3dc01ad2039d48f3165bee36b4fde96febe45 136 0.05 vMB 54
146,092 146,092 00000000000004699eb096adde412ce52b183bc391cf39fa372514389b220541 22 0.01 vMB 55
146,091 146,091 000000000000086ba0f98d22265905e92c1f22c0981d75e3e306f05b391f78a2 20 0.02 vMB 404
146,090 146,090 0000000000000302ee91a204bea8de99e11e29353d1bb081b364407283bcefb7 19 0.01 vMB 28
146,089 146,089 000000000000054f33f3b400364871ea6edf5f60bf7f27e1d4ee27e71224d85c 31 0.02 vMB 128
146,088 146,088 0000000000000460126fcb79a55e61e9bfb6f57a7ad6262be94fb9840a7581b4 37 0.01 vMB 107
146,087 146,087 00000000000008083d44444c6c9542931fee73282ab9b35dd90aacd910dd2b3a 35 0.01 vMB 33
146,086 146,086 00000000000003491e49fa5c7f1c6a6f38a506207d3a195f555798491daadb9b 61 0.02 vMB 139
146,085 146,085 00000000000005d3086bab028e09a9edaf2c91650e5acb95e5f456ac28e53cfe 37 0.02 vMB 110
146,084 146,084 000000000000080ca6ca95ca59219ae761e1270732b7da8ec35bd26b1a31c45c 36 0.01 vMB 83
146,083 146,083 000000000000059808eaced70c90043636a9e7d0b150443e1ff43a13573f8389 58 0.02 vMB 104
146,082 146,082 000000000000031ae1ba904bc139b1136b064a79b97096c68f95e504bbc2dfc7 8 0.01 vMB 29
146,081 146,081 000000000000079013631270226893f65e15fd154b769af177dd20396c5298b8 64 0.02 vMB 2
Previous 10 blocks ↓
Total Size: 779.66 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: 315.34 GB
    • Received: 1.51 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.