Memory Pool Memory Pool Refreshing

8,482 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,890 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (745,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,529 162,529 00000000000008c1d2546552c951866ccd92300fa8df5d8650b39cba0361c7d9 0.03 MB 54 53
162,528 162,528 000000000000069ea17f6fe623ce329ad9b394bfb9ac126e41e6688e79e7241d 0.01 MB 14 524
162,527 162,527 0000000000000a3267a7311522dc0b216222399c9ccef8b04e3a91cc08eaded0 0.02 MB 21 137
162,526 162,526 000000000000056cf56258863fcf32dcac770abe0a8ce17be3ca1986d1d96cb3 0.01 MB 11 41
162,525 162,525 0000000000000742e906446c900f9376f1132de0ceab3d9fc995b8ebfa44c564 0.00 MB 1 0
162,524 162,524 0000000000000164e33c54151e0d868ed0ac21d2d2c2e6e3448cd552b9573181 0.01 MB 26 188
162,523 162,523 00000000000001532b1ff94840455ac1852d3a2015a59ad222b3a372cb975391 0.04 MB 78 62
162,522 162,522 0000000000000218b677adefb259dfddfa5430a14ae0352a888738fbcdc95eba 0.06 MB 148 113
162,521 162,521 00000000000006a1e1d89b4b51a3f120a1a8b8bcb70b54db142104fd31d8bbde 0.01 MB 25 128
162,520 162,520 0000000000000b35d929a16cb3b247019e6c10f0a322c4473fb967ece7103e9b 0.03 MB 90 1
162,519 162,519 000000000000096c7f2de1770c36a43ca76d7963e113a69dc54d0bcd5fe483d3 0.04 MB 69 94
162,518 162,518 00000000000006deb4a32900dd56073b9e1b87c3f3973d65a5639c137c83e4ad 0.01 MB 21 6
162,517 162,517 000000000000091a55dd050f47b2b0e98ff0bfdc552c2ae5124e257fa0891aa4 0.01 MB 22 14
162,516 162,516 00000000000007bd33589b1dd1592dfab1bf224e38ea05a0adc1a2a645ee010f 0.05 MB 109 1,794
162,515 162,515 0000000000000cd445bcac08e23df065a892eb5bf32b43b4df9953d2eca4952f 0.00 MB 4 64
162,514 162,514 0000000000000cb82d1afbf8a91aa6b4dfc7884ff06ea2ce8a2a327f636479f3 0.03 MB 89 21
162,513 162,513 0000000000000a62906964d4aa995a1c9a7981c84264a0205eea4e15e58acbea 0.03 MB 62 143
162,512 162,512 0000000000000aff8c328232292858f5b4c5d8158ecf4985abf611e6f45646a6 0.03 MB 66 27
162,511 162,511 0000000000000d662a2a2419ed791fa7fd95c8d44ef0db2e48a13797f6eebc1a 0.01 MB 13 343
162,510 162,510 00000000000005f8b3157c0b2e7476bd5e45d057b8f96f21a1489ef2e7977af4 0.00 MB 13 30
162,509 162,509 0000000000000d62e2c244bc79e00b852e2f70ba1d20bebf5eec7f735dda4ede 0.00 MB 5 267
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.