Loading Tool

Explorer IconExplorer

Memory Pool

52,828 transactions
30.98 vMB
0.11995901 BTC
Random Selection Loading Transactions
Max Size: 166.50/200 MB

Candidate Block

Mining Attempt 0bacd439bf11d9136adf016104afeeac6e72dd24d3d256d7c6968e0ceb4bbddb
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root d7709dd2404cd5db7a393f16a4ccbfdd5f1290f8c25fff0a562e35a418d808a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.03806454 BTC
Feerates: 301.36 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (76,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,228 838,228 0000000000000000000133d32116bac50fa93099ec5371f948be7ef807d51058 2,772 1.00/1.00 vMB 16
838,227 838,227 00000000000000000002ce0691425dd09ee158df4a02dc881fe8b5e21c7a2f08 5,892 1.00/1.00 vMB 6
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
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.17 GB
    • Received: 13.45 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.