Loading Tool

Explorer IconExplorer

Memory Pool

42,500 transactions
29.68 vMB
0.08902220 BTC
Random Selection Loading Transactions
Max Size: 150.91/200 MB

Candidate Block

Mining Attempt 025d658a289de37cf12ac124a7b11b683502534c437057251ed250d388818c4e
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 420946cbfd2cd135c251df13f1e72f5d5e9b25b53a9eadd34c36a2e252d6bbec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.02995090 BTC
Feerates: 150.97 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (243,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,415 671,415 000000000000000000082a7d15c1d206ab58fcd706f3549e23ecbf2f7b03857b 1,925 1.00/1.00 vMB 123
671,414 671,414 0000000000000000000a9c82e5d4098a7a9f7070a8ab0869406c8999b2d21953 3,001 1.00/1.00 vMB 110
671,413 671,413 00000000000000000005ca58b935cf2e80bca67046fd70bcd82ef9a4769662f2 2,288 1.00/1.00 vMB 60
671,412 671,412 00000000000000000004c68305eb3ee5113e6fc36b19cbb0f7f7753ade4e87d4 2,021 1.00/1.00 vMB 88
671,411 671,411 00000000000000000005b289d5049c2d67113f0cfca39108bbd4b80b2959dd60 2,219 1.00/1.00 vMB 38
671,410 671,410 000000000000000000036b2866962125cffc6c5de933b04a6e62bda9d3be623c 1,390 1.00/1.00 vMB 50
671,409 671,409 000000000000000000054a047360549d46236bf68211ffc4f5f9e0132ad2e0fd 2,269 1.00/1.00 vMB 117
671,408 671,408 0000000000000000000af1e8748c73ee7747f744d2bd50e7ac98cc4b0ad2062f 1 0.00/1.00 vMB 0
671,407 671,407 000000000000000000029940e1c803f6d9dabcf4ff57af4b5e930203a95a3b34 2,550 1.00/1.00 vMB 47
671,406 671,406 00000000000000000007c56e5596894b9f9ae1f038e1c76a3fbd366c085feee0 2,173 1.00/1.00 vMB 116
671,405 671,405 0000000000000000000c3f681887f0abc8f62e6703fffb55428af7a672fc0d93 1,708 1.00/1.00 vMB 47
671,404 671,404 0000000000000000000659607e55fa1848587cfbd795ec501fbde51d75b4d96f 2,712 1.00/1.00 vMB 84
671,403 671,403 0000000000000000000afcc2f0c30a3b66ac9e1ae1d98f86ff83c1586ed0f35a 2,718 1.00/1.00 vMB 103
671,402 671,402 000000000000000000037863523b4c8e3980e7dcd5ece1834c893f1d558671e5 2,002 1.00/1.00 vMB 116
671,401 671,401 0000000000000000000829c96512ec0fa10a6811665637d5107450a0ff36e926 819 1.00/1.00 vMB 118
671,400 671,400 00000000000000000006e66e2e90d7c380933da04253f6a6a5f9d5d41c40878a 3,083 1.00/1.00 vMB 92
671,399 671,399 00000000000000000003e16a678f039d14503a362930f5320d7d58a3765fc7a3 3,235 1.00/1.00 vMB 136
671,398 671,398 0000000000000000000bc9286c7aea1a12647362f76d194e175f6fbe02a1c311 2,157 1.00/1.00 vMB 46
671,397 671,397 00000000000000000003123a37eebec1ae7fc6609199cd99a89af335ffcdd402 2,817 1.00/1.00 vMB 123
671,396 671,396 0000000000000000000c98873e6cbeb8095e76c2d770b6f41a7b2b1fbecde7f2 2,930 1.00/1.00 vMB 48
671,395 671,395 00000000000000000009774c85e15084d6ff1b8476a572e10ca7a32b93d94f64 2,741 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.45 GB
    • Received: 11.66 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.