Memory Pool Memory Pool Refreshing

3,931 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,707 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (60,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,988 846,988 00000000000000000002e185b08f04649276389503d8f117bb515d87abf04506 1.18 MB 1,121 91
846,987 846,987 00000000000000000002551e4936c539a90fc39084a36148e3e5efcc61268be4 1.29 MB 986 114
846,986 846,986 00000000000000000002437394d080a0b337d765b7a54788c52ca08f652fd34d 1.54 MB 2,598 184
846,985 846,985 00000000000000000002a9be90681a0595c73b70c013c8e7c2d22560cdeb24db 1.22 MB 1,118 108
846,984 846,984 000000000000000000025f1947b954978c4efb0d1f1184a8c01715d48d54917e 1.43 MB 1,987 166
846,983 846,983 00000000000000000002627103d375bfe6a65c57a164e6503b9341bfcabfc8a1 1.22 MB 1,366 141
846,982 846,982 000000000000000000006f2c34fce21370c15e07fc54a32c61caa733ad9b0ecd 1.31 MB 1,462 149
846,981 846,981 00000000000000000001bf0ff6fcc9adf6d12f2ef5bd8143246c0ef59bef2a25 1.11 MB 586 117
846,980 846,980 000000000000000000028e8c3a3d7dfba8b22cad9a54d1a52ea631eb7ab500b2 1.10 MB 512 120
846,979 846,979 00000000000000000000e35e9aeef07b7a8717fc04a0cc197f0660baa93ba024 1.16 MB 1,002 136
846,978 846,978 0000000000000000000174e76d8e76f833c97bfd87295240fd9614029369f757 1.12 MB 762 128
846,977 846,977 0000000000000000000238b2bf2397dbe11acb7fe728a5b742c23c4ea8952ec5 1.11 MB 683 130
846,976 846,976 000000000000000000028a590160a5bc4edc660861d5ea5d6930c95e699ca5d0 1.07 MB 365 126
846,975 846,975 000000000000000000031d918d66fd78d33918c5dde1112591d7ab64cdd61d9a 1.34 MB 1,377 166
846,974 846,974 00000000000000000001dadb9c965ae590a1d017b8eb69a89591af103db35c5e 1.12 MB 631 135
846,973 846,973 00000000000000000001f00c9520afc940861d254180ae3d3274c05d4a18ec82 1.12 MB 794 153
846,972 846,972 0000000000000000000319baae42eb79e029c6052a78270a0f9ca9781a2d73af 1.13 MB 596 150
846,971 846,971 000000000000000000013535fd88d894501633b08746d06df63be52d5b566ebd 1.09 MB 431 151
846,970 846,970 00000000000000000000b681d0af4fd95e29723c24d1105df4dfc11bab5fb32d 1.18 MB 901 161
846,969 846,969 00000000000000000002bcbe45878775444e2d42319fc0f40611c8da0a02c17d 1.18 MB 852 171
846,968 846,968 00000000000000000000a552d2730d2e829f63d3e264f7ef47a46a6cf4165ff2 1.08 MB 495 157
Previous 10 blocks ↓
Total Size: 769.00 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,616.64 GB sent, 92.79 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.