Loading Tool

Explorer IconExplorer

Memory Pool

77,096 transactions
28.67 vMB
0.09401916 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 9ad52eff508a4e0301bb96eaf3fb5bcde43434ec137b90e9115acafe65d006b9
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root e261c0e1518cb65e3e4f84620519305f6321b80254935398c3f305de7f8ed05d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.03454021 BTC
Feerates: 101.64 > 3.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (391,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,687 523,687 000000000000000000016159022cd2ad6f0657a8423274366816abe03931dad9 1,899 1.00/1.00 vMB 49
523,686 523,686 00000000000000000041e49d90aca33cc0c31a797e8b1f901f93255161f50d5e 1,356 1.00/1.00 vMB 49
523,685 523,685 000000000000000000078abae666ee46cfce043e5e09117e8b80c634b5b9dc77 936 1.00/1.00 vMB 90
523,684 523,684 00000000000000000023de75b5a591275c6177f4f63fda3e8c67dc0903907bbc 2,473 1.00/1.00 vMB 38
523,683 523,683 000000000000000000202a76cce0925e73bdca28805f56a02eb6402a351b271f 2,230 1.00/1.00 vMB 27
523,682 523,682 0000000000000000000640ff57a143771411bcdde4e54311d7e7ebb1f9fb3267 2,410 1.00/1.00 vMB 47
523,681 523,681 00000000000000000035d1ee9b517c3d9b924c0245e377f3f7433440c2d86b54 2,279 1.00/1.00 vMB 13
523,680 523,680 000000000000000000036deedd7b8e71f448183d7e0d33b1123da7b16b19a540 1,913 1.00/1.00 vMB 48
523,679 523,679 0000000000000000001d6e655f3ceec3ffe3dcb2506b81d418c93c2efaa83a9f 1,615 1.00/1.00 vMB 28
523,678 523,678 00000000000000000023e1e2024d922adb5e9e6e371bb16f3db0db89bca5e963 2,343 1.00/1.00 vMB 24
523,677 523,677 0000000000000000000ec08bd2b21e4a244da7c08716a1e200c59a0b53a5be56 2,073 1.00/1.00 vMB 47
523,676 523,676 00000000000000000006aa361fbc6146bf1bb447ec5fe10fd1e975f5a2ed4e0e 572 0.38/1.00 vMB 46
523,675 523,675 00000000000000000011bd8049b8fc6a3c1c3c2a123ac978155ff57e36ad5ae3 1,338 0.66/1.00 vMB 14
523,674 523,674 000000000000000000390f807edf43b79097bbf8f7cb9c80737272f98308ba85 1,628 0.71/1.00 vMB 48
523,673 523,673 0000000000000000002fae24ddd9e188d380de37045c2dbaed54dd84b8b9aab2 1,593 1.00/1.00 vMB 37
523,672 523,672 00000000000000000018a62a7caee3e49f9177c68d16c7b22d896d0343d22d3e 1,446 0.75/1.00 vMB 23
523,671 523,671 00000000000000000042b9d62cd642f12546ba996245f7cf625ee732bbf0d5d0 1,818 1.00/1.00 vMB 33
523,670 523,670 00000000000000000008106868937a8e23df54a99149f4fc79d9b4a61f02b2c8 2,291 1.00/1.00 vMB 40
523,669 523,669 0000000000000000000bb378d63c30bae80334eaa307842e8aabd67c8c87aece 176 0.05/1.00 vMB 27
523,668 523,668 0000000000000000001c9d8503aaa0835e057dec52d41f8424efb97cd0917d2b 491 0.27/1.00 vMB 58
523,667 523,667 00000000000000000042a56f5a7ac3f27de81422e63e826b83748d743f5e4913 14 0.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.