Memory Pool Memory Pool Refreshing

5,931 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (661,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,736 246,736 000000000000000ccfadca65ec127d5a7e557c999df17b14655e7889329c6989 0.00 MB 1 0
246,735 246,735 0000000000000033ffa9701edf4ee02c7fd73c31c5c8b3cacaef47038d7084c4 0.19 MB 505 172
246,734 246,734 000000000000002fe6007aa581dbc3861504e699bc81d8f546ad07fad74e9042 0.00 MB 1 0
246,733 246,733 0000000000000049ce3918fdbb04994fd9c13cf52df53a5fd3d0777ef6c840a7 0.00 MB 6 2
246,732 246,732 0000000000000085bc19abc3862b7238017451bbb6015dde6512744b9b7bf7f8 0.08 MB 211 125
246,731 246,731 000000000000004d3610d8eba3700f3958daa83948f91f9f946724daa620c6d8 0.14 MB 326 76
246,730 246,730 0000000000000053fe6b47df959df1ebb59219ceb437951f5fbd80018dc53a96 0.12 MB 263 111
246,729 246,729 0000000000000060bfeeb8dddd2681bfe8d30c4b87ccfacbb3e2ed12dab18730 0.07 MB 154 123
246,728 246,728 000000000000009f3716165b1afb67723ced8175f471ea19487483aa7fe042d3 0.03 MB 64 83
246,727 246,727 0000000000000075dd4abd3954e2e524319082d1a0b5de05981bcb538cc0e410 0.02 MB 52 145
246,726 246,726 00000000000000148d3da43b260525b4b10d99459e3aafaf2e0a40cabf58a1bc 0.04 MB 117 120
246,725 246,725 000000000000009a002d7a68e2d02ffc2ffff964ad8430c4bc78994ac1d4085c 0.04 MB 74 108
246,724 246,724 0000000000000031b9f4a3881484adb9c73999925b0f7bf659210511c41a0ebd 0.07 MB 138 139
246,723 246,723 000000000000009fda603b7037a16f920a956317b53f3c3044424b62c7bd5dbf 0.08 MB 197 140
246,722 246,722 0000000000000080d16a64589136617bd956ddd95e26679ec42baa00a102fd89 0.12 MB 290 124
246,721 246,721 000000000000007e3993eb6fb656487cefa84f24d38b693304607c2cff0a3cb8 0.03 MB 61 84
246,720 246,720 000000000000004993f2e7f6b5eb82329edd0cad2c876d68f5317573acba5d8c 0.08 MB 171 157
246,719 246,719 00000000000000055429dc3eb16f218f7e42cbe512c2e1530421d43073bb2b79 0.11 MB 186 66
246,718 246,718 000000000000006459a07d09366eb38935ae302310d5e7eda8f59590a8667b89 0.11 MB 235 132
246,717 246,717 0000000000000042ba31ebe82ccf2cea284ad99fc6d1187b91b1d62abbe42266 0.05 MB 84 60
246,716 246,716 00000000000000961728f7ee9ca7cdd9747568f4c52e42de41bba6d2163ead1d 0.07 MB 176 150
Previous 10 blocks ↓
Total Size: 769.42 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.30 GB sent, 95.06 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.