Loading Tool

Explorer IconExplorer

Memory Pool

76,225 transactions
29.17 vMB
0.10507845 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt d5923a740744b13f165321233b28efba103f60e58d5c19d3334e716ee3e49f92
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 39a0c714845aae3c0923ce12eb4023a4f0d1d0c06dd64b9266c2f7ddabe31036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04189869 BTC
Feerates: 201.37 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (354,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,575 560,575 0000000000000000002f32e21f7114fc7746ce88e8a756c54e6d758076062590 1,952 1.00/1.00 vMB 23
560,574 560,574 0000000000000000001b081ac2f8720a0a61addcf4b1e8abeab721e87e7c4494 2,856 1.00/1.00 vMB 16
560,573 560,573 000000000000000000253cfd3764ffd035a9862f4340ced02badf725eb91d137 2,587 1.00/1.00 vMB 28
560,572 560,572 0000000000000000002284780ce2ef27dfb9f45b4d99e9a49511e32ee9a24df0 2,898 1.00/1.00 vMB 22
560,571 560,571 000000000000000000177586b6e6010f7874d5d6fd3df7fc5f7312c57595d8c6 2,970 1.00/1.00 vMB 29
560,570 560,570 0000000000000000001e96f653a650b02f33613e88569a9f7a7809741c0006fa 2,705 1.00/1.00 vMB 9
560,569 560,569 00000000000000000012b2acaa99821f1d7c29be2170a0c21f93d5e41ca78364 2,618 1.00/1.00 vMB 14
560,568 560,568 0000000000000000001a0db497e8c8b9eb60d0073f6f5d7c0007a9dc109c7bc3 2,834 1.00/1.00 vMB 19
560,567 560,567 0000000000000000001d91ae710c8acc1cfec72958e87508579e6823015f78ba 3,308 1.00/1.00 vMB 33
560,566 560,566 0000000000000000000da40a2d033c548f8381b9dadb6dbfdc2a31249431a06e 3,328 1.00/1.00 vMB 26
560,565 560,565 00000000000000000019d42299accb052045ffc27d22c4460a2c96286da97b76 2,853 1.00/1.00 vMB 23
560,564 560,564 0000000000000000002bb86db5a422a276917b4193151f8862dd185040d441af 683 0.20/1.00 vMB 13
560,563 560,563 00000000000000000011e172332e38363d9c5d7e18378ed893dd5d70427206d5 2,743 1.00/1.00 vMB 17
560,562 560,562 0000000000000000002bd00b169b3342f38e4c668e642be72cd2cb5c0ff7cf08 300 0.10/1.00 vMB 17
560,561 560,561 0000000000000000000d7a4d3116b4f51f59f585033624120c43b1b7099bc98b 2,357 0.89/1.00 vMB 18
560,560 560,560 0000000000000000000cd26906f5fbd30fb621a6703aea902bb05beb90604832 590 0.18/1.00 vMB 17
560,559 560,559 000000000000000000001b9b8118ba8b90441f4625afb4593edb872bd35f4680 2,436 0.93/1.00 vMB 2
560,558 560,558 000000000000000000259646c0462b914b7f89098886771355e86eb5c3aaf6c8 2,507 1.00/1.00 vMB 12
560,557 560,557 0000000000000000000b937bd921a034ec2ab6e56b3a7a45c32592d049d3ec44 3,201 1.00/1.00 vMB 34
560,556 560,556 00000000000000000015cc1f9e9c738b312baad783fa0675ecfc7e044966ada7 2,431 1.00/1.00 vMB 18
560,555 560,555 000000000000000000014e5ce6d5340aeba896ea20409956d3b75e91cd1d03f1 2,891 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.