Memory Pool Memory Pool Refreshing

5,752 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (743,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,996 163,996 0000000000000bb8e52c8446421ea9ebbeb9f5cf8d04c69dd37d4d75bbcfdfd0 0.02 MB 65 61
163,995 163,995 0000000000000772865ea06107d0b550dfb8bd353c81e0d4d65ef50fe1d0310c 0.01 MB 20 55
163,994 163,994 00000000000008ebbb3df67bdf1b5e6087555daf3d66f82a44eb5c21d9f679a6 0.03 MB 44 109
163,993 163,993 00000000000009adb4b5b9ce4dc401569857f23152d1ec2b860814cab9c17b2a 0.01 MB 26 4
163,992 163,992 0000000000000bc08290f15ae12fb1262fd3d07bbf8785d0d4c8f5dfb1534988 0.05 MB 95 500
163,991 163,991 00000000000006b8ccf608df965c2ffa633d560f2fbd55305987aa60473203a9 0.03 MB 64 54
163,990 163,990 00000000000004e0b80dedbe57cd490b965fcd11c25977d50484ae1fb78b82a0 0.00 MB 1 0
163,989 163,989 0000000000000834a5d64a8c3db252e3be90fa26bc16fce8d8b69fcc2cd8e9f0 0.01 MB 20 191
163,988 163,988 000000000000078698236357be2b6ae8889ace0647554021dca396faa82b7d6c 0.02 MB 53 0
163,987 163,987 00000000000002d1971f301cd3b7a408af0122d861da93776f731e3fc963adaf 0.02 MB 56 132
163,986 163,986 0000000000000a9d9116185ef22508e3553747d0aa1c5a830f0227a187c4a822 0.01 MB 36 0
163,985 163,985 0000000000000118ecf1d3970e1d4e6d6e9bb2304ead0cca741271d3f21213da 0.07 MB 99 449
163,984 163,984 000000000000079718ae81c29af4e63fdbabf4eb77c45833e43340eb2ac8df25 0.01 MB 35 0
163,983 163,983 000000000000075e52da8e51fb3efa774892ae2f514487dc98299a9b81163c9d 0.01 MB 24 38
163,982 163,982 00000000000008543ac63054ce8715d81a3690573cd2c8bda51933f7b5d535b7 0.01 MB 26 90
163,981 163,981 0000000000000a62d0816fc7cf25c7208dd120524c4b66f8152c582624c86f47 0.05 MB 94 465
163,980 163,980 0000000000000342ad0d09489cd4429e27dc87711734f0703a3e8254745904c6 0.00 MB 9 4,154
163,979 163,979 00000000000003599850a242a6ceebeb86a14a571327fbec48496d9c018d88b2 0.02 MB 20 92
163,978 163,978 0000000000000356c06c385f3405739ce977691716d93a533df7dd19c2f6f932 0.02 MB 62 8
163,977 163,977 0000000000000bc2ab6c049655a07173cd468aa25ec5c064f6b117ef5ffa3dbe 0.03 MB 76 153
163,976 163,976 0000000000000288c295a180778bec0f347be3f68632a2a38fb5c26c0c45bfae 0.01 MB 14 300
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.