Memory Pool Memory Pool Refreshing

9,685 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,388 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (620,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,530 287,530 000000000000000016ae50dc7906ada938aab64b0493cf8527c983a3b42e0371 0.03 MB 16 15
287,529 287,529 0000000000000000b6e5a0d9e41feddc65eab413006052ee479ad88adea6cb6f 0.34 MB 546 33
287,528 287,528 0000000000000000d80388719b504836302d47f9e4aee349162aedd7bc4a988c 0.04 MB 79 33
287,527 287,527 0000000000000000d7b782b022f72f317f1f98de95afe6ac737d64ff9ccf7faf 0.03 MB 47 24
287,526 287,526 00000000000000013cf30fa066d806195300712de36b094782785d6ffb47e081 0.47 MB 718 29
287,525 287,525 000000000000000041e3f2a3355d1e6e07d2fb340c70031af611e7b1f2034d5b 0.24 MB 457 26
287,524 287,524 000000000000000034b7ad4bd9b26385e33d28d0d46af74a7e7c6101fc420124 0.06 MB 127 96
287,523 287,523 00000000000000015cb2e84e08f13ac8b3eeaf45241d0c6cdadd90460285deac 0.13 MB 108 17
287,522 287,522 000000000000000010c8d662acd512895e7e49b1bccf8df604d04fccec45aefe 0.00 MB 1 0
287,521 287,521 0000000000000001470ac40ce038b808a3d9e051ebfe756a23582c81ba0628a3 0.09 MB 184 36
287,520 287,520 00000000000000010609d827d8bbf12b03377614204dd2356efede207de76d30 0.10 MB 71 6
287,519 287,519 0000000000000001159340b3526d81574dfad0c1d94f9c8c3919c8dc1309f3a4 0.05 MB 90 61
287,518 287,518 00000000000000000674c745f787ac55bb3860c06eb3bece244a5009751fceca 0.15 MB 79 14
287,517 287,517 00000000000000005aee250137a59b39eaa7e34fe03667ff832a76060aad9eea 0.35 MB 776 46
287,516 287,516 0000000000000000b357a27ff8eba9a76d564b28c7e04c8f043b1b4518e2d0bc 0.22 MB 385 42
287,515 287,515 00000000000000007ee0ca14209597f09d205f32fd1130c7276d1d380620a06d 0.17 MB 179 36
287,514 287,514 000000000000000024ec832367f297984bcdc5d595c6d7a575c05fe4da9a83ea 0.35 MB 701 38
287,513 287,513 00000000000000006a6062df84b67a4e89a04e81e286faa467ae9153f025f46f 0.33 MB 382 28
287,512 287,512 000000000000000061d0d71bda92ed634a979e82261c65163f9f65bdb52b0626 0.20 MB 388 37
287,511 287,511 0000000000000000ac79d30402672585d5356095e5d8ce636d442cb8ca69b8de 0.08 MB 95 22
287,510 287,510 0000000000000001047d4535c91fbb0c57dba9d32d35bcb1e4439dd60fe93829 0.90 MB 1,682 29
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.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.