Loading Tool

Explorer IconExplorer

Memory Pool

40,212 transactions
20.51 vMB
0.10819927 BTC
Random Selection Loading Transactions
Max Size: 112.66/200 MB

Candidate Block

Mining Attempt 6a57bd19ee4dae51b70aa2339c0ced4111572eef9230530bef584d55e6587d19
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root 00038f24d05a09cddf066c30a75608adcf66dd2d42b04049a8a8bff6b37efb94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,631
Size: 1.00 vMB
Total Fees: 0.06300767 BTC
Feerates: 477.45 > 6.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (4,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,341 909,341 00000000000000000000e8ec912529d48d39f78539467edba50a2c01c32b5cf2 3,600 1.00/1.00 vMB 3
909,340 909,340 000000000000000000013ef56ef8abd9e3b77be4f1bcbb084db963b54b36c07c 686 0.29/1.00 vMB 2
909,339 909,339 0000000000000000000092d103d3212dd80ee73625d3d8a91357e4b4423534b7 1,096 0.52/1.00 vMB 1
909,338 909,338 000000000000000000003471dd7911c3efa05731d18f8c885a8c8ac75e09f835 2,622 1.00/1.00 vMB 1
909,337 909,337 00000000000000000001031b961f82d3204f8ca6631df2af3554021d5741796b 3,094 0.83/1.00 vMB 1
909,336 909,336 00000000000000000000959cc920b220f094fbf35d24537e07735f15d4bea551 2,059 1.00/1.00 vMB 1
909,335 909,335 00000000000000000000ded2f7ea9646e1fa60f013dfdd2166ec645c227ccc60 2,407 1.00/1.00 vMB 2
909,334 909,334 000000000000000000014cdb58336fb8920d6e05d718be13d6d4a2549d2679a6 3,788 1.00/1.00 vMB 6
909,333 909,333 00000000000000000000996814fac40fa240247484d81c5a637efc77156957da 4,689 1.00/1.00 vMB 0
909,332 909,332 0000000000000000000117aac6f65e35c0ed5481d8203a5b3dbd1e02083e3f1f 4,084 1.00/1.00 vMB 1
909,331 909,331 000000000000000000012a2c715204004e425e89872984dfe80bd825b0260a83 2,602 1.00/1.00 vMB 3
909,330 909,330 0000000000000000000015c367fce3297d66f487e3280b10f8acd1b44e5a6461 3,020 1.00/1.00 vMB 3
909,329 909,329 000000000000000000013c0dbebaa7eafc0426c3093a5643556f0c1410dedaa2 4,317 1.00/1.00 vMB 0
909,328 909,328 00000000000000000000a4a2c83adc6a1e681a6d93e059d532571e6d0185c70a 3,905 1.00/1.00 vMB 1
909,327 909,327 0000000000000000000114ad90eeea07d5f27e6bf29a9436336e03e13a9d6621 3,681 1.00/1.00 vMB 2
909,326 909,326 0000000000000000000011961f67f565ca606c956b59a644e5f56c7d9d87cccd 4,364 1.00/1.00 vMB 1
909,325 909,325 00000000000000000001c283da458b86d066a5dd1d7d647e524f510888e9c5fb 2,975 1.00/1.00 vMB 3
909,324 909,324 000000000000000000013f52ca7025a593abdab58cf6480ef2d8b0b07e45d669 1,050 0.46/1.00 vMB 2
909,323 909,323 00000000000000000000e0d72ea7f3225a1a886e1150833e4b365fdb75e74f6e 3,978 1.00/1.00 vMB 1
909,322 909,322 00000000000000000000165384d1c07b75c4bfb3b490f4375df20bd24355ba79 3,124 1.00/1.00 vMB 1
909,321 909,321 000000000000000000003e610b3063f99f527f9cab63bb04b3417197f0c5c9f0 3,015 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.47 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: 528.39 GB
    • Received: 5.60 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.