Memory Pool Memory Pool Refreshing

1,894 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (662,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,739 245,739 0000000000000014307628174420db54a1ca8a67f3dd4eafb7dd729edb6f483d 0.13 MB 257 149
245,738 245,738 000000000000006eb4f9f3d9bf42debb436d899c2fdbed9556a8e8a2d44abe25 0.01 MB 25 46
245,737 245,737 000000000000009c63a4a3eb9e8fca70c1dbb584eef24b8b9feb309ce62db7a6 0.15 MB 298 116
245,736 245,736 00000000000000bc27b57fae01ccbcd0fef618b83b9eeb4073cacec376726052 0.24 MB 512 40
245,735 245,735 0000000000000074602b862fc1c7206c6e67fdfa40a7354567ccb2f54ce6d0f3 0.25 MB 620 205
245,734 245,734 000000000000008d76bca5dbce64ac61727b8ed55187d5a96ae0b200e9183ec0 0.06 MB 129 17
245,733 245,733 00000000000000a243c5c540c17911a8b2bd85fefc85830cdce879397f6355b7 0.00 MB 1 0
245,732 245,732 00000000000000c7b0b8cca73b4825d4712c78788c0b23173c7b27bfefb0594c 0.23 MB 507 172
245,731 245,731 000000000000009359f083e9bef83f16c0d824cd49e9e3b31754d4b499c7cdab 0.06 MB 133 34
245,730 245,730 00000000000000aac28866471ca445f02d0fedfe185a093e776f8b09fc87f788 0.24 MB 470 150
245,729 245,729 00000000000000222195840213e75ec4df4ea1fc5453be78cedacd658773aa0d 0.09 MB 169 82
245,728 245,728 00000000000000a02f0ef0ff8c2fd8820fd321019e0fbf91b7973eadbb8901d3 0.14 MB 259 98
245,727 245,727 0000000000000020af13feead7f7140e4a65fa07740100f4b1c9bf6739ffcb50 0.10 MB 244 106
245,726 245,726 00000000000000309c0e6a3e48a219d9dcf9aae488559255a33defed896b3d50 0.11 MB 289 154
245,725 245,725 00000000000000482c9a7543a18183ac5e5e1e7ec935a8242df99fa6b7162d71 0.13 MB 363 99
245,724 245,724 00000000000000521b6587f4a2130f2f7aec25ef812301be0f04a732289f2cfe 0.17 MB 358 133
245,723 245,723 0000000000000067580fd21f928999fcf9bd852f1cc06c62a4266176373b80d6 0.10 MB 256 169
245,722 245,722 00000000000000c3c5815cc73bf2884b72288c3d9fdaa95c5c519116bbdfedfd 0.25 MB 548 155
245,721 245,721 000000000000007e72b1097e2d50b6f07858fea769df6e30c6b346a6744a11d6 0.10 MB 221 169
245,720 245,720 000000000000003c96415204b137faade601e66d30a803d8dac4da4ac51ff597 0.24 MB 444 151
245,719 245,719 00000000000000495b82448560bbdc60690cabafe470cc42918babf1b516b56e 0.03 MB 64 40
Previous 10 blocks ↓
Total Size: 769.56 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,649.19 GB sent, 95.73 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.