Memory Pool Memory Pool Refreshing

3,055 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (758,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,102 149,102 00000000000002e41c823c463c91a250874c2c2bbc547d891eed3a1358f6e7eb 0.00 MB 12 397
149,101 149,101 000000000000067f217e1c1bee955bf8256fe110a78dd1ac15ed611086b656b7 0.00 MB 1 0
149,100 149,100 000000000000091b548dbaf642c80b6ae353f321afe30516f83dd941c13eedb7 0.05 MB 108 52
149,099 149,099 00000000000002b35d1e69359576f79585db567116c93315d0a9d29a7c535823 0.07 MB 141 124
149,098 149,098 00000000000004f6a74c54c7df842134e3f7a363c1a56137a63c3a2d1e869972 0.05 MB 88 378
149,097 149,097 000000000000036289b546359f1a7ae4d643ed0282c8866ba1c656a9122a8a1f 0.00 MB 7 117
149,096 149,096 000000000000057cec515b3ef8743418f537687a2e80684383d451cc3461dc95 0.00 MB 12 0
149,095 149,095 000000000000034384670bd9d6e397611d1beca8c9c1902c298c09ba35a4ee7b 0.01 MB 22 197
149,094 149,094 00000000000009a88672966edbd6bc83b933150c9a075ebc8b05e349083068db 0.05 MB 139 188
149,093 149,093 0000000000000406d25e9c7d82b510accc887605475a8ef290779d9608c183af 0.06 MB 126 111
149,092 149,092 0000000000000382ba4ce2f5352c8d66236e1a7b38a471f339fe4d3a44e673d6 0.00 MB 12 1,025
149,091 149,091 0000000000000148bcba0f1809da574f16125f4caf8afdf4cb909a42446661a9 0.04 MB 88 153
149,090 149,090 000000000000064975415c1305a52e5c2c0e20bb5c725384f6a1b37604fd689c 0.01 MB 22 114
149,089 149,089 000000000000063332434531288bac7e90726f6a2fa1d8b3c55aaba51a80e302 0.01 MB 27 334
149,088 149,088 00000000000008ab497e0f0b4846b691d7a7d24af5e2bd6ed17678add9d866b0 0.00 MB 9 17
149,087 149,087 00000000000005281d9a42087defe6def8f2b6230bc81f123608d8ba777b3972 0.01 MB 33 110
149,086 149,086 0000000000000696b256129ea470b69c7b89d51d9f71727188b8c9fc5f3fdc2f 0.04 MB 79 143
149,085 149,085 000000000000084293102678097736a9035c175398dd946841b5e6a44f934ece 0.00 MB 9 1,010
149,084 149,084 000000000000047f5cde1cf23cbb199bf948478bf87275f20a212539cbbac163 0.02 MB 47 5
149,083 149,083 000000000000038e7ab16ad61bca1e59585b9472fa3324d5550898ffc1c8e79f 0.05 MB 72 540
149,082 149,082 00000000000003c0c77615568788fdeb6654294ccf7ddfa41f6e80d0d6255ba3 0.06 MB 101 194
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.