Memory Pool Memory Pool Refreshing

3,097 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,030 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,771 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,029 (3,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,734 904,734 00000000000000000001548e68c3bd0d526f46741e4caf2cdb8b94be65bd3f04 1.39 MB 2,532 5
904,733 904,733 0000000000000000000000ecc8fb27a3b44701db2c833ec06e3ccdbc72ae9ffb 1.91 MB 1,113 1
904,732 904,732 0000000000000000000177926095ca871645d98953fc089badc13759e660ec92 1.56 MB 2,404 3
904,731 904,731 000000000000000000010ab5ef5fcf5c6f7b4ec2be6abacad723ea0ea12bdfa3 1.52 MB 2,551 2
904,730 904,730 0000000000000000000219543cf638705dc46a841856bae473f2ea5470e96f68 1.19 MB 1,181 3
904,729 904,729 000000000000000000019691cb04739fd75e3795a46f6e99afe3dc7f43f16a33 1.62 MB 3,265 6
904,728 904,728 00000000000000000001ccdc3f0563a3689c2874c442089c85e9df2eb8232508 1.63 MB 2,998 2
904,727 904,727 000000000000000000012999d2a89d6c17c2d74580675816e62427b931707ed8 1.72 MB 4,551 3
904,726 904,726 00000000000000000001fc62cad75af182890bc4cf78c30d1ee6a5ede67563c2 1.67 MB 4,369 5
904,725 904,725 00000000000000000000b5e7e8af9593c32e491417679001072727ac4ed9252e 1.66 MB 4,126 4
904,724 904,724 0000000000000000000070491d296b3f678044c7b1e7a74d1d53e20dafb28e95 1.39 MB 2,551 4
904,723 904,723 0000000000000000000154d92929685c9e5ef8325e66f08952254cbdd039717d 1.02 MB 2,028 2
904,722 904,722 0000000000000000000258b81073768aee39f9f746f3caa9ca51665c20edc5f4 0.71 MB 1,243 3
904,721 904,721 00000000000000000000c8bcbc2d75883ecfc62bac0920d4fbccd71b9cece513 0.18 MB 229 6
904,720 904,720 00000000000000000002189dcf308f89531de070df196010e27f52d71a79bc48 0.30 MB 623 6
904,719 904,719 00000000000000000001c561d82de473e4fd4b518572a652ee08d297300257fe 1.65 MB 1,223 1
904,718 904,718 00000000000000000000edfba17fca8b2649782d359c37cd2dca8fa84d075d25 0.46 MB 443 1
904,717 904,717 0000000000000000000172cf55390b9d6fda3469675233e81380516a6459d6c4 1.06 MB 1,469 3
904,716 904,716 00000000000000000001a2b6b400dd570c77ff6faa699ee509dea1059b941274 0.23 MB 173 5
904,715 904,715 00000000000000000000e4d66396f1c974fa9030bb6b0c3fdf37f299f40d9cc6 0.24 MB 589 2
904,714 904,714 00000000000000000001c5bf42db314104de4dbeb0274e66a5228adb9eeaa0fd 1.58 MB 2,727 1
Previous 10 blocks ↓
Total Size: 769.60 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,651.50 GB sent, 95.91 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.