Memory Pool Memory Pool Refreshing

9,223 transactions
3.08 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,156 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (740,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,865 166,865 000000000000010d606974e6835c0f08d4af2cfc5a810da2f7a9056f5a268501 0.01 MB 25 111
166,864 166,864 0000000000000996380ec31775568ca51294ffe9fcb3c1eb7588d57031a2a702 0.01 MB 33 3
166,863 166,863 00000000000001a8eef5fe6e776176de62e54a684b1614213071e27e1e90271e 0.02 MB 57 75
166,862 166,862 00000000000000fb1360a3e89aad7b046bf08d89cf9dcefa538a0ba0f97cb29c 0.03 MB 61 80
166,861 166,861 000000000000082a3d60e5e7c069a80365f6869878a21908c08cea1bc5993e03 0.00 MB 13 0
166,860 166,860 000000000000014d110092c490413765e272969ff85e21f8a8087d153b3f15b2 0.03 MB 77 301
166,859 166,859 0000000000000776adbabd801880ae9e8b21bdd3fd88cef1d04b97c8d6e7648b 0.04 MB 86 93
166,858 166,858 000000000000054e81f2d85d5ab67e614cbfb5fca5ab76931d23ae88b1e390b2 0.05 MB 114 65
166,857 166,857 00000000000005d85c0bff2656694e30d1a4716241babfbe8af6b9693e1f9057 0.06 MB 145 308
166,856 166,856 000000000000009d10956ab4e3244a87e462b272af00957501b100d26193a535 0.01 MB 15 9
166,855 166,855 0000000000000ba7aaea2fd0b1173a3571435ca1b96b2843fcc1f2a609b3361e 0.04 MB 102 239
166,854 166,854 00000000000002de57ff139e24e3e247c99808ad22a50f77104d80e95ddcae9f 0.02 MB 51 139
166,853 166,853 0000000000000808b45f84770aa953591e26f23f44877e80b194427d61d3569a 0.03 MB 38 118
166,852 166,852 00000000000005b1135224ca0ae9f11aa5fca38c907cbfbf59adada69c689d39 0.06 MB 118 93
166,851 166,851 0000000000000b101ebdc937ced439eeea60ca88db3f1b35a608e74bc4b8799e 0.05 MB 130 65
166,850 166,850 000000000000053274ce0a63bb8bfd7ef3e226beae73dd586b78f65b86bd44a5 0.01 MB 32 195
166,849 166,849 00000000000002b09ecf88a1cd867264c0159dfb3c219557d88150240c3b9ff2 0.03 MB 59 100
166,848 166,848 00000000000005e8184d63cec24e2f12d997a81d5dc5bc0d725510c6bdefe10d 0.02 MB 48 217
166,847 166,847 0000000000000113e3dc89ab2da57c83c503f99b49256034a13ff42f0b90e7d4 0.00 MB 11 12
166,846 166,846 000000000000001c787ae81faf9d2ffef25be758e20c09999eaeab1cdff19853 0.02 MB 62 175
166,845 166,845 0000000000000a98f5c890b25657ebd063349fffc5c1ebaf85fc17b3024be1c2 0.05 MB 113 130
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.