Memory Pool Memory Pool Refreshing

7,920 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,869 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (758,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,449 149,449 00000000000007faa76aa03eb024146ef13742e19800987afdbdc1ac57a3e3e4 0.02 MB 17 42
149,448 149,448 00000000000000a36b5d87209fa3d57ecf844e1b7d0c1d212746c662435a61bd 0.01 MB 26 287
149,447 149,447 0000000000000643c46565f13cfe2bb1954703ccb12ad58953bcf9c8d2564943 0.00 MB 1 0
149,446 149,446 0000000000000375063d3a72c3974190b19d283a2f9367a4cafd8c72051cb76d 0.00 MB 15 24
149,445 149,445 00000000000004427732bd215340242f0086d41b4ff1e834958c1b2cd8e393d3 0.03 MB 50 68
149,444 149,444 0000000000000a27cbb561d59ef31b7ff8c2e5cb492e2698f570d79758258e0c 0.04 MB 111 123
149,443 149,443 0000000000000593f9348ff87058e94334e25d4296f20522d12f09a6bc7e2f7c 0.01 MB 19 213
149,442 149,442 00000000000002bd7e7bfd512638017c1fdf4ed204b1e074f46ca70243f640a6 0.01 MB 14 54
149,441 149,441 00000000000008d172dce442ee9f7c362b5db614595a127484197d28655a09b3 0.03 MB 97 41
149,440 149,440 00000000000007047fbc8a690f4ad767a289e6e07de0dd76cc383d5e8bed99eb 0.04 MB 65 152
149,439 149,439 00000000000004c0e25537bc049584c0212f0bf842e0612898db34c0d79314e8 0.01 MB 22 328
149,438 149,438 0000000000000a3b6d55e0759004303d308eecc3c3a76ad629af29c5cf73d3b0 0.05 MB 29 83
149,437 149,437 000000000000095fdafd17216772ed0515677398aa25b977d8b8c09af1aac7ef 0.00 MB 4 70
149,436 149,436 000000000000002e7f2dbc8f82dd18b782bee8120d9fddd1f64edd2414ac1e8a 0.01 MB 26 245
149,435 149,435 000000000000040d4b005e2279409d8ecdfc0b64469e58754e2a4bf26c4fb349 0.02 MB 29 157
149,434 149,434 00000000000009892f9a0ea7b390397a80d046d2a943a02a711348532b49b034 0.03 MB 80 7
149,433 149,433 000000000000038b5e1f63d8210d57a0409707e6eb20b24bf0939850f3c05c3e 0.01 MB 24 79
149,432 149,432 00000000000004e9e942758d667eba167e3966cfc96458cb5e35ec424b037a23 0.01 MB 16 278
149,431 149,431 00000000000002c775382ae6bc3efedc5128e78839891eda8ad7a9b0ee35f2b8 0.05 MB 150 61
149,430 149,430 0000000000000868c17d972a270c4101de771a5a52080c565401458b40298d64 0.02 MB 53 103
149,429 149,429 0000000000000aa210442dcec1799e9016ca1905c8b701df74adb3749851d032 0.03 MB 81 197
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.