Memory Pool Memory Pool Refreshing

6,502 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (740,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,893 166,893 0000000000000b53527ca2cf5688cecf93f30541beeeb0e09a88d4feb4cd8983 0.03 MB 66 196
166,892 166,892 0000000000000491d1a376eafffab00fb667e9d3b32d6a0cb31d34decf1ae488 0.01 MB 16 51
166,891 166,891 000000000000057336b22bffbb182415a4902c9200abaa102ccc4861404fdda7 0.05 MB 118 154
166,890 166,890 00000000000006dae2bb09c0ed756696cbf656fbfa5f20f054d972509e575a4b 0.02 MB 48 36
166,889 166,889 0000000000000b3ca6464c35074312991bd5bbe86ac1dc7b7adbf7f3790386a2 0.09 MB 183 427
166,888 166,888 00000000000008aee6c750137095a75caa81ceb802779d2e7da977138a5faabe 0.03 MB 93 161
166,887 166,887 000000000000024ee43c43f0d546d83a4def426b6b6b76bc3ed8ed1888b44b6c 0.00 MB 1 0
166,886 166,886 00000000000005160337fe281c5d14e9a57c9d6b2d58b50477d2c912a13508d5 0.05 MB 137 128
166,885 166,885 000000000000088172f53ff8d599f821e495d4736eff6c09816eb87bdc061238 0.03 MB 73 111
166,884 166,884 0000000000000a4bef40ce7c9e199682b674c9e2846277208458ce188bf10ffc 0.01 MB 28 14
166,883 166,883 00000000000004f3f4b3b855d59125f5366451bd70d1ab5663678be8ecb246fa 0.02 MB 41 591
166,882 166,882 0000000000000b420cc8ed6638e908a89045e119e3dbabbb0b0243874586b2fd 0.02 MB 58 106
166,881 166,881 00000000000006726138d81a490c55f79bd18620e2e7cb05200392fee4e8aca9 0.03 MB 97 5
166,880 166,880 0000000000000493c7421b1375ee00b2332b79977f95c72738e32c612e0b305d 0.03 MB 73 211
166,879 166,879 00000000000009d4a060f639012cd76b22e8e1204e56d8fd82777d5b671d28fd 0.04 MB 104 78
166,878 166,878 0000000000000bb94ead37e6d5f2ecb13220ee9f4d36815270fadab740ee7002 0.02 MB 44 61
166,877 166,877 000000000000098236eca5702efbb01f2a330572425d53d097fe54db0e992ed0 0.01 MB 43 124
166,876 166,876 00000000000001e8e390efe1b0fe4f6227d89627335560c8bffcd16f5051adcf 0.01 MB 23 32
166,875 166,875 00000000000004c3b9f3a93f2b688a136fd4b18e031375c77ea8134541058119 0.01 MB 28 160
166,874 166,874 00000000000008181237cd5193ff6c5a60ace509f0887356f2a0eac9474a5be7 0.02 MB 42 314
166,873 166,873 00000000000004fef9e270ddfee7a2d4d9bcb30ebb07f96dc5972aecef626a8d 0.00 MB 13 32
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.