Memory Pool Memory Pool Refreshing

2,494 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,484 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (424,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,081 483,081 0000000000000000012b359ab2b8ed065f205494c7e81af67b14d3c9ec4c41b6 1.00 MB 1,977 219
483,080 483,080 000000000000000000bcf5f3c135a7ee3c96d7349194d8b75725d413acd19733 1.00 MB 1,793 183
483,079 483,079 00000000000000000135ccb4a58667e857cb1ef2bbb8bb1f3c099b91d9a43bd0 1.00 MB 1,117 131
483,078 483,078 000000000000000000f968cbc86631a59415e4eaa51e027efefdc6304c275bcf 1.00 MB 1,369 48
483,077 483,077 00000000000000000049ce3788d11dd89ba32548ba0b5b66c4bf2c98455eec33 1.00 MB 2,045 301
483,076 483,076 000000000000000000daa64d33a0a78fb9708bdfb57d558ff709c5d4693a69cd 1.00 MB 1,477 145
483,075 483,075 000000000000000000a5a61e13c6ec6cfadcca7465e9c916bfd9c9f2b002de9a 1.00 MB 1,858 243
483,074 483,074 0000000000000000011a16c41b06434c369a544be5cd3d701657beedab9e0681 1.00 MB 2,008 387
483,073 483,073 0000000000000000009aa577861da4d096bf7f5fe77ac119b505cbedb43f17e9 1.00 MB 2,907 418
483,072 483,072 0000000000000000008d1fbec0058151cb318cf1672938c36f01aeaaf77c806c 1.00 MB 1,012 487
483,071 483,071 000000000000000000be5155f563f0d49c76bd964ad61a06184a2d5e2f5ae578 1.00 MB 245 8
483,070 483,070 0000000000000000009acd339c0c62015b2eb79091f4f794f78485f79e650fcd 0.91 MB 1,130 211
483,069 483,069 0000000000000000010fe4fd664cc9020a3b13fac303d1323a99080802e32b9e 1.00 MB 940 67
483,068 483,068 0000000000000000007062d55d9b1abe1a2e441592e457235334f04fdd5b860b 1.00 MB 1,934 285
483,067 483,067 0000000000000000012f84f9b8497984e13fb21b251cc8df2a9a3d3cb463f9c8 1.00 MB 1,199 130
483,066 483,066 0000000000000000000cc0c474a75ffc45eb03a34f6dad7e03afc677f39a771d 1.00 MB 1,218 141
483,065 483,065 0000000000000000004979d4ed5be0b80b220b96af0e75dbe8ed02f67b104ed2 1.00 MB 2,191 260
483,064 483,064 0000000000000000002ed4ece204ee3085878ca990ca63b93f4ba6213a872e3f 1.00 MB 1,309 145
483,063 483,063 000000000000000000c3615ffa7b72de2774347d71b29cb7a091986b0f20153b 1.00 MB 91 2
483,062 483,062 000000000000000001116c7cce52180c385084d5111f130dcf025b4f852a15ec 1.00 MB 1,678 191
483,061 483,061 0000000000000000004276ef0f242a5c33f04ade1928a640fd6b12ad6dee0ba0 1.00 MB 183 9
Previous 10 blocks ↓
Total Size: 769.44 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,645.61 GB sent, 95.12 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.