Memory Pool Memory Pool Refreshing

514 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 509 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (741,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
166,872 166,872 000000000000075c5ba22c24e2e6c070ed5cdeae6a36c3c8db5baaced7c8e6a0 0.00 MB 6 0
166,871 166,871 000000000000072852e5ff17bd01ad5abc072d541a0b1c720852a83c55d64c2a 0.03 MB 72 62
166,870 166,870 0000000000000b94637b86add7f27dc22632434fe3cc814be5f4156f69b2a722 0.04 MB 127 13
166,869 166,869 00000000000000675bf4f0102d4357b2f6f9b785f4fdb9ecf2c052b51b32989a 0.01 MB 36 65
166,868 166,868 0000000000000553573faea41f6302f6d80431d67bf165df7e626f122a0b93c3 0.02 MB 37 66
166,867 166,867 000000000000022f24f828564f515331ae1316591ea6e0bafb1578f69498ae69 0.04 MB 71 67
166,866 166,866 0000000000000b72b0d5e434cdcaa3566b0825e6fcc61b90f3f6d0a9f0ea6971 0.05 MB 158 16
166,865 166,865 000000000000010d606974e6835c0f08d4af2cfc5a810da2f7a9056f5a268501 0.01 MB 25 111
Previous 10 blocks ↓
Total Size: 769.47 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.26 GB sent, 95.29 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.