Loading Tool

Explorer IconExplorer

Memory Pool

39,975 transactions
28.39 vMB
0.06225300 BTC
Random Selection Loading Transactions
Max Size: 145.00/200 MB

Candidate Block

Mining Attempt 20edbc692519980b35e8290085ee507cd1fd80db0bdd5d1490b3e21271762c7b
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 9ba1010f18d462730974a183273991cfcb154b81e599c684964fb5f238a9564c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,148
Size: 1.00 vMB
Total Fees: 0.00761871 BTC
Feerates: 60.12 > 0.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (82,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,788 831,788 0000000000000000000108822385bf50a7a7b2d5949a55fa3a10746faffdafb6 3,588 1.00/1.00 vMB 26
831,787 831,787 000000000000000000035b1fb24a269ff1a96182de852ff996d9d344babb59d1 3,129 1.00/1.00 vMB 22
831,786 831,786 000000000000000000022e8611da7763ed647c4fe9a09be20805d21314dac6b4 2,928 1.00/1.00 vMB 31
831,785 831,785 000000000000000000008f1f4c8440ff5ccf60f1af2a223ec8f21bd38d493b47 3,343 1.00/1.00 vMB 19
831,784 831,784 000000000000000000035a5ffa25f5fe00e3b469e2b075fb39a5517f8ee640e0 3,525 1.00/1.00 vMB 19
831,783 831,783 0000000000000000000237a87e0c8652e9bd16ca8a8bf9e7446346638815afbf 3,461 1.00/1.00 vMB 19
831,782 831,782 00000000000000000002d7d5f1de396124a2406f369bd35ff0d6607b2603b723 3,637 1.00/1.00 vMB 17
831,781 831,781 00000000000000000000367ec66553ed9baadd89cb4b09938bc98731c79eb8aa 3,759 1.00/1.00 vMB 26
831,780 831,780 000000000000000000002378f8eee7c9f849433bc2f75dd709e996315c4037c9 2,717 1.00/1.00 vMB 20
831,779 831,779 0000000000000000000309a8f66c1aa9460320c0a04784f95b10a278a0e6e5c0 3,227 1.00/1.00 vMB 24
831,778 831,778 0000000000000000000320333f5d422998fb866d0d11b1810e6580c700de85f2 2,966 1.00/1.00 vMB 34
831,777 831,777 0000000000000000000049d776a4c26da667207ba21bd140b62d9f51187f24be 2,842 1.00/1.00 vMB 18
831,776 831,776 00000000000000000001603c9c2091df936cd66f46d5d192c125fd4802c8a3b4 3,331 1.00/1.00 vMB 17
831,775 831,775 000000000000000000005de935c42ad20f5c958e0140af231257d40e4023a414 3,124 1.00/1.00 vMB 24
831,774 831,774 00000000000000000000652127848286fa9e5551df7bc5185c8ae0bc93c55172 2,913 1.00/1.00 vMB 26
831,773 831,773 00000000000000000002c087c2fb173c935027c4046cea6f82dffe5522fcd266 612 1.00/1.00 vMB 10
831,772 831,772 00000000000000000000203f6a2824eb5ae09f7d0fdefb0e8feddbb57ba4ed7e 1,132 1.00/1.00 vMB 11
831,771 831,771 000000000000000000004129414a2459223f4672289b1db78da9fe3a8b2ed451 2,132 1.00/1.00 vMB 14
831,770 831,770 00000000000000000002c0ecb91f64c77cd68c9257082b42056c91d6b3a78121 1,076 1.00/1.00 vMB 11
831,769 831,769 00000000000000000000e19b7294fa7c2ddc3041f370922dab49e78c0bd692f4 2,875 1.00/1.00 vMB 12
831,768 831,768 000000000000000000012d4a8c58d9cfcb6196a94edd69de6e0e6e4e9cfc8720 3,362 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.87 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.