Memory Pool Memory Pool Refreshing

3,481 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (608,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,280 299,280 000000000000000087aad9b63c0cae7a77f6042e885525e43da65ccfca1f6c71 0.09 MB 128 29
299,279 299,279 000000000000000014f200ceac04eb6d6f2d37b90e1b243e9025c57130a548ac 0.36 MB 700 42
299,278 299,278 00000000000000007f72f88554d17c38e4a3ee8b0f7e30411b6c7218fb2a6fce 0.05 MB 13 3
299,277 299,277 00000000000000001e2a34031385de83ed23d9fc9264f03abeda623c3ce8a85a 0.04 MB 75 45
299,276 299,276 000000000000000023ee8b3f0da6c6be4bdf0e7715b3ce1b3f5cd9a37c049fe6 0.10 MB 98 17
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
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.