Loading Tool

Explorer IconExplorer

Memory Pool

79,159 transactions
29.29 vMB
0.07185844 BTC
Random Selection Loading Transactions
Max Size: 175.77/200 MB

Candidate Block

Mining Attempt 6ce1ffc4dbc6bdb1ef18deeb3f3e07377a25fc22c8c6e0031be547233a69b6b0
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 044dedfbd177c358d813ad6f3a1c6303145d4aa03b039889a2002e89fc5430b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01238791 BTC
Feerates: 170.94 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (534,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,513 380,513 0000000000000000109542fb44f06ef3f6f478ba6544031c385927d9a41ae9e5 698 1.00/1.00 vMB 17
380,512 380,512 00000000000000000a298876dec3c5cdaac7dafc3d691be37fb6ef89aaca4776 1,006 0.93/1.00 vMB 18
380,511 380,511 000000000000000000005061c38f84c88c38028987a1c904f8a1075db88d96c2 1,378 0.95/1.00 vMB 21
380,510 380,510 000000000000000007361a4325bb49c6692b658c1acc4116b4b920d810ba3473 2,888 1.00/1.00 vMB 58
380,509 380,509 00000000000000000089b15f50cdf86d5f1cc612873b0a7c8f5bed361b0ba2e2 2,829 0.95/1.00 vMB 54
380,508 380,508 000000000000000010511bab6082dd713b4426671a9e240342b29684b0beef91 605 0.78/1.00 vMB 19
380,507 380,507 000000000000000011cd0b105bfc94e3316c4b7ad294cc24d41e7658f34afe7b 1,999 0.95/1.00 vMB 39
380,506 380,506 0000000000000000008f1834eff8465b888761c1e41121b8f36f9c2ff06a7ad6 94 0.10/1.00 vMB 17
380,505 380,505 00000000000000000f570ebe88985f515eea4e91869b95074994809b559b3205 176 0.11/1.00 vMB 20
380,504 380,504 00000000000000000d30a7ca5398ffce9a03f902f51cb1c93603ea73798ffe7d 254 0.20/1.00 vMB 24
380,503 380,503 00000000000000000d77cb8fa4796d29cc354dadc73f7e8dbfc6dd522ff68de0 280 0.25/1.00 vMB 20
380,502 380,502 00000000000000000fd1a922c872d6d97c6ba5e0abba76b81b37a3a9d54ad7ae 136 0.12/1.00 vMB 16
380,501 380,501 0000000000000000070dd0849284d702e1505bc1135b20237dd5bdfb6f37d4bd 1,628 1.00/1.00 vMB 29
380,500 380,500 0000000000000000063f31505b4429b66613dcf37afb46ba8eece74993c4fb23 1,550 0.96/1.00 vMB 28
380,499 380,499 000000000000000006b7e310aff163caf4c4331dd00930cafd82b6c12bbfcaa2 1,599 0.85/1.00 vMB 34
380,498 380,498 00000000000000000ff8a00b8379ed8fd6ebd4a92268b3c5ab572f789e0a4299 831 0.70/1.00 vMB 21
380,497 380,497 00000000000000000ca75e05d226be1fd3ecb54e278262c0c6661e974e033825 2,661 1.00/1.00 vMB 50
380,496 380,496 00000000000000000c77df0006e1c7e16aba933f1184997c38b25bca89969abe 200 0.25/1.00 vMB 10
380,495 380,495 000000000000000010c98702016b6f3b7ee45683d3d36a6c1ae8b2a870a577c8 645 0.43/1.00 vMB 26
380,494 380,494 000000000000000009a2e2d578542b7e0cab7e419e33f81fb433ea0bc8e7dd14 1,508 0.73/1.00 vMB 33
380,493 380,493 0000000000000000090671e3e8df7bf139f25fbe8c34b82b6a3bf03e73d3d0a1 501 0.44/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.