Loading Tool

Explorer IconExplorer

Memory Pool

80,315 transactions
29.88 vMB
0.09103244 BTC
Random Selection Loading Transactions
Max Size: 182.40/200 MB

Candidate Block

Mining Attempt 3e259bddbf5a2f73a8933ee9abed075710327642b9f15b0dd3433192ace36120
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (661,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,566 253,566 00000000000000425bd3c0729567a8d805b0d1d3fed2090e8b39aa6d36d71e26 175 0.07/1.00 vMB 158
253,565 253,565 000000000000000f4ad167f086f9ac6afac0d63355c7fcce28e2b4fc32164d43 1 0.00/1.00 vMB 0
253,564 253,564 000000000000001f6fee6b7d2d48bb532bcf90afa01f2824180493bfb329f427 266 0.12/1.00 vMB 76
253,563 253,563 00000000000000316bdbf82d98edcc0578f6dc7e64649d98ebdbf9619a5bad97 152 0.08/1.00 vMB 60
253,562 253,562 0000000000000033d88fe2e41ed432d28395e7793d416469928c2c4e9d117cc6 572 0.22/1.00 vMB 125
253,561 253,561 0000000000000050006d7baec73418e7411c6f95b6a53e47ffd7508d37ddf457 1,027 0.38/1.00 vMB 110
253,560 253,560 00000000000000295bdf524874100d148bd25473d4dcbf7abafdd21aae83d2f2 575 0.23/1.00 vMB 101
253,559 253,559 0000000000000041cf7098b120568a20e4c3803d1a47ae84b0a610fdb8c9f161 483 0.19/1.00 vMB 91
253,558 253,558 000000000000000df1c80c375bf7ac3ba51ca465f350ae68166389760706499a 315 0.12/1.00 vMB 120
253,557 253,557 0000000000000000bda228f93ab5281e6f884cdb127874b04f205a1a2d1e9759 342 0.22/1.00 vMB 60
253,556 253,556 0000000000000052de1b15a5f3b64a13fa98689c2ca25c74f974182c4da0572c 839 0.25/1.00 vMB 66
253,555 253,555 00000000000000530df6d36aca0bd15d14b6cc5f609c7d97cb52def3267b5ccc 554 0.25/1.00 vMB 117
253,554 253,554 0000000000000000f9d008dee10952805bf629bfc360aa8304ed7d878b7ec227 722 0.25/1.00 vMB 173
253,553 253,553 000000000000001af3c833178f86ec9569593fdbf464be38f1646d3deec8b814 85 0.03/1.00 vMB 86
253,552 253,552 000000000000002d06e7824e9da0e267b830b6cd294ab7be5265ca9a5abd12a9 81 0.03/1.00 vMB 82
253,551 253,551 000000000000003b70bf5321bfa48fa8a8ba5eb1c70c22d10f4e8f4cb01995ff 468 0.18/1.00 vMB 110
253,550 253,550 000000000000000e5b4eebfb6f5ce0b0e0d07fcf9290a82eebd74e708c7bf408 360 0.16/1.00 vMB 99
253,549 253,549 0000000000000047ac6230d5049ecb14c10a1c05b74eae61c99c01e71edc4787 121 0.06/1.00 vMB 77
253,548 253,548 0000000000000010678fadc6cc7fbc09b156d0d3c3acbb6257016dc6f5ec0c47 128 0.08/1.00 vMB 66
253,547 253,547 0000000000000028d03e2617813107be17d8254a7a1cca97d976b86ffea59481 1,039 0.41/1.00 vMB 98
253,546 253,546 0000000000000010c39e216605995b09e2c3efdae982561323610c8215be2b22 806 0.32/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.