Memory Pool Memory Pool Refreshing

1,176 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,164 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (632,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,662 275,662 000000000000000210c5912f12a770306822adedb02ee5feee87d9be28850d18 0.20 MB 316 27
275,661 275,661 0000000000000004473bb9a48a1d6cfa106ee7874fc2059459131afbce0be367 0.25 MB 709 62
275,660 275,660 00000000000000007662b1685280326dcd53cfb18528ef290ca1c93c03830a77 0.15 MB 280 41
275,659 275,659 00000000000000014b7e737d547c191600ab015f8da171992623286074668383 0.14 MB 275 34
275,658 275,658 000000000000000416d7be9e7942ce4392b9d08bfa98b37ad873124f6f21eeeb 0.03 MB 50 45
275,657 275,657 00000000000000026c996af4690d36578c4ab12eac35c0598c32460a495739ab 0.53 MB 1,081 34
275,656 275,656 00000000000000005cd2429634f26840e47bcb8e90e6637284a1d0e095c940c0 0.25 MB 768 89
275,655 275,655 0000000000000002608a9b0470cdc34cd879a8042d7c22f342f8eb174b4f8543 0.02 MB 50 71
275,654 275,654 00000000000000010aee60fefcb01212818eca62905988b47eb3f7010be9c48a 0.15 MB 74 6
275,653 275,653 0000000000000002b2029a85c99e86e77a4b4a1f34cd2c2e0ea2fe4bbce5ed76 0.15 MB 240 23
275,652 275,652 00000000000000005953cf386adce2cc79bfa85f9ca13c90cbc205b995461321 0.43 MB 340 26
275,651 275,651 000000000000000222c511e7f639a019262cc51421a25010f6c9b67096f44f99 0.50 MB 1,274 58
275,650 275,650 0000000000000004808de861f18c553e7ffed6f3f768aac45860b5ed76e3c0e0 0.15 MB 123 12
275,649 275,649 0000000000000002b53480ff64e1ba62db19f4b367fd91b646a018704fe5479c 0.19 MB 428 49
275,648 275,648 000000000000000354178dc9958d7f00ef595721bf85cedbb5949edd68015764 0.29 MB 701 57
275,647 275,647 00000000000000020b2b718497c4c3f1f33cd906111383b2b71548566d9255fe 0.34 MB 562 46
275,646 275,646 0000000000000003b4f22542fc429d35486d425f980ac002371d1d3a07b81d74 0.14 MB 251 34
275,645 275,645 0000000000000003ca17334488b59bb75028f7a3928615c786f2d3809139de8d 0.15 MB 359 26
275,644 275,644 0000000000000000006d06721ae36b679d64b306ff93d36ba54a5ffb73e5973b 0.15 MB 181 13
275,643 275,643 0000000000000001a24401c6bf073c1073d5594e455cb74c1c18d08360c3f699 0.07 MB 86 20
275,642 275,642 00000000000000024da4bfa6f1c7b55b41dbd2e1992ef23c236495bd87725911 0.05 MB 32 10
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.