Memory Pool Memory Pool Refreshing

2,133 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,118 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (9,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,079 898,079 000000000000000000017d9a2017e5c1bcbf3f69021f814edc13d4e5e265029e 1.53 MB 900 2
898,078 898,078 00000000000000000001726704eb23123203808afc17956631a61f4dee7371dc 1.62 MB 3,351 8
898,077 898,077 000000000000000000010b57d8f536c1844b9f3f3fe322230d72d64be7f64ef0 1.66 MB 2,646 2
898,076 898,076 00000000000000000000048d567bae27f6a4d1cf8a089ad923d252dac9e294c2 1.51 MB 3,595 7
898,075 898,075 00000000000000000001f0f2da15fe19de46dd769affcc283182b87b8fe2bb21 1.52 MB 3,416 5
898,074 898,074 000000000000000000011ef58e69b40dc50be2662fa8a7acb0b6caf3b5e3db3d 1.52 MB 3,729 7
898,073 898,073 00000000000000000001fde88ff57dfaff5e19fca952da905720ad560a8fd38b 1.61 MB 2,814 3
898,072 898,072 000000000000000000005801b46e84a1fef7224eb386e2bd39d0dc63e122b402 1.61 MB 4,319 4
898,071 898,071 000000000000000000003f1a3ee7ed728a425312f0be0bbf601b090442107d0f 1.49 MB 2,988 11
898,070 898,070 0000000000000000000144db657f6ed7abf884829c9a1aeaced400c6eea7d40c 3.55 MB 449 1
898,069 898,069 000000000000000000021fb10e52e6e98676cba48ec4b747666e72982597f9b2 2.91 MB 941 1
898,068 898,068 00000000000000000001bc618b9103a5959dad2e3db793a232ce0765d63e4fba 2.32 MB 1,336 2
898,067 898,067 000000000000000000015411387a08e291b9b0a0ad95fc09bcfd7405e030a5d4 2.82 MB 1,451 2
898,066 898,066 00000000000000000000cbb09b2aaf1e904ff060982592c30d3b1667d22ec1fa 3.78 MB 320 1
898,065 898,065 000000000000000000012364fd115a6b32b8c1e6e6e19d57d521f2cd36b71343 2.71 MB 1,743 2
898,064 898,064 0000000000000000000084bcb34be79d6fe495cf90fa9b3556a7176103c5a497 1.58 MB 2,450 2
898,063 898,063 00000000000000000001411e618102ac7a44e002c96b35d384a536063aeef255 1.61 MB 3,557 5
898,062 898,062 0000000000000000000193282bea18603670e3c550ff035909788484dce69f49 1.60 MB 2,363 3
898,061 898,061 00000000000000000001514fea01201e17e81d0434dfb577137965197448d359 1.73 MB 2,660 5
898,060 898,060 000000000000000000001eae9086b85d04b77eeb23b840c83f5ea1e381ed8d87 1.56 MB 3,859 4
898,059 898,059 0000000000000000000021c68285cd9d7676f06b2ee109689fec0da2804b2cbc 1.52 MB 3,869 4
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.