Loading Tool

Explorer IconExplorer

Memory Pool

50,890 transactions
28.73 vMB
0.07266544 BTC
Random Selection Loading Transactions
Max Size: 154.54/200 MB

Candidate Block

Mining Attempt 0dff2f0e9908759ed283eb1ec0deee0f3b67238a796c150b2ad9c450697c9429
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 79d37b6327e76a6d9657d68a29dc19fbe5e8e1c8264352baa64232444ae6b8a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.01704947 BTC
Feerates: 122.12 > 1.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (312,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,517 602,517 0000000000000000000fad29b5d3363bc0e36a515dcb0be641b94d24d6cbe24e 2,418 1.00/1.00 vMB 14
602,516 602,516 00000000000000000013e9bb4f58ebe6f049e4d4e90b142dd60e5206cfcdd3b2 3,134 1.00/1.00 vMB 12
602,515 602,515 00000000000000000007ec907231f20a779f1ae9a17f890e97eb1cacc715e18a 3,106 1.00/1.00 vMB 40
602,514 602,514 0000000000000000000d10eb1812d59245936f8b6f7a5c455bb222b260247770 3,165 1.00/1.00 vMB 10
602,513 602,513 0000000000000000000f581878ebf4a2a97771707099e0a016c70698d2dfc8b9 2,705 1.00/1.00 vMB 31
602,512 602,512 0000000000000000000593741a79970e85a14f2166051297e93439401d9a93f4 3,061 1.00/1.00 vMB 38
602,511 602,511 0000000000000000000d1faaf3c5af3e04985b1c48f1ce7cc346c7feaece7207 2,694 1.00/1.00 vMB 42
602,510 602,510 0000000000000000000e9bdf23618f9949784946903ab5c05950706cc9627cae 3,242 1.00/1.00 vMB 38
602,509 602,509 00000000000000000009edb9fef66f6d6c900fadcd127295842b1310de347d97 2,076 1.00/1.00 vMB 68
602,508 602,508 0000000000000000000fbaad9c489b359e8c2842bbf64e69c3274e862a24e891 1,937 0.79/1.00 vMB 4
602,507 602,507 00000000000000000002332c678e2defea3b85ef1d2647acb5de5be2405634d6 2,776 1.00/1.00 vMB 15
602,506 602,506 00000000000000000001211f688ecf13fc54cac1f4b9fa7671f5abd423edd52e 2,317 1.00/1.00 vMB 19
602,505 602,505 0000000000000000000c4290c47ece02038bcb5293e407aa45541d1f5e215dc4 2,359 1.00/1.00 vMB 57
602,504 602,504 000000000000000000105d7ce3dce0f2851595bed56f2e517fa5f248275b3f06 2,356 1.00/1.00 vMB 36
602,503 602,503 000000000000000000020bad711522a122ad1e8f462b4f1d64768bc8ca56bbff 1,084 0.41/1.00 vMB 24
602,502 602,502 0000000000000000000f189bf9a7d2d118e3dfd503f123452daa6ce6b5fdac8b 1,695 0.68/1.00 vMB 20
602,501 602,501 00000000000000000006f208c25b2ec2297c2f43cee9d4472b44cb65abb3500b 2,278 1.00/1.00 vMB 10
602,500 602,500 0000000000000000000e847c57e363c648835b4874021e5d867643a40fbdeaaa 2,925 1.00/1.00 vMB 28
602,499 602,499 0000000000000000000bfa65b3047fd3232f1aaaa5b89e611ff9ed4eed42de5f 3,436 1.00/1.00 vMB 29
602,498 602,498 0000000000000000000d637fdb572dcb2cb60e58558899d58cb9123106be45ef 2,486 1.00/1.00 vMB 7
602,497 602,497 000000000000000000044b340af9fb17847c253261dc55e05fe0ca86171911fc 2,343 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.83 GB
    • Received: 13.22 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.