Memory Pool Memory Pool Refreshing

17,840 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (111,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,130 796,130 000000000000000000026b79b594804be439d35057044dc16063817392da243a 2.13 MB 3,558 14
796,129 796,129 00000000000000000001dddb39421a1ae5ab845e801b1148d9b214bfa13cf045 1.79 MB 1,723 20
796,128 796,128 00000000000000000001839d1d347539dfc6f0b844f0ebb5d914ec058e01abf1 1.69 MB 3,239 37
796,127 796,127 00000000000000000000d75b0bbc7c01af54a8f1f9fe09a82a85820b6c3b0b5c 1.80 MB 4,674 12
796,126 796,126 00000000000000000001364db8ebe64ddf49f7d7e2bb9d31bffdfdf2dc3060c0 1.88 MB 4,605 17
796,125 796,125 00000000000000000000dadb533a67b6e85fab9633940f721fb3e764527d5e99 1.99 MB 5,815 14
796,124 796,124 0000000000000000000492465d2fbaad8bcfabc539240b9a728c52e4859f3c3f 1.88 MB 5,158 10
796,123 796,123 000000000000000000050caa24c0d81b8f221edd642568aa83c49e390003a1d0 1.97 MB 2,764 14
796,122 796,122 00000000000000000001821262c6640e5579e8d0f21775439ec7ac326b0f6027 1.56 MB 2,968 26
796,121 796,121 0000000000000000000509950ded567fda899509323b888ddb11077cb85f82d3 1.38 MB 2,032 11
796,120 796,120 00000000000000000001547a8ac57a43e6d41b7bad420eef9740f75dede0d03d 1.69 MB 3,389 16
796,119 796,119 00000000000000000004c1e9cc3062f7d60514324b8b1faee4231c9010e752e5 1.45 MB 2,721 19
796,118 796,118 00000000000000000004d92e10abd3b1e990fbb438d8ddbb01588fe82d94e14a 1.47 MB 3,291 39
796,117 796,117 00000000000000000003318319bd9a38b808a99c78d4b1f18b2c90735a06b271 1.07 MB 200 10
796,116 796,116 00000000000000000003161e1085a557f0ef58c0805aa2eefd08f145ce1c6b0f 1.63 MB 3,807 15
796,115 796,115 00000000000000000003bbef5d08823a95971b7d30902a8373dfa30f8a5c0076 1.79 MB 4,700 12
796,114 796,114 00000000000000000005089342a0ce7ed4d60d317cca68e22f354d6475384e9a 1.94 MB 5,571 11
796,113 796,113 00000000000000000001970ce1db91a79309f058faf3995bf23985e6993f0821 1.83 MB 3,670 13
796,112 796,112 0000000000000000000029ac6f9e30201e65f7226c6b27c886672ecf0edeae82 1.76 MB 3,886 11
796,111 796,111 00000000000000000005053e9ccf05fd146f463394afa6f019a049f14b3f98e2 1.75 MB 2,209 19
796,110 796,110 0000000000000000000547c4ec66698c85b1decca82fe83630aeb806f6d5ef04 2.06 MB 4,952 14
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.