Memory Pool Memory Pool Refreshing

2,902 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,901 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (714,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,983 193,983 000000000000041836999a475dc79fbaf1eedaa3c32d91f8aed46d65c589fa28 0.05 MB 109 152
193,982 193,982 00000000000000685685ec242c87099c84d1648aedfed7d8eeb480eb06f5a2e2 0.05 MB 107 81
193,981 193,981 0000000000000475a90386395f0532ee154603c99f7d712388d7153af60c1f53 0.20 MB 366 91
193,980 193,980 0000000000000309c31d1dc3b4ecbd0e03935dbda0a79065dc0d6c898366cf86 0.17 MB 256 81
193,979 193,979 000000000000044dfcf3d4339ca3ad99dfb3b0d33c8961027a5f07e4a9ab7222 0.23 MB 512 122
193,978 193,978 000000000000025503acc3f6b218ebd93cbba7091863c36769ae444b4a05cfce 0.04 MB 148 27
193,977 193,977 000000000000015886b967f2a483cf5ad78db45572918571deea766b0eb6689c 0.12 MB 256 117
193,976 193,976 000000000000010cbd757fa3bf652faa95c6ef0da6e3898236977bc238b1d014 0.17 MB 256 63
193,975 193,975 00000000000005b3bfd81e9b7ccaaa80d67714429aed0d2b2a7fcfed47121ab2 0.25 MB 705 162
193,974 193,974 000000000000071887a02697c5b08c93fd711d9baa5ac077e527a44f07efef0e 0.25 MB 770 157
193,973 193,973 0000000000000608ffcac416814b9bab50f0c5f751e65ddc070041fc4baaedf9 0.01 MB 39 129
193,972 193,972 00000000000003b31470dcc7ad34392d0272641bd87939a364e18d9a3bb20218 0.04 MB 127 70
193,971 193,971 00000000000003265ac6532a4547a9f13bdf519a2b952ab4fea391349f1349d6 0.05 MB 134 166
193,970 193,970 00000000000002d140d4bc73742e2e70c770696cf0f772c55b947855b8368122 0.05 MB 141 163
193,969 193,969 00000000000003ec5be007cbfeccad073bf52da1cdf3cb8d441d31927d8c2c7c 0.25 MB 512 176
193,968 193,968 0000000000000044b6b1c748cc8e33c17346950121b74574e68fd93cc0ec8c38 0.25 MB 731 175
193,967 193,967 00000000000003c8040a594e7721b9bebb43f5cd2fb876e986e54af0bca912ce 0.42 MB 819 147
193,966 193,966 00000000000001a06e9c5a7f140902d37155a0127c85a4d813932b2371913974 0.00 MB 7 30
193,965 193,965 00000000000003ee908cb0f93a227c92fbdd11df0b98d423937810a1fb961c83 0.03 MB 116 131
193,964 193,964 000000000000034b030f47942b92e1133b30da5d73f76ddfa06f249b51e2a743 0.05 MB 105 81
193,963 193,963 0000000000000172921a1aadab76881a95c524b2d3a51324c8697e88b82d4536 0.21 MB 286 77
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.