Memory Pool Memory Pool Refreshing

8,416 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,861 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (740,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
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
Previous 10 blocks ↓
Total Size: 769.29 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,636.62 GB sent, 94.37 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.