Memory Pool Memory Pool Refreshing

7,925 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,834 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (253,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,025 654,025 00000000000000000009a46ad5fb8fc8b807410cc40c58eb160ea67d4191305a 1.40 MB 2,303 116
654,024 654,024 00000000000000000000ffa5fb42d43d8b646b932fae54dec8e2c32ece990e3a 1.31 MB 1,916 29
654,023 654,023 00000000000000000009d2a034b5218bdbc9389105d48249b8bcd02eacccc6af 1.16 MB 1,257 68
654,022 654,022 00000000000000000004b2165024d6e4e02cf4b99fa77134c63991c8d54ebaee 1.22 MB 2,159 41
654,021 654,021 00000000000000000000c4e4d5e024a9ba578e4b30212864b9636e71b7d48405 1.31 MB 2,001 79
654,020 654,020 00000000000000000004ca6847b2e24e29a8e4ae1a6bf4ec9bf05e4b87223d17 1.24 MB 2,369 75
654,019 654,019 0000000000000000000776ce77309b7aacfa6f7addb39279ac901cafa2d224b2 1.15 MB 2,332 42
654,018 654,018 0000000000000000000083710685b92b069c29682727e3e0b445daf78fbb250f 1.14 MB 2,577 43
654,017 654,017 0000000000000000000d3717282b4ad2de7afe473e0fe07a20dafd69cf05affc 1.45 MB 2,074 123
654,016 654,016 00000000000000000004539072450ae8014f26f019cd3b5efe641152409679e5 1.23 MB 2,959 78
654,015 654,015 000000000000000000052fe02c6fa1388b99483e65aea696783c3c7c289775d8 1.49 MB 2,477 152
654,014 654,014 000000000000000000013943b6ee88b08e9ad594efee84507896a1750efeab23 1.42 MB 2,440 163
654,013 654,013 00000000000000000003cd6de986bbcbcfcb003c1051550b7f7c50d1a363ab9d 1.27 MB 2,491 47
654,012 654,012 00000000000000000006f76fa30331963969c5bb717b1b0c5bcc2378a16fc59f 1.43 MB 1,878 67
654,011 654,011 0000000000000000000b10ea81decffbb88fb6a9edba08994f23b4a237d8c3df 1.34 MB 2,458 106
654,010 654,010 0000000000000000000b518f692832004576bd42162f464fa0151b11e72d8b53 1.22 MB 1,601 108
654,009 654,009 0000000000000000000aef6e9b029eebbde2f991d7b7a698b2503f058ddbb0c5 1.38 MB 2,289 105
654,008 654,008 000000000000000000051fd4757deab0fef4bfe28d4d3abd9e8c52d9c4e9b507 1.11 MB 2,542 61
654,007 654,007 0000000000000000000ac507f6cdd93101f2ffc366dbd06e0af316731995cf10 1.39 MB 2,688 137
654,006 654,006 0000000000000000000cc520f39b2e9fb3cfe299295b36c7222485413278d7dc 1.26 MB 2,690 78
654,005 654,005 00000000000000000003a68d735569bae91467c065c6aa5b28d8c0489cccc9fb 1.32 MB 2,646 112
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,625.80 GB sent, 93.04 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.