Loading Tool

Explorer IconExplorer

Memory Pool

46,665 transactions
22.78 vMB
0.09902340 BTC
Random Selection Loading Transactions
Max Size: 127.27/200 MB

Candidate Block

Mining Attempt 11df8c8d3a680a458295b90253ed68f8427639e5a8b259c6b243d102cce217af
Version 20000000
Previous Block 0000000000000000000034ced83c19904b99939bcb0ad7b52478b57c75ef4a37
Merkle Root 79ecc9d519d03dcf6cbf3c66eab3ca64cb13af17ab23c77f6f2bf6df0ed80089
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.03240687 BTC
Feerates: 480.77 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,097 (564,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,662 349,662 000000000000000004246a713e5a44a9695986a125df47c22f34b4e5d8ec651e 1,543 0.90/1.00 vMB 25
349,661 349,661 0000000000000000148b7ca901f5240b539081a7193ac68e9646231856b1ec86 2,308 0.75/1.00 vMB 45
349,660 349,660 00000000000000001525c61e14f1dd8ff6722e83cbfd0a22e4ecc2c02495bbeb 510 0.29/1.00 vMB 22
349,659 349,659 000000000000000011993f95df5b1b38eb6c65c4ddc42d50e7426b9ede7b9b5a 119 0.05/1.00 vMB 28
349,658 349,658 000000000000000012c5dd57147085961473d9e6b886f4b0e9e138cfdeb1ceb9 1,558 0.75/1.00 vMB 32
349,657 349,657 00000000000000000e8b8732e4fca39706a628d80bcf14918a095cedfe12a659 112 0.35/1.00 vMB 8
349,656 349,656 00000000000000000d93dbf9914357a34250422d350d8036b0254e5a8e7c7c92 684 1.00/1.00 vMB 14
349,655 349,655 0000000000000000124568069dc54839f725fd5e372eca653c43ca1b1fa7fe88 1 0.00/1.00 vMB 0
349,654 349,654 000000000000000001bc3404aeca8746283dac12296b28f9d596464a0ebf6222 901 0.47/1.00 vMB 23
349,653 349,653 00000000000000000dc1c6f1048038b94945f3c83a01e36fa0d3bc1bb2eb71e5 272 0.12/1.00 vMB 33
349,652 349,652 0000000000000000155ef318f07b41c0dfe0209160fc486d318d67b3083d9193 909 0.43/1.00 vMB 26
349,651 349,651 0000000000000000173cad8d22b7959475c559b3d472b8642aba9e60196ed8e2 634 0.39/1.00 vMB 24
349,650 349,650 0000000000000000024d37647ddd18469748988f88fedbc85645d0d3a577f1c4 388 0.21/1.00 vMB 24
349,649 349,649 000000000000000005e5d00d7279ca40672eeb3b40e05c2937cec9256045ad90 520 0.26/1.00 vMB 24
349,648 349,648 00000000000000001482b4accf5845bead9e3b8470e9e674b99ad3a4b0de6299 32 0.01/1.00 vMB 48
349,647 349,647 00000000000000000e3041e411f90fe57408640bd19df91b0e4bb17c9d5d8217 670 0.40/1.00 vMB 21
349,646 349,646 00000000000000000778c24d2de5c5e720e9135f13aeae18c162c5c64b2f492b 1 0.00/1.00 vMB 0
349,645 349,645 000000000000000007186016f4b4b20aa00d03793156475a2fefd7a288377d3a 894 1.00/1.00 vMB 17
349,644 349,644 0000000000000000008b1153042901d103fd25439f50249a3ef41d9a0463febf 482 0.27/1.00 vMB 25
349,643 349,643 00000000000000001383c1da6c16911bdec3e358b3f0c196ec0ee51a9a56f72d 1,040 0.54/1.00 vMB 26
349,642 349,642 000000000000000000f6a0b3a86db9d2b65a620f2d3aaad485f7b7154a56ef88 353 0.17/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 780.77 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: 559.13 GB
    • Received: 7.14 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.