Memory Pool Memory Pool Refreshing

7,338 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (555,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,928 351,928 000000000000000008ac43eb3886b8360a8fc765ffa4d7df4cf6e5c04f2a8a49 0.48 MB 855 27
351,927 351,927 00000000000000000610255eaa63e13924c8b76bf0e42ea0df832660400ba463 0.06 MB 113 25
351,926 351,926 00000000000000000633cda7c8bc15bf5b86f20a23751cdba02e3f8b1acf1c6b 0.23 MB 489 27
351,925 351,925 00000000000000000cb2b1b982abf3b73ebd75ad556a49c261d95c935850270c 0.41 MB 799 26
351,924 351,924 00000000000000000d15f77f13aff8b40d34c0a72fd0aecf6275957ea64f54ce 0.30 MB 552 24
351,923 351,923 000000000000000014cb9a1dda187d729571db2dfcf9f9530545e010b56e8b2e 0.30 MB 535 30
351,922 351,922 00000000000000000542f26a52cc33ae3abd6b279b3b9d7c7536314f77e47d7a 0.55 MB 1,117 28
351,921 351,921 0000000000000000141355da99a5ee08dc0d340375d795ff9f223c72b9023f58 0.10 MB 160 20
351,920 351,920 000000000000000000207c688fe19ac36b5ceb8044b1486a3ef72a078137727f 0.72 MB 1,371 27
351,919 351,919 00000000000000000552a00194fc3e6436f27b064d494e0e460232bc62ed090e 0.44 MB 756 27
351,918 351,918 00000000000000000e1082f4aafe283a8114e5b019b860b0cecf9056763b8a81 0.24 MB 438 24
351,917 351,917 00000000000000000b608314ad6ad751e13a51fb8d2f96dfddb4693801734a3f 0.12 MB 238 29
351,916 351,916 0000000000000000097c453bcad4970a2f87b24d8de6aa4e6f3e43c97dd331d7 0.37 MB 536 22
351,915 351,915 000000000000000005626133d79556850618f342300e37d42b30034c3ba63cac 0.21 MB 374 22
351,914 351,914 0000000000000000054ef217442c2325b13b82c9aa8255d978fd2c567ee372ef 0.10 MB 179 17
351,913 351,913 0000000000000000129050b5bc25b3c4dad400f780ee1b68db20e9d229138214 0.13 MB 234 9
351,912 351,912 0000000000000000145f45b8210c8d86037c11fc31f485fd2645d44163ece866 0.32 MB 672 31
351,911 351,911 000000000000000011c7eca0650032d13221514b58fcc709055e6641ea5f97a9 0.79 MB 1,453 43
351,910 351,910 0000000000000000057de182a1f9fd59a625ea150518b6268db77781dabcbab0 0.73 MB 1,589 34
351,909 351,909 0000000000000000140a0688c8616c12bba61c35329b7a1031568d558ec98dd7 0.10 MB 71 9
351,908 351,908 00000000000000000ea63f0a4ed9cee2bb869b10c29a5a7093e751d95a68cfae 0.37 MB 721 30
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.