Loading Tool

Explorer IconExplorer

Memory Pool

79,862 transactions
29.71 vMB
0.09059294 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt ea70037d647f783e5bd38b15af2fbd7811517433a0012c6fc489724d202554a3
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 62565bf630f3cd4960e79613b37061060ea8a103bffaa4a81bfe123c2f1f70e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.02662290 BTC
Feerates: 100.11 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (305,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,858 609,858 000000000000000000044bcdf029d33a074a07adfcb9b13a16eedb59c9e6af15 2,280 0.66/1.00 vMB 13
609,857 609,857 0000000000000000000ea901f8134bd50baf80ea783d6773ecccc8a1c35d9b3b 2,074 0.63/1.00 vMB 13
609,856 609,856 0000000000000000000d86a84749350e9c1f3009178b499fb0a2d7a3da401049 1,674 0.56/1.00 vMB 13
609,855 609,855 0000000000000000000e035b36f0751166c042c90c6b3076b7dfae602b210485 711 0.21/1.00 vMB 20
609,854 609,854 00000000000000000010af0585ea6fd88b815c3644e60b15ca57b07af2a8264e 62 0.01/1.00 vMB 12
609,853 609,853 0000000000000000000bf61af52a2a7879e9f825a220041dd3a10c3c9106f60e 1,801 0.53/1.00 vMB 12
609,852 609,852 0000000000000000000917bdde5a435f9fce964a4df22f9b62e9d4a424e63019 2,641 0.85/1.00 vMB 13
609,851 609,851 000000000000000000025c7815f0866e5d3d74667c0c8ae49223b163c040cac3 409 0.11/1.00 vMB 16
609,850 609,850 000000000000000000064ba051bac0a478fdcc7631ac67297e56c054cbbc91b1 977 0.35/1.00 vMB 11
609,849 609,849 0000000000000000000dcdf13be7822290c87dbdfbc4b7b834a270ae00e5fbca 2,048 0.82/1.00 vMB 15
609,848 609,848 0000000000000000000e83cdfa4bc3e26db3fce9afeb770ccb6bdb3e85ff3857 769 0.25/1.00 vMB 8
609,847 609,847 0000000000000000001277668f22bae1c106c9a85cb041cfe38dc091bbd3b536 2,754 1.00/1.00 vMB 3
609,846 609,846 0000000000000000000f445901cfabc8e6d682d865100ce0f2713d3b789c05cd 2,876 1.00/1.00 vMB 24
609,845 609,845 00000000000000000014bfcafc4f685c11d62ce966f6b69b869a3ba2d1e68068 3,044 1.00/1.00 vMB 18
609,844 609,844 0000000000000000000e5c814f6b0cbe57cb11d50da826e880f9b33eb5c4d0bc 2,856 0.99/1.00 vMB 16
609,843 609,843 0000000000000000001112ca830c20201bd47762227047308fad90cdaf607bbf 618 0.17/1.00 vMB 13
609,842 609,842 000000000000000000053f29c5adab5443d5d1d48fbebf9a58d072101b16b838 3,003 0.97/1.00 vMB 13
609,841 609,841 0000000000000000000d0554453bf2a603938189366869d2792fcf30db27ab3e 337 0.67/1.00 vMB 3
609,840 609,840 00000000000000000011395ccc3981ca84af0b61b1f667e01f767bb4c63974fa 2,852 1.00/1.00 vMB 11
609,839 609,839 000000000000000000149a8710019b99d5dc2d07e24c7f09d7a324a5b9c7371b 373 0.20/1.00 vMB 5
609,838 609,838 000000000000000000059a82180847008c743b0a1139d45d9a6fd32e76c238c3 1,531 0.55/1.00 vMB 15
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: 10
  • 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.