Loading Tool

Explorer IconExplorer

Memory Pool

51,022 transactions
29.12 vMB
0.07505838 BTC
Random Selection Loading Transactions
Max Size: 157.40/200 MB

Candidate Block

Mining Attempt 700abf3bc04a550235217c7dbe605f1fa9cf7266d1d36b5966ec755a09b92acd
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 6f100c66a8bd408dad16cf28040bcd1f2307d19faf3c02036571d8fe4bc673ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01916177 BTC
Feerates: 173.90 > 1.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (56,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,609 858,609 00000000000000000001b08e8fdbd239bb150e65ee5988c941f4a16f158c8162 3,454 1.00/1.00 vMB 9
858,608 858,608 00000000000000000000c6d41939c2256d7823f59a121f887c8f7d3f1630ce1a 2,532 1.00/1.00 vMB 9
858,607 858,607 00000000000000000002190a7da7733a8ee7a1ee7265863bee3517456453be5a 5,790 1.00/1.00 vMB 2
858,606 858,606 00000000000000000002a0281b5291924ae7894c3cf65d53cba24f0962bbcd9b 4,037 1.00/1.00 vMB 6
858,605 858,605 00000000000000000002798c625a1bc372616bf2c58b0286572f57e68b58c333 3,360 1.00/1.00 vMB 4
858,604 858,604 00000000000000000002c3339a16290401731ee7e7092dd3dab00275f2b9bf14 803 1.00/1.00 vMB 4
858,603 858,603 000000000000000000030078f09e4401b5fdbf4060aa6f8d5f0ba2eca066a4eb 3,483 1.00/1.00 vMB 6
858,602 858,602 00000000000000000000af871d7684d990b819f68a697e0d1556c9b1c3837b25 546 1.00/1.00 vMB 3
858,601 858,601 00000000000000000001721699df9a3c07d9864ede084396a9fbcfba918b2263 2,970 1.00/1.00 vMB 6
858,600 858,600 00000000000000000000d53f8ca46e86625f05a074d70f47013914d308342dd1 2,597 1.00/1.00 vMB 4
858,599 858,599 00000000000000000002987481f738b9b9dbbf578bf0b4ea30cbb0b4b7c2924b 2,951 1.00/1.00 vMB 8
858,598 858,598 00000000000000000000f303b52962927c9586a8342d07c0f51ead53e83d1621 2,893 1.00/1.00 vMB 7
858,597 858,597 00000000000000000003117eb16153be6506934f642f73560ef01325c8432651 2,120 1.00/1.00 vMB 12
858,596 858,596 00000000000000000000f3f4356ef4387873b61f267abf6ae6e66d2b52f97b3a 1,624 1.00/1.00 vMB 4
858,595 858,595 00000000000000000001e8b1a9ce93a6ce0046767f2d0c6257e2a96b889958b4 2,562 1.00/1.00 vMB 7
858,594 858,594 00000000000000000002b7bb35c13704baa0aa7bb5d82cc22f1b953ccc6fe059 3,411 1.00/1.00 vMB 7
858,593 858,593 00000000000000000001216af491152f71c3f67fa4dda16e49a6cfa43c762620 3,170 1.00/1.00 vMB 9
858,592 858,592 000000000000000000001b7d47fb8d46027e21273ce727bd89139d3ed92ce190 3,063 1.00/1.00 vMB 11
858,591 858,591 00000000000000000000f45e86249e7a355e0c694878851851c64e860788c720 6,047 1.00/1.00 vMB 4
858,590 858,590 00000000000000000003133d4ce50ec2587eef0487aa5c18c8cb8f34b0dd13d7 6,226 1.00/1.00 vMB 4
858,589 858,589 00000000000000000001b98e423fd9b2d7f35c01b41151311e49ed83338e83c4 5,910 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.