Memory Pool Memory Pool Refreshing

9,974 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
8 sats/vbyte 2
6 sats/vbyte 3
6 sats/vbyte 6
4 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,123 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,370 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,122 (534,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,089 367,089 000000000000000005511b243ed25a22bc77d9c28761fe9111fcb1e614e4f8b9 0.00 MB 1 0
367,088 367,088 000000000000000007aad05be0eada273a6a75e299abec817282316acdba2c9a 0.00 MB 1 0
367,087 367,087 000000000000000004282bd86f9dd4d25028eda552f008bd30bda8673699c84b 0.28 MB 264 13
367,086 367,086 000000000000000005100ab76bdb20ca1fa1c35e8fc55f0c8a0c89decfc72a63 1.00 MB 1,478 32
367,085 367,085 000000000000000000910699eb9e8bd56ebf56636de8b8617f7170f0d648017a 0.93 MB 1,872 44
367,084 367,084 00000000000000000306a8a92815309b06b42506b7d76389300a7ff7f31510e6 0.17 MB 194 20
367,083 367,083 00000000000000000ab025b5178b02947015e4b5ed18daeda095c06471d82623 0.56 MB 320 11
367,082 367,082 00000000000000001209d93a04276b768e3b8cdb7d91dfee19df4f296050cc54 0.87 MB 1,353 31
367,081 367,081 000000000000000014da5bfa8a3603e0293846724e8f6ebe2aae4609dc85737d 0.14 MB 88 19
367,080 367,080 000000000000000010982237f4ae541e82b557714f3da7a00e98cf88e8dba57d 0.75 MB 1,007 28
367,079 367,079 00000000000000000f529d8903f9f5d4c757b360fc5a8b3191d7fda1749805cd 0.85 MB 1,870 50
367,078 367,078 00000000000000000a2cfaaf5c90856a92fbc46b995e3da4876e000dcfbb83aa 0.66 MB 1,268 45
367,077 367,077 00000000000000000b36205f6a2eeed6b8d3baf7131393e2431b62b52e579e00 0.19 MB 360 46
367,076 367,076 00000000000000000de32eabfb3380a47aea21fe819b4d9e1e63b3789b4d02a0 0.07 MB 106 37
367,075 367,075 00000000000000000908d590016afbcd7ba2402d1633dcc7c10209ae1ac4af67 0.32 MB 562 45
367,074 367,074 00000000000000000946cd3e51c30fe34e8fa4a93d0135adc0d644355ff90dc9 0.36 MB 660 45
367,073 367,073 000000000000000010e98ec5e63e1840a692bf5d908d047b93d7468d35e1f0b2 0.05 MB 75 33
367,072 367,072 00000000000000000133d016037a34e6c0277940880dde77f0068ff0d58aff5c 0.18 MB 232 24
367,071 367,071 00000000000000000b0211470b30a4add6e2862be82acd969bbeb63ecd6ff270 0.59 MB 1,014 37
367,070 367,070 0000000000000000007f43360b2d7005c8f25013647359d468b8c2ef281672ab 0.32 MB 603 40
367,069 367,069 00000000000000000a470208623c3d36f69587a545d137424370af497c0ed073 0.84 MB 457 14
Previous 10 blocks ↓
Total Size: 757.81 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: 704.38 GB sent, 36.10 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.