Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,067 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,066 (792,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,944 115,944 0000000000007c6a07d096f2a611478eb8252f765a377701afccad56d49e87b8 0.00 MB 3 0
115,943 115,943 000000000000622a38819d49bf19ae97b75c4e853093d040bcac36be73399072 0.01 MB 3 0
115,942 115,942 000000000000b8fe0f75e0e17c1cb34dff55d3ebec3da3e75a3dfe0af8f96fd9 0.00 MB 3 1,434
115,941 115,941 0000000000000937a2672f3be53f43f236a37eb70f3a4f4347ebcd2926a24cf2 0.00 MB 3 0
115,940 115,940 0000000000000586407a7d03ddc02b12025ad7ca9784fd5b86fd8443e6d6aafc 0.00 MB 5 0
115,939 115,939 000000000000611dbdf1a15c9f38e9b8b5e6d8ffa83f074e1d5f881350c02972 0.00 MB 1 0
115,938 115,938 0000000000007009f194071a94b700ceb513a6fcaa92a6b17f93a79c6100b6d2 0.00 MB 7 959
115,937 115,937 00000000000040f370f6ed29ebeff1ccd9a4854ac4589cb589f8c590096ed372 0.00 MB 6 0
115,936 115,936 000000000000ca11ed39feba1e60a1b885befafbb6532ece763ba18bdc05ffdd 0.00 MB 3 1,443
115,935 115,935 00000000000091d47cec2720ad6f24b02f507af99c39b5d61bde39ff986c1265 0.01 MB 19 359
115,934 115,934 0000000000005f9adb0565a4a298114b0eb3972f487c58cb25bf9634045dd01b 0.01 MB 16 463
115,933 115,933 00000000000034707bbfe1a71fd19973638d200ad63fca83bdbdf1b44ef56f8c 0.00 MB 2 3,875
115,932 115,932 000000000000cd608090462ee56af84cc81a2205c417a8e2895e83592bd215bb 0.00 MB 9 335
115,931 115,931 000000000000d68c7676b54133d16394e9daf7b0703c3025e34875ecb317f0fd 0.00 MB 13 2,134
115,930 115,930 0000000000001af2ee32eea203ab0904254c0bde60cd76b1dd883b071b295a35 0.00 MB 11 302
115,929 115,929 000000000000db9caedc38422d55d6d30d2b68dd204520b1c151bacab582c292 0.00 MB 1 0
115,928 115,928 00000000000055897f953e071ec1e3e7ccfe0108b9b29ecaed5b8ff69715cd4f 0.00 MB 2 3,875
115,927 115,927 00000000000080f129893f4e539f6fe9efc8bfe05e623892e462bb54cff17223 0.00 MB 5 0
115,926 115,926 0000000000008f7a1fe753c66a13844015e85a3cd869b09e9879aeceff475527 0.00 MB 4 0
115,925 115,925 0000000000003f4c1e9b2811cc6fc365acbab720e73f66bca9f0cb56e86ef645 0.00 MB 2 3,891
115,924 115,924 0000000000000d247424eac2961279de5a4fb52a2c927a0aa216b242643de4d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.67 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,654.75 GB sent, 96.22 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.