Memory Pool Memory Pool Refreshing

4,207 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (7,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,054 900,054 0000000000000000000235b9f3fd3f763f93d3978eb930df3fbe83df2f107281 1.52 MB 3,894 7
900,053 900,053 0000000000000000000217a0d362c3503b63f18699c416da59a30e3a2050befa 1.66 MB 3,345 5
900,052 900,052 000000000000000000022b86d314598f84e6020f99c4e450b97897afe9e498c7 0.66 MB 1,109 2
900,051 900,051 000000000000000000010a9683b92ed49b92a2f8da88f93a152e0a3a2cacd491 0.32 MB 528 2
900,050 900,050 00000000000000000000c7f6b0c24338b07e0d5870323c7ae60e235c9436233b 0.32 MB 644 1
900,049 900,049 00000000000000000001066f15ab198aff4727c7e38ee579cef6cfcb6f850da0 1.68 MB 1,966 1
900,048 900,048 000000000000000000022ec62ba51bb88cd325dd7a598867ef3a01fb7c5e26bc 1.62 MB 2,548 1
900,047 900,047 0000000000000000000131fb6faf7d98b9e7ef1e19be0ebf5070f031a460a20f 1.63 MB 2,356 2
900,046 900,046 000000000000000000022802f59458b40b853834fce20e709c31a59ac52e3f32 2.06 MB 981 2
900,045 900,045 000000000000000000001844945e6455faeb07b58bca47d3cc81e37c5d26c170 1.91 MB 722 1
900,044 900,044 0000000000000000000148e0ed631dda627bcb74b5cc309c786896faa6fa7dda 1.78 MB 2,872 3
900,043 900,043 00000000000000000000c909c5bd16aadcaeeb9972b32b9d1bfa7d009fd30ea3 1.74 MB 1,173 2
900,042 900,042 00000000000000000001385681478aefcfbc1b81997323e7c73d2baad67eb0ac 1.70 MB 3,010 4
900,041 900,041 00000000000000000001f33e99f7bb3498bddf9b1170e2f2d62a1f51fa7d1876 1.68 MB 1,615 2
900,040 900,040 000000000000000000007e621de7257af68f8f95599248f5fbded6596dc67ff0 1.65 MB 3,286 4
900,039 900,039 000000000000000000000c4e84bbf2912d44d5738894db488766af7219079b99 1.56 MB 1,806 2
900,038 900,038 00000000000000000000195662ba1d7c40eccf9b8328c371bc2a757a88fbf724 1.67 MB 3,538 4
900,037 900,037 00000000000000000001713de85bc6bb48548bb3fce769e96fb6bf255ed6dc3d 2.25 MB 322 1
900,036 900,036 00000000000000000001ef91d3f365123a540cd90c84172c5bd8e89f79eb3091 1.78 MB 2,366 2
900,035 900,035 0000000000000000000135e93c02a04cb469166ff1bb0f36a1b1a9673f57b064 1.46 MB 1,270 2
900,034 900,034 00000000000000000001292aea2545ad69264a803c318a90d35335737888318b 1.61 MB 3,937 5
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.