Memory Pool Memory Pool Refreshing

696 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (820,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,053 87,053 000000000009de0d6cfee90582cebf2fa67da17dd0670f98f773832e855f9dda 0.00 MB 13 1,259
87,052 87,052 000000000006b1d33a9750872c5b3d1c98dfe23ad83f1cd660f40994a047acd2 0.01 MB 26 0
87,051 87,051 0000000000151caf684779a5a7c40f6a191b00d21b720a9cff43e7afe5183867 0.00 MB 8 0
87,050 87,050 00000000000f343ece5432c8ce1ed39db748d7cce9c6d3107c4e887e37d38e21 0.00 MB 3 0
87,049 87,049 000000000006e2a04e0e7e31228d1e72894b48a0c185566663035c673740cf72 0.00 MB 14 0
87,048 87,048 00000000000d6f31d9f5a110c8115794c18cebc16893ccbca65cb97b7ce9cb59 0.00 MB 12 0
87,047 87,047 00000000001a56005c798b995a010c0d5de975d86498ac2675ebb4a6f56f7afe 0.00 MB 2 0
87,046 87,046 00000000001d060a04ca3eec3ce1d517a54b91c02357f04490ae59019162205d 0.00 MB 1 0
87,045 87,045 000000000003dbdc4ea484d702cd8941ac94cdbd26ac04345fff53737e2f5627 0.00 MB 3 0
87,044 87,044 000000000007ce65cef1a7b0fbcdd9bfd9be093929c8ddfd3eb322694d08a268 0.00 MB 5 0
87,043 87,043 00000000000aaf50046dc95c5ba8cd2f841c1f767d0b8108bd06cf9df6df87fc 0.00 MB 3 0
87,042 87,042 000000000009f00244df40ccf0366a5097ed1d37637234756c6e26e25bf03039 0.00 MB 4 0
87,041 87,041 0000000000197c3b71324f249bafef78f67d2eb8a2c7eff6d20ec80f9f2e5ed1 0.00 MB 2 0
87,040 87,040 0000000000136e7db461e1307e18b856afe69510000654f3171480d3e971aa5d 0.00 MB 1 0
87,039 87,039 00000000000c67452a69d34227838da25b6d8633771ba4de961a877c3d5cc1c2 0.00 MB 1 0
87,038 87,038 00000000001dfbe5f079736c46f5f9f94a8660810b557c7a6a1feed4148796d8 0.00 MB 3 0
87,037 87,037 00000000000d896d9bdb10138601f1b463f061206132c03c3724370308c6ec2e 0.00 MB 2 0
87,036 87,036 00000000000d8879cff955e18c93136b750477628caddb0e2dae583d223cc84b 0.00 MB 1 0
87,035 87,035 0000000000025dbfed09a39780ff6f91b9a16865dca3a4aa6a9051c1a20e41cc 0.00 MB 1 0
87,034 87,034 00000000001db023af46b15406b5edd2e9ddb9924beb8254d385f23088824ec5 0.00 MB 4 0
87,033 87,033 0000000000164cff7509c349b7b9fad860ca849bc85a212d62f9c408aecad1be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.