Memory Pool Memory Pool Refreshing

4,646 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (648,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,661 259,661 0000000000000017e831b4c79dd9966b16992d871fe16a38cf01e871c573c48e 0.25 MB 593 117
259,660 259,660 00000000000000174d79ba37d543997e65304cd825502a6c59cd097dc8d6bfa6 0.03 MB 61 48
259,659 259,659 000000000000001020b6b65bdb4315f5b686c31d4280061abcddc0aac91d2181 0.01 MB 12 81
259,658 259,658 0000000000000015c3561677ea4c077d91ca9fafcbfc8bb556f44ebf337897c0 0.03 MB 77 54
259,657 259,657 0000000000000017f86eaae880c4edec07b1a5d133e2a424f36473248475ae87 0.06 MB 128 54
259,656 259,656 00000000000000128112de192f17f45447c348c3352434831ee2a64b60550029 0.16 MB 382 58
259,655 259,655 0000000000000009183f8d7295e458ffdaf7f2cd271df25eed93c5404341d4ce 0.14 MB 312 4,361
259,654 259,654 00000000000000111b836d506edc99e2249aa330b5e8e0c5f6b633b55d37252d 0.23 MB 535 131
259,653 259,653 0000000000000016f9eeb001bae7be09642c72c113b109a8d05fd5645d40b2ce 0.18 MB 416 126
259,652 259,652 0000000000000025dc09d81195ebbe7c0a883e3e216d27ee4d7dc4ebaedf781d 0.19 MB 323 93
259,651 259,651 0000000000000004f3c0cb9a9863529a439ed543fab366f5d2bbbd0d2f8d3c2c 0.23 MB 529 107
259,650 259,650 000000000000000cf5a0996959858a60e6d78556649c7e4cdb8b3389d969c9bf 0.25 MB 630 124
259,649 259,649 0000000000000018a068688699253ace3dd2953f0cae1624c85d1780a7728020 0.14 MB 304 100
259,648 259,648 0000000000000003129f627a3e9848969f93ebca57efebfd4f5c005dcc6593e2 0.25 MB 712 131
259,647 259,647 00000000000000131aeee6ab644a0902099f120f08111553f1d3848cdebc48ab 0.30 MB 717 94
259,646 259,646 00000000000000261bdcf9b54f44e726a70dd99ebb85392bbbe88fa66a132a6c 0.25 MB 582 156
259,645 259,645 000000000000001069fcae47a40c6f59974642f1b88c76865ebad3e048a78531 0.21 MB 357 89
259,644 259,644 00000000000000192b7abd07fae8afc7566c4758d21cb35c9993d1bd07c7e2a6 0.25 MB 631 123
259,643 259,643 0000000000000004d596de40e1c2a565af52a51f1b13ff83f8196591982b8154 0.02 MB 34 58
259,642 259,642 00000000000000105f1e107540d5ba331c273b448f1d815520c373c083b3ad51 0.06 MB 139 60
259,641 259,641 000000000000001993ce7e090cd5f432a8a960a2c2928aac4d575627597013e7 0.14 MB 315 126
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.57 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.