Memory Pool Memory Pool Refreshing

4,858 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (60,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,305 847,305 000000000000000000006db794af0a3ce115f12ef7973dbb7b71e68431a47b38 1.63 MB 5,795 31
847,304 847,304 00000000000000000000812fd794f488e5136ba6791a2db9b810e4dd2a42e402 1.49 MB 6,315 32
847,303 847,303 00000000000000000001db60d94b5eac92da232a154f45b1b75690daa55b6e95 1.50 MB 4,904 34
847,302 847,302 000000000000000000011bdce98af3b5647b516f7d66d3b8f8d9fd5312c10626 1.53 MB 5,199 49
847,301 847,301 000000000000000000028c46c5521c0a13682e31c213084a68644eac0f20282a 1.46 MB 6,369 49
847,300 847,300 00000000000000000000c8b99b6ca53c36c3c924fcfca829187551687d899f9a 1.44 MB 5,925 50
847,299 847,299 000000000000000000025d0053243ee336671556da879403a8c7192dd22af399 1.58 MB 5,809 39
847,298 847,298 000000000000000000008c48beaff9cfcb0e35dd27e451a08439d42515b9888d 1.52 MB 6,608 27
847,297 847,297 00000000000000000001e4d8b40ca109e626787d05ff5f75f8b1636376a82a3b 1.71 MB 5,471 40
847,296 847,296 000000000000000000028edbdb5260fbfbebdf3eacc3e11aacb78ce5cfb89cd0 1.54 MB 6,601 31
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.