Memory Pool Memory Pool Refreshing

2,263 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,549 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.56 vMB 2,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (848,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,958 59,958 0000000004dc65a4a30db4e55a2c13bf4ea7c9c0d36d26a735dc9c53a33023a9 0.00 MB 1 0
59,957 59,957 000000000e6c8130dcd2eac866b4bf145f5f3724a7e3139e18694210a4a9127f 0.00 MB 2 0
59,956 59,956 000000000226b0a45be2058407f5d1046b82b3b5f86f87808677e472697f88a4 0.00 MB 1 0
59,955 59,955 000000000a529eeb7c75b4faca15f48ef712eb70ce6dc28b8c4df5c907c19bb4 0.00 MB 2 0
59,954 59,954 00000000051ce508593c8f7bfd11036566eedfaeb942444973c047bcb499d497 0.00 MB 1 0
59,953 59,953 000000000aa430036a6cd9131b65a691ea262653222a22de4e5d4ed2280f694b 0.00 MB 1 0
59,952 59,952 00000000039bd09dac99fd36f1136023c646fea741d155f387959b45addfdc00 0.00 MB 1 0
59,951 59,951 00000000035e38979951c15912536229c9151985b30ed92649e6b1beeb23f30d 0.00 MB 1 0
59,950 59,950 000000000cec5582bb2f498e265214f3539ee6d76635596867ea2a3dcb3ec91d 0.00 MB 1 0
59,949 59,949 00000000009ad15949d5f5382b76b21eaa5f05f11218f22263b84c2b9265f67f 0.00 MB 1 0
59,948 59,948 000000000bd2038cbde5cfd53b0dd964ceb0dd7f5265c73c4e1162cd980e10ae 0.00 MB 1 0
59,947 59,947 00000000019917a5944526a70eb274460ea637de868d34b2118979d12ad43e55 0.00 MB 1 0
59,946 59,946 0000000001df21eef90649df3d0211d3f6b157af475617408321660300dc91e5 0.00 MB 2 0
59,945 59,945 000000000cae3ea9daa51a0a804e3bc185856319d4b5cd5a56af2808089d5b13 0.00 MB 1 0
59,944 59,944 000000000df980a2a52a5c5011d086e4f7c106c4f80be17a239d4dc59e999a55 0.00 MB 3 0
59,943 59,943 00000000049dad171efc8958e9253de65a7e7c6e442abf59effeb1fbb0c497cb 0.00 MB 1 0
59,942 59,942 00000000030b8044fcdabe1ce801fd488886558e9efdda504b1b00021fec5328 0.00 MB 1 0
59,941 59,941 000000000d721bae09ce64e647119dcbf1062f701bd1aa7ce6f5d3780ea8f06b 0.00 MB 1 0
59,940 59,940 0000000004eef7c65dfe4e653c91ed97ab793b0cd0c0465e200ddee5f5bb1f64 0.00 MB 1 0
59,939 59,939 0000000002e96fdd877c8d9e3347c5abe0249a98153095c55b71e2d9d948b784 0.00 MB 1 0
59,938 59,938 0000000003ab99e8baa2e3041beeae38881ffc01168f7defd32bf0f55cb1e8c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.66 GB sent, 100.54 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.