Memory Pool Memory Pool Refreshing

8,112 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (709,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,551 198,551 00000000000004e960e10740998844f9894415f50d43d2a18a8665331fc90bac 0.15 MB 305 150
198,550 198,550 00000000000001a7c40fd03e10c73de6dbefa420146aad2e23cc9c9e607e3b3d 0.05 MB 135 271
198,549 198,549 00000000000005fe697dbd3ddb8fef73f2b3c52ccdba2c2a2b1256ec5a0b98a2 0.10 MB 256 57
198,548 198,548 00000000000002c06eca40bf20ddac892be681d073b3ea78b128166a0de91611 0.06 MB 144 151
198,547 198,547 000000000000032164ad4de4af521c865144e345cfd020321e40cfae3f378b9e 0.13 MB 256 122
198,546 198,546 0000000000000196af3267977ad59f56aa36575a1426104b1acece61cd6204ad 0.02 MB 48 120
198,545 198,545 0000000000000629492c1a2b0aba3b04fcb6c82cfa7f11b2b5259fafb30bd301 0.26 MB 593 122
198,544 198,544 000000000000021ded0901c79adec6dd8ced65bf2c7b52d1402e8fe881ea0642 0.13 MB 317 214
198,543 198,543 00000000000002c5c05d0c5fdf456032cc056265086579457f1053f9d06aa97e 0.01 MB 16 196
198,542 198,542 0000000000000036b374c65df921551bbb5a9c04afb68e6b32f7a7f6660bc11e 0.03 MB 66 142
198,541 198,541 00000000000004ea56c97cf01650bb86735483ab8401b6d68a94f3fadc871c35 0.18 MB 479 169
198,540 198,540 00000000000001a578a96747c021541c26ceb1d19adff02632534a776d2727a4 0.15 MB 201 206
198,539 198,539 000000000000043930aecbe9d3a1d590b5faed29e8eb0a9b74ade3b8aaf2cc0b 0.00 MB 12 354
198,538 198,538 00000000000003cf398d7e802551ef6580798b9b8e674d5153ba7246a1eef315 0.05 MB 126 303
198,537 198,537 00000000000000e7e93509353b191aace113749fdcf4d3ea7218136b1ebe5375 0.23 MB 505 130
198,536 198,536 0000000000000322b90111260dcbb877c62c14e672c23a99a86ca444dc5525ee 0.20 MB 380 198
198,535 198,535 000000000000048cec5e530942f2f3e2798bdae629efee32b249a675e6bb4611 0.05 MB 174 163
198,534 198,534 000000000000052191189338e1c8b9f4db7ff81972b226c070ab4b8d66b75afe 0.33 MB 360 109
198,533 198,533 00000000000006042e2a131fb6adae13a21a934bf3b8b6a0805ff3d913dc1d39 0.02 MB 47 160
198,532 198,532 00000000000005b0cf1c444e152366d7afae79fb0d6606338b736e75f8771e21 0.03 MB 96 186
198,531 198,531 000000000000027686c4206eb6a85598e9804ec203403babe15310437b5cf428 0.08 MB 266 108
Previous 10 blocks ↓
Total Size: 769.45 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,646.01 GB sent, 95.21 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.