Loading Tool

Explorer IconExplorer

Memory Pool

44,960 transactions
26.99 vMB
0.06880512 BTC
Random Selection Loading Transactions
Max Size: 142.22/200 MB

Candidate Block

Mining Attempt 28611431a45d8efdb1236df53299fac1afd753defb4d2f52738bc388c311c826
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root d2107eea729a84704a8e913be8c95c7848154ce1f1ff505cad6e3da756bb4c85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.01881434 BTC
Feerates: 251.72 > 1.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (521,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,252 393,252 000000000000000003544b9c3ab68ec3a75ccb30cf6cd41eecf933a098fbd733 250 0.23/1.00 vMB 14
393,251 393,251 0000000000000000039ce1d2cf4b882c079779428e6601c0f231bb8ea3fd08d6 1,784 1.00/1.00 vMB 30
393,250 393,250 000000000000000004202b8da1c2cf29f89cea0855dabc00910882c4698be91c 1 0.00/1.00 vMB 0
393,249 393,249 000000000000000002399d5711a9e2d3a362c1cba51e55924c5d3fc78a8ce8b6 436 0.39/1.00 vMB 18
393,248 393,248 000000000000000001af8bee24626e6dbf6f2c203d343bbc3ca77e44e35c87b3 2,518 0.95/1.00 vMB 41
393,247 393,247 000000000000000002ce881a10489a8886c459418887831d34a10f0f5288d0e9 628 0.27/1.00 vMB 36
393,246 393,246 000000000000000007bac45c742ab77cfe21e2dbdbaff7dc624538b1c2d0ec3a 1,018 0.49/1.00 vMB 34
393,245 393,245 0000000000000000048ae11591b488048fb7d418b94b3c3497e2e36aeba7f740 443 0.90/1.00 vMB 10
393,244 393,244 000000000000000000209f31d94402b355142c37b532143db3c39c3d7b5c95d7 2,453 1.00/1.00 vMB 39
393,243 393,243 0000000000000000085d5527508bc92bfb4bba8cc0f24a689987a01976b5097f 721 0.88/1.00 vMB 10
393,242 393,242 0000000000000000041bc16e0efe24d4edb5b43b2af8c7df7becd163d00b0349 869 0.44/1.00 vMB 36
393,241 393,241 000000000000000007813b92cb29758760d85b8bce7ef768749d6adee693c5d2 1,400 0.75/1.00 vMB 31
393,240 393,240 00000000000000000049e98c1c6a48dd47d9892cbc195454684cbf6949098341 890 0.64/1.00 vMB 24
393,239 393,239 000000000000000004c95c7b1c728477550f4cde01e71348aa7540edcb96c269 1,938 0.95/1.00 vMB 32
393,238 393,238 000000000000000006f0eace817a8f62f57c2719049970f7178e62ca5a3f5aae 968 0.93/1.00 vMB 12
393,237 393,237 000000000000000001f5b3f38e49014e19259922f8b8c8f20fd8a87823de704f 1,322 0.75/1.00 vMB 29
393,236 393,236 000000000000000002ed730fdb336801c914b390ab7c2c9e79ead6c69a1bfd45 1,804 0.93/1.00 vMB 28
393,235 393,235 00000000000000000547e1fbd0c867f4ea3843c74761238fa154c8106a661241 1,384 1.00/1.00 vMB 22
393,234 393,234 0000000000000000055434dc76cd784f3cbd6c75c4afc2c116f0c3e4b9881d2f 1,453 0.65/1.00 vMB 37
393,233 393,233 0000000000000000016e72b0e2a1d3755ecf0a547fec853f4aec52faad16a5c2 1,880 0.86/1.00 vMB 35
393,232 393,232 000000000000000004388fdc5d166feb33618cfc117368bca5baac81d23c81b9 877 0.45/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.