Loading Tool

Explorer IconExplorer

Memory Pool

83,119 transactions
30.88 vMB
0.08087425 BTC
Random Selection Loading Transactions
Max Size: 189.43/200 MB

Candidate Block

Mining Attempt 56de8aad04c2e55970ea9ea08fa35076fb138d5120797965827e49fdbe1c2ebe
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 23ba2fb4cd712aaf9ef5d4600d071214c482da6a1a4de054f5255511fe6b1960
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,927
Size: 1.00 vMB
Total Fees: 0.01126470 BTC
Feerates: 146.36 > 1.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (577,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
337,404 337,404 000000000000000001ce374c004ec28f295cce65a5a9e171201673c3bc2bc9f3 269 0.17/1.00 vMB 17
337,403 337,403 000000000000000000ff8d6e3229593802d2286ce34477ee4f06061ebf005c9d 621 0.34/1.00 vMB 55
337,402 337,402 000000000000000001771783e231b71d6358b2f02b4a40548e42fa5e27f1004d 902 0.66/1.00 vMB 22
337,401 337,401 00000000000000000efc416deea7667aaf22484c509d17fc998e5e866f36f17a 290 0.17/1.00 vMB 53
337,400 337,400 000000000000000010b26e558a9cd1efd14d4093ddb18437ca0ced7a864b951a 146 0.11/1.00 vMB 20
337,399 337,399 00000000000000000136f72ca0dbe900d75369c647951505cfc3eca3f5ec88f8 98 0.05/1.00 vMB 26
337,398 337,398 00000000000000000249914d3ccf147de0dd5402a9c040da3106f965d02cfaf8 151 0.09/1.00 vMB 20
337,397 337,397 0000000000000000194ff277528dd13fb132523715c9e4f45ec4204351f2e70d 97 0.04/1.00 vMB 276
337,396 337,396 00000000000000000e3825ed2abbc4a982f5226a1eff5a4bdc542ef6697774b5 172 0.10/1.00 vMB 24
337,395 337,395 00000000000000000160374033d6080b7345f194629bdaccfcbde61db39453bb 108 0.04/1.00 vMB 32
337,394 337,394 0000000000000000120717dc16e9062e70c5456794b78f4e07ea081807491455 288 0.14/1.00 vMB 24
337,393 337,393 000000000000000019b8f7caf0f5a99b93c6805fe5b7c66b66852e273372f884 132 0.07/1.00 vMB 23
337,392 337,392 000000000000000009d9859342a636f189c492a3a2bb508ff5b77e4651bb2476 184 0.10/1.00 vMB 21
337,391 337,391 000000000000000000d849be937b7d1a220311eaa780dd9733d5dd6c3eaf0702 1,401 0.73/1.00 vMB 52
337,390 337,390 00000000000000000512a3504b32714276461f774f46273dcbec08a837609382 36 0.02/1.00 vMB 789
337,389 337,389 00000000000000001822fc4fac4183d9ca9be0394086cd605e0fa63a0770c247 48 0.03/1.00 vMB 21
337,388 337,388 00000000000000001ac4a45973e65d0700c5cb775a081ed12e9880b0e2b13e7b 70 0.10/1.00 vMB 10
337,387 337,387 000000000000000009f5cc10c129cb59f4a9a8cc0c07aae33a587b163258dcd6 136 0.10/1.00 vMB 20
337,386 337,386 0000000000000000059837b0addf24c726b9580e5a87391362225463e534672d 124 0.07/1.00 vMB 23
337,385 337,385 00000000000000000fe55e4c6a2e2d7886a18001d66d32d0a42685cbd5c5bdca 875 0.53/1.00 vMB 25
337,384 337,384 0000000000000000037529a419537804e01c4873515727bdd60515be50a0e706 227 0.08/1.00 vMB 348
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.