Memory Pool Memory Pool Refreshing

833 transactions
0.23 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
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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 832 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (60,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,295 847,295 0000000000000000000156c4681dd99451e5794c173db05c36bb8345451d9b15 1.58 MB 6,345 34
847,294 847,294 00000000000000000001130a35115c4dd36a39ad6db94f376abe1cc5e07ee3d3 1.55 MB 4,285 54
847,293 847,293 00000000000000000002a3549652a3b564ee8f42477229aa72194127f06a400a 1.56 MB 5,677 38
847,292 847,292 00000000000000000001215f882468b79ec582f8a6fe0d0bb70647705d48b524 1.51 MB 5,394 56
847,291 847,291 0000000000000000000204563478af99aa0cb873f59733782b3d2984271d556a 1.59 MB 7,124 27
847,290 847,290 000000000000000000021c08b8728954613d22b1758925e97fe789245bfa2191 1.54 MB 7,046 27
847,289 847,289 00000000000000000002b6821af61957baa40af47d756e417b4318703e8c1cd5 1.55 MB 3,479 55
847,288 847,288 000000000000000000000e32311a4e0bb8bcbb70e778eee5c89824bcee703654 0.00 MB 1 0
847,287 847,287 000000000000000000011902c330f6dd7e1983ee2fdc5dcb60d89a208299b6c1 1.49 MB 4,858 40
847,286 847,286 00000000000000000001614f9055c5a9e657fa7fb779fcebfdfddbe90a106936 1.50 MB 5,587 32
847,285 847,285 00000000000000000000c4dc48811d8ee8787eadfe2c2443871437f840518515 1.54 MB 5,579 33
847,284 847,284 00000000000000000000245079446a4ac43092a6df42b46d5b9b97fb866d5c20 1.52 MB 5,737 28
847,283 847,283 000000000000000000030e086c684c95e63cf268681f3b6dbedf33caa1bcf267 1.52 MB 4,091 74
847,282 847,282 00000000000000000002b1aebfa49bde5d55979584f1827ee811d83122cd4b06 1.54 MB 5,203 63
847,281 847,281 000000000000000000022402271dea876c390c23ca27590e67d03604e70b39ed 1.53 MB 4,067 53
847,280 847,280 0000000000000000000033d82708e3db2157e9a3e7a170a5f87bc519fffa3472 0.00 MB 1 0
847,279 847,279 00000000000000000003389ef858dbf3199c2e563c00ed5c63bd0297a650abc7 1.54 MB 3,959 53
847,278 847,278 0000000000000000000106d798d9c5a69718e0ec5cddd709226d2eacdaba57c1 1.55 MB 4,765 35
847,277 847,277 0000000000000000000144fa1d5e4e547cff50bf69ca662498b9b5781ea2d137 1.52 MB 4,074 76
847,276 847,276 00000000000000000000eae88eb6ef53b35e68072f188fd1367fafe1bb6dfb52 1.60 MB 3,768 48
847,275 847,275 000000000000000000030f706d47b95d636e90f3b5f56e83ec62ea661db23f95 1.55 MB 4,609 57
Previous 10 blocks ↓
Total Size: 769.48 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.34 GB sent, 95.31 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.