Loading Tool

Explorer IconExplorer

Memory Pool

80,009 transactions
29.20 vMB
0.06840405 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt 7bc35da9e77bb360826e1c6b5f393802b668645b18aed8b4efb1642f53c19c96
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root f9be340b7d7e8952a5d3536507ee436f887e81c0aba32321b277b9ccd14da608
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,891
Size: 1.00 vMB
Total Fees: 0.00720985 BTC
Feerates: 201.05 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (356,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,098 558,098 0000000000000000000b40ed691b85df55cc18c5ab0fe2bbf06ec16283d8218d 2,401 1.00/1.00 vMB 24
558,097 558,097 00000000000000000017c5efcd416551267a21fc1a497218f37f1eb18c5e426b 2,395 1.00/1.00 vMB 25
558,096 558,096 00000000000000000021f82472422161e9aee0195e869cfac5c4c8b96a72f4f4 2,745 1.00/1.00 vMB 22
558,095 558,095 000000000000000000186b6f81c22591db0a539eec926104d9997a043bbab4ad 2,062 1.00/1.00 vMB 11
558,094 558,094 0000000000000000001d830a48e9530f51042162ee6d154b4c9470c1ab1e12ca 2,845 1.00/1.00 vMB 17
558,093 558,093 0000000000000000001f47127da7446cb088ac4356ddf5faae7f0e9ef5a4ea3c 2,064 1.00/1.00 vMB 13
558,092 558,092 000000000000000000123a159f9447ba53620abf0a3dc791c86362ddd5333012 3,062 1.00/1.00 vMB 39
558,091 558,091 0000000000000000000822c44e20f89ae7a345fca1e0b3aa9804970bfa5dfab8 3,137 1.00/1.00 vMB 33
558,090 558,090 000000000000000000075a031c5d63e654bd3b366b13c843c065a8ae29edd0a7 2,383 1.00/1.00 vMB 19
558,089 558,089 0000000000000000000ed1fb752e02e7daa9dfca2aef30c00fb3c5865c14c6d4 3,451 1.00/1.00 vMB 39
558,088 558,088 00000000000000000003ca130c195e52e813ab9a37b96a2313ee91a4b6c94991 2,558 1.00/1.00 vMB 29
558,087 558,087 0000000000000000000b8845c42256280d2b538c6473c94a6efbfaab69fa90ee 2,289 1.00/1.00 vMB 37
558,086 558,086 00000000000000000028f2b4b1ce7f7d771981e4bde7459cd362d6f373f4c346 2,646 1.00/1.00 vMB 67
558,085 558,085 0000000000000000002a497dd91189422c6eeb166ce9f62c6b732fbd5e4d5a89 2,714 1.00/1.00 vMB 20
558,084 558,084 00000000000000000007408eed685d00a50c912cf680685c1b9c05ea1d1162e0 2,268 1.00/1.00 vMB 30
558,083 558,083 00000000000000000020f773d87c3e8adabf17009fd052bfc1b8b021e43f46ad 1,515 1.00/1.00 vMB 43
558,082 558,082 000000000000000000077ca0f7554092ef0c1bbe1b45e5a085a4b976ee473821 1,403 1.00/1.00 vMB 60
558,081 558,081 000000000000000000054c566eb19dcf65c2fd00ba7e22391eb0affab04f306f 765 1.00/1.00 vMB 71
558,080 558,080 0000000000000000001316c61892f2b038f19ddf711504580340c49315c892a2 2,861 1.00/1.00 vMB 17
558,079 558,079 00000000000000000022d517bb20a748debd2bcd9ce65745fa2b84e19f55ea7f 2,698 1.00/1.00 vMB 17
558,078 558,078 000000000000000000111dcd34292a7ed8c76c65f098a0cbcdc5070c5eceecf2 2,427 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.