Memory Pool Memory Pool Refreshing

149 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (10,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,549 897,549 0000000000000000000165e1cbd2e3b567da1f7ff274cb74fdcced54f581ba21 1.61 MB 5,828 3
897,548 897,548 00000000000000000000e65adaac59082cc861d80e0ea5b6ade6940074e8ddd8 1.83 MB 2,983 4
897,547 897,547 00000000000000000000ee2f24566334a636f7731b38a2df5d1a685f8bf86145 1.62 MB 3,992 2
897,546 897,546 0000000000000000000090dfae6bfcc7aae4b422d3a3d1329346d46fa30b1d3a 1.60 MB 5,181 3
897,545 897,545 00000000000000000000b509e99f3d66d9cfb2bb646fbcc328f9715564d54805 1.74 MB 3,968 4
897,544 897,544 00000000000000000001691373c095b4ec32c45b9875246eb282dfe5fe7df464 1.59 MB 4,798 4
897,543 897,543 00000000000000000000027dd5242324d7a46b0fe63d3cb825936eb5a452272f 1.59 MB 3,360 6
897,542 897,542 000000000000000000016e05448afb4928353dc0b6de7b2da73739a2fc677bf0 1.67 MB 4,960 3
897,541 897,541 000000000000000000004f36ee1ff6d6982c451145d311e6905229ee2f27c9ce 1.60 MB 3,814 3
897,540 897,540 0000000000000000000162e48b274c61048eb67711ffd49b0d95693965b54c23 1.61 MB 5,007 3
897,539 897,539 00000000000000000001dc8bea1cac162aee1283b90cf146f2ad27bb15085691 1.56 MB 4,592 3
897,538 897,538 0000000000000000000223dfec2c821521f6f0db475f069eb4f09a58967043b2 1.43 MB 5,642 4
897,537 897,537 000000000000000000007abef09aa460c103e29cfd0bc93484646800731f7554 1.54 MB 4,636 5
897,536 897,536 00000000000000000001d343a74d5aa3db0fd90e3435b7c562e0a864df69b08d 1.49 MB 5,248 4
897,535 897,535 000000000000000000005829b3f5267911de8cc84d8e280e6acf63837cb79f4a 1.43 MB 4,488 4
897,534 897,534 0000000000000000000226848db0e2449cc25c2aeaaca7b1eeb1b054d591cf67 1.54 MB 3,482 6
897,533 897,533 000000000000000000009cf486294e17829d69e6e9c16a0da401ded1d2d72a75 1.60 MB 4,469 5
897,532 897,532 00000000000000000001c6c30c7417a5056df1847554c5b0a5df5a77528bb0b0 1.41 MB 5,190 4
897,531 897,531 000000000000000000022e9dd3f59061b920d38fa1f3b97c7c6a58a90d5c793b 1.66 MB 4,121 5
897,530 897,530 000000000000000000015b8a10fd25d7fec3b7930da7ce8a44128358aa589e0e 1.68 MB 3,604 9
897,529 897,529 00000000000000000002123cc226a0b94594c3391e3feaca9eda403cdef6f66d 1.61 MB 4,068 6
Previous 10 blocks ↓
Total Size: 769.10 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,628.55 GB sent, 93.37 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.