Loading Tool

Explorer IconExplorer

Memory Pool

50,536 transactions
30.28 vMB
0.08985823 BTC
Random Selection Loading Transactions
Max Size: 162.33/200 MB

Candidate Block

Mining Attempt 22c8d9ae0ad555a8fbc4fd56f850c98d0695a6da4ebad41a14118f0e67d51ac1
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6db4262ce113ff84ccbf7725fec1dc6b761dc13301e0f67aac0e972dd3c3e6c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.02056053 BTC
Feerates: 100.34 > 2.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (76,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,226 838,226 0000000000000000000095b91c8e6c127072a1bbc329505df4a5a82b3f5250b3 5,111 1.00/1.00 vMB 6
838,225 838,225 00000000000000000002ea4da71c379a1fcf77fa4eb5729aa369dd70d3ed7363 3,291 1.00/1.00 vMB 8
838,224 838,224 00000000000000000002304b762f6243df195a490b9a6eef9e5bc93758c5b574 1,557 1.00/1.00 vMB 9
838,223 838,223 00000000000000000001fe8868241f73b9995ffb354b4c7988c137ff77d04c37 3,202 1.00/1.00 vMB 17
838,222 838,222 00000000000000000000640c4b80a2c66b54c2f4c1d82157ee8add9a16951fb5 966 1.00/1.00 vMB 6
838,221 838,221 000000000000000000008ac9b12f6b0e7b58b9cedada98598dea386bfa0d15c6 3,554 1.00/1.00 vMB 7
838,220 838,220 00000000000000000000360055f27ae94e568c76f29161d6126f62d5c84b83a2 3,258 1.00/1.00 vMB 11
838,219 838,219 00000000000000000000a2c1e8f84d2288615cff367155d0f209e00694404267 2,855 1.00/1.00 vMB 12
838,218 838,218 0000000000000000000027dee0ab27bca1112875299eab986334f9f403be97b7 2,613 1.00/1.00 vMB 10
838,217 838,217 00000000000000000000e1745678c2fc596b14233454cfc17006d17dbed05617 2,783 1.00/1.00 vMB 11
838,216 838,216 000000000000000000020208a61f20eaec90a40dd36784d24626f1371c11e222 2,079 1.00/1.00 vMB 16
838,215 838,215 0000000000000000000019aae129ea5f51f34df658a7fa09a15b2912628dab65 3,214 1.00/1.00 vMB 17
838,214 838,214 000000000000000000019c49ebef438eac89130b863f46f7d7d4fa4f060bebf8 2,626 1.00/1.00 vMB 8
838,213 838,213 000000000000000000003008307d6f7f21c3146286c441f2f4c190dc623a582d 3,440 1.00/1.00 vMB 6
838,212 838,212 00000000000000000000108853da6d1df8cd402c25b3341964ade7c90ae28ebc 1,695 1.00/1.00 vMB 5
838,211 838,211 00000000000000000002694d8e201f9d0f6319c29684ac618b9689e642835ab7 2,467 1.00/1.00 vMB 7
838,210 838,210 000000000000000000025f366aea4fd1220c3ca1df82e1d18db6b5891c5ef1a3 2,539 1.00/1.00 vMB 8
838,209 838,209 000000000000000000001de61d2e64dca2b61737ce15493a03f2f0cdf6a07013 2,377 1.00/1.00 vMB 8
838,208 838,208 0000000000000000000142783f2e8c928315059ee5f3fcd6d4b94aa6ec317be0 2,593 1.00/1.00 vMB 12
838,207 838,207 0000000000000000000081b23f3e2ca396ff20155f8562b049caee77ec291da0 656 1.00/1.00 vMB 6
838,206 838,206 00000000000000000002baa508bb5b291f1a1bb4bd7ddf092202279f59881e9e 2,545 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.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.