Memory Pool Memory Pool Refreshing

6,156 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,764 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (608,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,275 299,275 00000000000000005d98cd89eef941071b06b47aa756864e4096dec7313609a0 0.29 MB 579 38
299,274 299,274 00000000000000001a9505ea63b71c12a51982e2dee8d608e58144cb54ec6f8d 0.09 MB 57 7
299,273 299,273 00000000000000006f2ae9205f3aa7bd182d3a2b741a80e41b7683f9f687167c 0.45 MB 699 28
299,272 299,272 000000000000000080647b783924c3103a9cec25d346b54e413631f4e5bf87ca 0.14 MB 127 19
299,271 299,271 0000000000000000126586638b295ba07d7f512c6050f0bbd246efc2a56bd731 0.30 MB 444 38
299,270 299,270 00000000000000007f31431fa9b94141d1b471a00e73935b8a936ba052555fc2 0.39 MB 280 15
299,269 299,269 000000000000000029af125240d7360d3ac56a09e8802ed1470c4fd2db708594 0.35 MB 769 40
299,268 299,268 00000000000000007a545a5947b084835c5a4745dcd2a368e124ee06c697508b 0.25 MB 750 73
299,267 299,267 00000000000000005dc71760fdc11b79190de3fa5b385467644751c27a0a2169 0.03 MB 47 28
299,266 299,266 00000000000000007bf4eee669c6e2720389347feeb7bdf8a70c36fe99986040 0.10 MB 199 31
299,265 299,265 00000000000000005995b4e7667873e86d6af637c043db8159b91c592a0b3ff1 0.54 MB 989 37
299,264 299,264 00000000000000000df8c947557aa2d9874ff31809c3fc3f0f0f62de7e430c2c 0.09 MB 216 66
299,263 299,263 00000000000000005cdc45a617eaf1d5a728ac58ec8a37b3e9af64dc05673063 0.50 MB 716 25
299,262 299,262 0000000000000000567aab6aef5cf7eff705fa869f7901042ef57c0fcd88d176 0.24 MB 445 30
299,261 299,261 00000000000000006df53928682afa96812bccc3d10c985b2adaccbd28998b82 0.17 MB 263 25
299,260 299,260 000000000000000001963d5960e788afbbfa2a365ae0d5d966bac6b79cbcdb0d 0.09 MB 256 37
299,259 299,259 00000000000000002d9b5cb685b5a36e27c26ad2af94dcdef2dc161f71a9f532 0.23 MB 251 21
299,258 299,258 0000000000000000389efc984d7cedd61eb6a5f0e2d0bbce7d0f0ae0004fd028 0.35 MB 552 29
299,257 299,257 00000000000000007e2e75250e39117477ba7926f5a24ddca60ee74df18c5d5d 0.35 MB 973 51
299,256 299,256 000000000000000055df5c5478a6e2bf67b5ea7df7a0fa3bf85bb3d8dcc3211f 0.30 MB 292 21
299,255 299,255 00000000000000007e09d60d079cb46d9afc2709e5acd569c9cf3751d01fd015 0.90 MB 1,699 38
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.