Memory Pool Memory Pool Refreshing

6,173 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (905,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,076 2,076 000000006b5d6191bd2f345fa1b1c168bd2591ac56aaa392ee4da2efa9ece829 0.00 MB 1 0
2,075 2,075 00000000257209405eb293496e10080c0dc8192b533940fdcdf2cadf9f2a2444 0.00 MB 1 0
2,074 2,074 000000006fb214a441e0beccf10a78c946eddeeacf0bb8f658fa895a498f20a0 0.00 MB 1 0
2,073 2,073 00000000b724efff8f4676451ae39f9fdf73e9e1f756dd6d8c69fe6ed0ed1f4d 0.00 MB 1 0
2,072 2,072 00000000a14bb926208eb6326310d9054de589be3a9d6217130bcbf401dec5fb 0.00 MB 1 0
2,071 2,071 000000002234ec90ec5f93aed5b57ca339bce76e57690367f713e53be014ccc6 0.00 MB 1 0
2,070 2,070 00000000c87f394fb307f295503695bb39c2e3025a910a1e7e84b13126165264 0.00 MB 1 0
2,069 2,069 00000000ea79bc139ea90db3446daa3cbdcd1a4bac1fdc191743dbae3633368d 0.00 MB 1 0
2,068 2,068 000000009e51da9980dc4f98be36c65abd497fcb009cdfa488467c2f6152805c 0.00 MB 1 0
2,067 2,067 00000000eb952510b6fe05aa6a0fd7730e49ea18d051be315e50f1007f200829 0.00 MB 1 0
2,066 2,066 00000000b0ffc0f6ace673e0e6ad6893546c5c808919e6a15b6b5d51e4d8af70 0.00 MB 1 0
2,065 2,065 000000005d1ee9f633d16642d1bd8af362c3e49e7ce819937ebe6873aaa8c7b7 0.00 MB 1 0
2,064 2,064 00000000184d61d43e667b4aebe6224e0a3265a2be87048b7924d7339de6095d 0.00 MB 1 0
2,063 2,063 000000003024fcc0de00e9af302c8bf69b0c625eea0ac3502fb25adb935b652c 0.00 MB 1 0
2,062 2,062 00000000d34199387862c42561031f5b25cc35bb9895e53dd07e30508748ced8 0.00 MB 1 0
2,061 2,061 00000000cd2ae5e37f774026a30f6880fb5de6e73f0c6f27cb0e119e607e4b6d 0.00 MB 1 0
2,060 2,060 000000005a2d6394da35269c09425f59f4d76c5b486b2d6b617f30bbd4fb79dd 0.00 MB 1 0
2,059 2,059 000000004fdc363a128276c9acbf4e4e9217a9a88852b6682d71a637d029c21f 0.00 MB 1 0
2,058 2,058 00000000c5d078e6198193ec872d5400ce78257db3c4298f060344f86fe1fefa 0.00 MB 1 0
2,057 2,057 00000000acd58d5632619a889f751c9f508f7869f05814e6ce4b004258969342 0.00 MB 1 0
2,056 2,056 000000009737fc85becda1878da804a7dd7e393999a356afb9aa49ac612fd838 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.