Loading Tool

Explorer IconExplorer

Memory Pool

79,424 transactions
29.21 vMB
0.07447067 BTC
Random Selection Loading Transactions
Max Size: 177.51/200 MB

Candidate Block

Mining Attempt 8d6ae76e0f0cd92f8f3eaedde212c70670547cafc0317af84f733d69de38f0b3
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec970885db92ec896ebd86b097443778bdd02a0f00d3808dac220c7f3a6288a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,303
Size: 1.00 vMB
Total Fees: 0.01313552 BTC
Feerates: 74.86 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (503,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,760 411,760 0000000000000000051db62f4c315725603beb3f6c1d7918355a55fa9aad5d1a 955 0.49/1.00 vMB 45
411,759 411,759 00000000000000000581a79df50d2d86e88889a57cf822762dab58f782cdca12 2,065 1.00/1.00 vMB 51
411,758 411,758 000000000000000004c5cdccd68ea91970f96e10384cb713b0ae3e11c9bfe559 1,835 1.00/1.00 vMB 49
411,757 411,757 00000000000000000488c1f92186b5527c396419eb0a99f0f5f3c5f07f65b01e 1,496 1.00/1.00 vMB 31
411,756 411,756 0000000000000000016373c54c089a389bad3a890fa414c2b4d388b1a4193462 1,090 1.00/1.00 vMB 25
411,755 411,755 000000000000000003eb4c2b8fa2fccee17271dcf7a725e1dda3dd89d59a50ac 1,729 1.00/1.00 vMB 42
411,754 411,754 000000000000000000a053c5c7d579437b34dadb925d37d83f7e2a237d70d4c0 1,838 1.00/1.00 vMB 36
411,753 411,753 0000000000000000029568e5c271545fda10b548e04804a8dc2b2a2dc9b0ef0f 1,957 1.00/1.00 vMB 43
411,752 411,752 0000000000000000002746b883f05c59d6739cac51947b45ec537925ff86ac5e 2,352 1.00/1.00 vMB 52
411,751 411,751 00000000000000000072dc6cfca3f7ca1f16abf4dc0255e62086fce2c81bbf96 2,386 0.93/1.00 vMB 75
411,750 411,750 0000000000000000031b2b78c96f8159b930316f0b132e3dffa0bfece8e40f99 1,960 1.00/1.00 vMB 43
411,749 411,749 000000000000000004c97b8cd14fc93f1e391fe92a29ea9ead735d0d2bcc7ab6 1,105 1.00/1.00 vMB 30
411,748 411,748 000000000000000000a888a289c4a68a619e9dc61b8e32662568cbd991d9ad08 2,257 0.99/1.00 vMB 62
411,747 411,747 000000000000000004e3d7d011ae0386873e8605579dc28738d8531c05dface5 1,324 0.99/1.00 vMB 52
411,746 411,746 000000000000000000c70302c52020af9162fb270160fed300d8dcea9e179a81 1,710 1.00/1.00 vMB 45
411,745 411,745 000000000000000005709c50b52f5458ca8d356bc8bbbf74d078128e11b89347 1,916 0.99/1.00 vMB 43
411,744 411,744 0000000000000000006a0d59f3de2fa8d345ee2f0d22c041d11f5d55e3244116 1,316 1.00/1.00 vMB 48
411,743 411,743 000000000000000004dfdef8766b02d58909e0b8e796e779c39a78b68a6ddf8e 3,332 1.00/1.00 vMB 47
411,742 411,742 00000000000000000299b047875104f857b3747303388ca3bd2218196863e822 2,822 1.00/1.00 vMB 110
411,741 411,741 0000000000000000042300297efba1a2f5459302f4db3dc60cb5c0a9f8c0c93a 856 0.99/1.00 vMB 19
411,740 411,740 000000000000000003eb43a2294e9161eae34bdc71bdd0d74cf8f5dc2759547a 638 0.31/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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