Memory Pool Memory Pool Refreshing

3,076 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (412,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
495,050 495,050 000000000000000000119991bcd77bd29fcbdb009a21c8693ee9ad490352c93d 1.06 MB 2,454 257
495,049 495,049 000000000000000000c342e73ca0a4ebc85753461611f5c08ca6dba345ed8d6a 1.01 MB 990 45
495,048 495,048 0000000000000000001a2920f7328e051a7878ab14b7c3b85ec4a2c8b6279826 1.04 MB 1,603 139
495,047 495,047 0000000000000000009a6575a9ebb9534051b72ee9ac4aca54a054d8d5b57c1a 1.01 MB 870 31
495,046 495,046 0000000000000000002aae573864cad37460c32d1a0c09a45b2aa6473bccc6cc 1.05 MB 2,142 206
495,045 495,045 0000000000000000003b753bdaccb3e32f4dbaef582b4bd784bd181d1366ffdc 1.04 MB 2,041 198
495,044 495,044 000000000000000000a96643e67acc5c3c5ef46cc300b3247e4f6cae1dbd1c18 1.05 MB 1,788 166
495,043 495,043 00000000000000000099a3609cc2d0dafdb6233d66997547d9b192b4cde1b0d0 1.19 MB 1,455 39
495,042 495,042 0000000000000000006a0a5a95b74e8aefeca644f022d3a4a100c2d4494b8195 1.05 MB 1,887 233
495,041 495,041 0000000000000000002622f41cadb8db9ca157096cb36fb194354cbebaf64550 1.05 MB 1,764 295
495,040 495,040 00000000000000000000137877bcdefc6af3b0dfa8955fecdc135fbe18a918a2 1.01 MB 762 53
495,039 495,039 00000000000000000010d6b0f8b27df4ef9ef1b6473b77d6b18065b964b55d70 1.01 MB 847 94
495,038 495,038 0000000000000000009e019e130779c3b0301bf56685851047d82f7449337b35 1.02 MB 1,068 74
495,037 495,037 00000000000000000006e94cd12fc30e52fc94b7ebd2792805d0c4098fce6b5a 1.01 MB 1,118 46
495,036 495,036 00000000000000000020152f4c08c759b17c76942c2f06489ca8da35c787a111 1.04 MB 1,732 150
495,035 495,035 0000000000000000003a95f5b98dfde84f5481b87f12bb4d6fb6b6920658caee 1.01 MB 737 54
495,034 495,034 00000000000000000040d7ad7e3510ea65bf4a2a9d02e372b145ce007f0a5517 1.03 MB 683 19
495,033 495,033 000000000000000000566058fb66348518fd750ac8d19fe5a23603f8b70053b7 1.05 MB 2,544 261
495,032 495,032 0000000000000000005b544c9512495ec48689b5ae0e4165e6ffd1b8eb3a0d15 1.01 MB 1,239 57
495,031 495,031 000000000000000000b37d1192af1b34760e5c2b6412067ab0c93eb79df80632 1.02 MB 1,692 117
495,030 495,030 000000000000000000c09e2dbee0d4f9a710105e4418c7b48bbaa23f5c62fec0 1.04 MB 1,386 110
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.