Loading Tool

Explorer IconExplorer

Memory Pool

79,299 transactions
29.49 vMB
0.08339697 BTC
Random Selection Loading Transactions
Max Size: 178.31/200 MB

Candidate Block

Mining Attempt 5dbe63d5ae18ec78b6526ba00b8592341db9f567f74d6acc950cd7b8b8e8b07a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 716c9cbf4d0c21cec12f061d4b59ce533a75d7a3281f7539c54498dd9b9f1c01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.02129188 BTC
Feerates: 100.11 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (373,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,403 541,403 000000000000000000279b3455fd60712d3bb3829fcac1d692ec6d0b298db780 2,538 1.00/1.00 vMB 24
541,402 541,402 00000000000000000023cb73b5a04bc5e135d91a60f768dd1a6433433f388cc9 2,914 1.00/1.00 vMB 17
541,401 541,401 0000000000000000001abe7502646dd13668068979cc46f0e6d74774388e7cf5 2,401 1.00/1.00 vMB 56
541,400 541,400 000000000000000000102bcad492f18c0cf42de17017138d303d2d24b4116ff4 1,951 1.00/1.00 vMB 12
541,399 541,399 00000000000000000027893a38c3b2a264d131c91d72bf8982d1422929da76c3 2,077 1.00/1.00 vMB 19
541,398 541,398 000000000000000000168f72be73e69f165a4705314d5e1c9614685413449b07 2,318 1.00/1.00 vMB 57
541,397 541,397 000000000000000000245701d6392606a0a5e306f6000dc406727f5dd39d3a80 1,472 1.00/1.00 vMB 34
541,396 541,396 0000000000000000000fe4ebd6ec4c5b8941fd4b0892363ff81ecc13aec8b144 2,042 1.00/1.00 vMB 18
541,395 541,395 0000000000000000000e6bab0abb70bc58c3cce9477134a02bb25cd564457714 1,838 1.00/1.00 vMB 67
541,394 541,394 000000000000000000064b93cea25cadf6b228b3ec59cdae0027c8287f89f479 2,295 1.00/1.00 vMB 20
541,393 541,393 000000000000000000016d3f434c4307995fdadc7d1b9ce196da9c4b33c39369 196 1.00/1.00 vMB 3
541,392 541,392 000000000000000000230c9f5e02154968375d93c79ae0ccb517ccc5f818ba33 2,247 0.99/1.00 vMB 9
541,391 541,391 00000000000000000005f5ae9b3b204172464d3bb9cc6343fd891cedf8ed5521 2,595 1.00/1.00 vMB 28
541,390 541,390 000000000000000000173d55ee222ff496216abb72480d8a82501c06ac6d77d0 1,760 1.00/1.00 vMB 13
541,389 541,389 00000000000000000018f66f06795ce3fabb98289e89bd75666acb6629997b05 1,003 1.00/1.00 vMB 42
541,388 541,388 00000000000000000010a0535c1309061341f27baf00036a111190788e4a908f 559 1.00/1.00 vMB 50
541,387 541,387 00000000000000000010529c04ec0b3cc5dadc3aeb3ed1d02a9541c284c93cbd 1,832 1.00/1.00 vMB 24
541,386 541,386 0000000000000000001b3dc337dcf5400e6f775c460528e9009c5356b0796bfe 2,538 1.00/1.00 vMB 35
541,385 541,385 0000000000000000002394d142cf394d219d9c2d275f1fb17d7ea8eba04e5e5f 859 1.00/1.00 vMB 11
541,384 541,384 0000000000000000000c4e2932b9ef88975d890f6fc3d0fbf8089cef325af2e8 458 1.00/1.00 vMB 5
541,383 541,383 00000000000000000022477cb0d1dd0e5b0011b99418aa6fb449a1769819dca0 1,646 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.