Memory Pool Memory Pool Refreshing

1,694 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,987 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,986 (758,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,138 149,138 00000000000006a165e02d4f930b79cdf0e9bce0e79d31fdf65a224bbff68076 0.01 MB 8 12,443
149,137 149,137 000000000000048c2afb31cac7f2339f59bee5aa428b74d43b9965e3bf42fc07 0.05 MB 112 176
149,136 149,136 00000000000009ba72dec31159bb9f0d8fb5cbb3a477f042672264aaed2935b4 0.00 MB 12 17
149,135 149,135 000000000000040c1150ac84ca4b164b5d536b36bcde15ce8f86437b4d796723 0.01 MB 12 53
149,134 149,134 00000000000005bec892bf230e56eedd99116da9e1fb0179ab6f131c6deaa7b0 0.02 MB 40 889
149,133 149,133 0000000000000080f2538fd7adcb78da2ef320ff5436d983b14923a72ff7f60f 0.02 MB 40 26
149,132 149,132 00000000000009a18c3606c9376e2cbc3fbf545b87f6c9f0b9ffe8ecf58bf370 0.02 MB 35 120
149,131 149,131 00000000000006a58a06f2ff1fc633f966a70f6df49deec34c6d0af0a1638350 0.00 MB 8 116
149,130 149,130 00000000000009cf170af43cbc04f5fe9afe8658abdcc3d8381fc0a1bd5374bd 0.00 MB 10 81
149,129 149,129 000000000000025e6e49f9781ddcc8b1334d941f9559fd35c487d81e7f568092 0.01 MB 22 490
149,128 149,128 00000000000002d3b18aea9e7f9cb4606c3346bb1e6859108d78d45b4dba9886 0.00 MB 12 0
149,127 149,127 000000000000085ea6de0696720dfa224ee8a52dd000e198b07014eb14bdc405 0.06 MB 102 103
149,126 149,126 000000000000094c76be2bf55f8efc40dbaab152ef592fecbb392864b6dc43db 0.01 MB 16 2,225
149,125 149,125 00000000000003fe623c3784cd66915983ef7316b2700c1bcab4c102c58b7225 0.04 MB 105 88
149,124 149,124 00000000000002c8a8e8d0e6bde2bcd2e6a4ff5e7e72c9a0010888d73539e312 0.03 MB 50 156
149,123 149,123 00000000000007048eb3f144de643b8e592437027c6ec92da6c428126ff41e66 0.03 MB 53 172
149,122 149,122 000000000000060a14f3e065467660ada45e079c9c5839304de56ab4202de784 0.00 MB 3 2,067
149,121 149,121 00000000000009ddde32f78d2e5a780035a96bfc4dbada51c73bcc2cdfb44e44 0.01 MB 15 55
149,120 149,120 00000000000007aeca29be3001b6bdf7689dbd6b6162623a90704c0e78f1afc5 0.00 MB 8 242
149,119 149,119 00000000000000fc6205ea28a262d93a3b53da9de2603700cdb3d719eeae23c7 0.00 MB 4 47
149,118 149,118 0000000000000834c72e86a48a1bcda0e5199f616c10c53a7175704d6361f24a 0.00 MB 8 95
Previous 10 blocks ↓
Total Size: 769.52 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,647.68 GB sent, 95.54 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.