Loading Tool

Explorer IconExplorer

Memory Pool

41,212 transactions
26.27 vMB
0.06445013 BTC
Random Selection Loading Transactions
Max Size: 136.70/200 MB

Candidate Block

Mining Attempt aece37793a05963113307c9ce20e9a974ee2510d6f3abf89e5ea32d80efaac84
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 8fc35ac2f900630d214800c2060ea5e8e7ee023040dd73087312b735e91d5952
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.01645327 BTC
Feerates: 99.53 > 1.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (56,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
858,588 858,588 0000000000000000000003cfc7c6a6c07dc8d58572a72e3e90dded1d073819f4 6,515 1.00/1.00 vMB 3
858,587 858,587 00000000000000000002277b8fca416516b3242b9e099ca00b756fe3d84fe374 6,448 1.00/1.00 vMB 3
858,586 858,586 0000000000000000000317cd28bd8532cf5d89b0c8aed83f4f8d0f51d88c2956 3,607 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.46 GB
    • Received: 13.89 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.