Memory Pool Memory Pool Refreshing

3,778 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (88,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,636 819,636 00000000000000000000aa4a0caa856915af4c12f14d2a2dcfb52256fdde7fe5 1.67 MB 2,676 66
819,635 819,635 000000000000000000038668588a201aecce8a934860dc252995760464c7f3c3 1.50 MB 3,224 83
819,634 819,634 00000000000000000002ed51f5d4e1154f7ab39881055d13fd10a0cb78d8087c 1.76 MB 4,066 70
819,633 819,633 00000000000000000000feb348d76e95dd42087eea79c1ac0792f48d301c4a1f 1.64 MB 3,716 70
819,632 819,632 00000000000000000000567964dff8391d0c00cb721baf34e9ef619ee9627be0 1.75 MB 4,200 69
819,631 819,631 0000000000000000000003d1e3120f8d2b4e14c9106a496aecc0774dda624921 1.86 MB 5,205 74
819,630 819,630 0000000000000000000305b75ab1a835ca4d0709d5c5d8db1cc20a23a806ef5b 1.93 MB 5,317 70
819,629 819,629 000000000000000000010d0768717caaf4a9757b7ee7c1ca3fe99cbdcae9db4c 1.56 MB 3,847 82
819,628 819,628 00000000000000000001103909f725ed8dc05478a92aa3847e147efb1ab2dd2e 1.90 MB 5,338 73
819,627 819,627 00000000000000000003937dffd629795a3bc907982ba407c7dd7145994d7f6b 1.91 MB 5,068 70
819,626 819,626 00000000000000000003c9c126566db7be1ee757e48014d59d202fb61cff88bc 1.80 MB 4,385 71
819,625 819,625 0000000000000000000237589d138d25a063a54fdcb779b12f8500450687e804 1.87 MB 4,659 79
819,624 819,624 0000000000000000000232a38f10f72592019b3cd62c4166f47232be30cc7a02 1.57 MB 3,895 88
819,623 819,623 000000000000000000024982d7d40fdf5bfa2d237c106936245592864737eed8 1.82 MB 3,538 75
819,622 819,622 00000000000000000003c0cf4eb526aca24f32d51ada1e59cfe8ec8655001239 1.61 MB 4,247 84
819,621 819,621 000000000000000000032c891ae4079f05b21e1789f6e3fed58f700abebc0ac0 1.61 MB 4,205 85
819,620 819,620 00000000000000000000b99c58a626f864e2fa513caf510d81312f4c0a70d46a 1.79 MB 4,632 79
819,619 819,619 00000000000000000001a09e71e777681a71d88a2d55e93f788d156c4d7fcb7a 1.68 MB 3,569 82
819,618 819,618 00000000000000000003314b61c8433c00320343aed6d5df0ab27fa57c6a7ab4 1.68 MB 4,268 86
819,617 819,617 0000000000000000000195b35e5d58c22039dd7f9fbc2aba6bbed3fd0ec1a086 1.82 MB 4,625 89
819,616 819,616 000000000000000000025b40f5ea0d0d430ad37d757160bba8e9c5c4b5ed8c37 1.84 MB 4,708 86
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.