Loading Tool

Explorer IconExplorer

Memory Pool

80,487 transactions
30.12 vMB
0.13992290 BTC
Random Selection Loading Transactions
Max Size: 181.86/200 MB

Candidate Block

Mining Attempt 711f28cb4234dc325f6d5611ab6d6f97658260cc93c406454be18ae0a5772ff6
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 7d54e9b1d5a320d36d2953012ec58a0e3cb914e8175fc3bd53237be5a0c027ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,892
Size: 1.00 vMB
Total Fees: 0.06869414 BTC
Feerates: 101.64 > 6.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (377,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,137 538,137 00000000000000000027c94f953555c1d6c082cd626b997fbdc09e245951b951 2,053 1.00/1.00 vMB 9
538,136 538,136 0000000000000000000471544b0d0d9c282f8e1ee475fb2825b1fc53c5279ecb 2,250 1.00/1.00 vMB 22
538,135 538,135 0000000000000000001ada3567d0207f7338e57a4187c64eb5b024271f9f4538 1,464 1.00/1.00 vMB 14
538,134 538,134 0000000000000000000b63837e8f186779ecea4b32a8618c95403c260e21a20e 1,593 1.00/1.00 vMB 10
538,133 538,133 0000000000000000000675ea422d3a6732127b7a0771a60560f69da1eee69863 2,393 1.00/1.00 vMB 4
538,132 538,132 00000000000000000020983dd2eceb0cd2ec1ad5f00336e3f0dc268750a230ac 2,866 1.00/1.00 vMB 18
538,131 538,131 0000000000000000000f73db11077a21ab37bf3b84dfe069b063a14128d2d993 2,950 1.00/1.00 vMB 26
538,130 538,130 00000000000000000006dd33e61c9a3aa91fec5394733419b08719dfb1f77226 2,710 0.99/1.00 vMB 22
538,129 538,129 0000000000000000000f1ae8dc75f5bf27237f45a8b0190dffbe1c389b01cc1d 3,165 1.00/1.00 vMB 5
538,128 538,128 00000000000000000000e3ac96da0d5bc1bb8b51b67a0d7e8744987bc0800a8a 2,664 1.00/1.00 vMB 23
538,127 538,127 00000000000000000027be42a135238038a3526f91e7fa322bdb3aaf8bae6494 818 0.49/1.00 vMB 24
538,126 538,126 0000000000000000000a7b2cfbeb6982925b94af40ec06a329efbdfe35e08b38 2,413 0.78/1.00 vMB 17
538,125 538,125 00000000000000000004a7d52293c8aee7fef84c96b0dc90c0cb7793bc031409 2,376 1.00/1.00 vMB 15
538,124 538,124 0000000000000000001278ed96f02e001bf1df74cf181ec31f2ecda59c9bccfc 2,685 1.00/1.00 vMB 35
538,123 538,123 0000000000000000001cd51c9db07fd973783bb5b2f370382f61fbb9e79d34fe 3,020 1.00/1.00 vMB 43
538,122 538,122 0000000000000000000d85f5e1f74096462b58c26eb71dfc1c81858a24215346 2,877 1.00/1.00 vMB 35
538,121 538,121 0000000000000000001cf8f647fec19ca51f657a5064c2d2925f646c970848e3 2,530 1.00/1.00 vMB 6
538,120 538,120 00000000000000000008c8a6fe93862c552fa5b34ce145cef5ced1417b7378e0 2,931 1.00/1.00 vMB 37
538,119 538,119 0000000000000000000ddfb2326780d3369a5605df76faa16ffc5f7d8fc0b331 2,105 1.00/1.00 vMB 12
538,118 538,118 00000000000000000024d92f005163a2a60ef684fb8de3a03c5ecfee5ffbcb7b 2,327 1.00/1.00 vMB 27
538,117 538,117 0000000000000000000ef7919fba9faa431965f9d7d479097f74730224d09bfd 2,658 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.