Memory Pool Memory Pool Refreshing

9,461 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,470 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (134,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,563 773,563 00000000000000000004d307b3d8346d40e5e794ee47bac8f0a508268dcbf4db 0.36 MB 716 10
773,562 773,562 00000000000000000004ffdbd30c3de50f27bb34284227b73f3440f441b2824e 1.09 MB 2,584 10
773,561 773,561 00000000000000000004b9f018b83d5f416906c6ae3f7d955787e42ff3a277eb 1.20 MB 2,791 9
773,560 773,560 00000000000000000006597759feb2f73c574d8ad5df402f55926069d5716bd6 0.67 MB 1,359 10
773,559 773,559 0000000000000000000220dc95469ccdf8e351fb28a377de60abde11a3a02ac7 0.59 MB 815 5
773,558 773,558 00000000000000000004827a496b2981716950de0b7ff155a8b8b2b1ebf43872 1.61 MB 2,963 10
773,557 773,557 000000000000000000023db1925fce33b92fc91f1da1d62f25a0c9b16aac4a68 0.47 MB 613 6
773,556 773,556 0000000000000000000125220898d67887cac6383a1fb0a4f9ad4ac4223f3012 0.16 MB 336 8
773,555 773,555 00000000000000000004f5f162689a7de2c9315c9e7b67f331375e25fdc7fb88 0.48 MB 802 9
773,554 773,554 000000000000000000076d94bcf6bbf0f6f883d263351d640bf7f3fd4ce262ad 0.04 MB 122 15
773,553 773,553 00000000000000000005811be752df66e4c96dc1b8c4778b86b178509de1df58 1.29 MB 2,659 10
773,552 773,552 00000000000000000005e1690fcdea2cc0bfd3c4150943516a85555ea353ec2d 0.09 MB 216 9
773,551 773,551 000000000000000000012b54dc376c0b14eeffa926f372b316e0d5ed38dd1f79 1.19 MB 2,505 9
773,550 773,550 0000000000000000000630eec3c91bd10d02758e9d3518b943f86e761415f75c 1.61 MB 3,131 11
773,549 773,549 00000000000000000006dfea0ee07c1a5cf2c5c33884c43cc59c83c2d6e3840e 0.18 MB 259 13
773,548 773,548 000000000000000000015fc0f861392c9e00e68c4980a966cb58bcddee7405f4 0.56 MB 662 2
773,547 773,547 000000000000000000022e0641709f09826a65c32536f1dfd991f4293a739219 1.51 MB 2,195 9
773,546 773,546 000000000000000000000437b21bce23007dc7da32538b4411aaeac10b661555 1.47 MB 1,750 14
773,545 773,545 00000000000000000003f9b925c249744b3ad05f3fece23a9d222cb0e4dcca90 0.04 MB 54 6
773,544 773,544 00000000000000000000e331512282550f39fad0bea3e090fc693e46e27bfe0e 0.32 MB 763 9
773,543 773,543 000000000000000000052b433fe2ff26f866b04677a6674e5d91f62fb9c23b4a 0.41 MB 690 9
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.04 GB sent, 94.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.