Memory Pool Memory Pool Refreshing

6,829 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (644,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,974 262,974 0000000000000013c644bc94585ad7b4751f346b7162f7a3eb9b2f4bf9420f4f 0.20 MB 510 67
262,973 262,973 00000000000000098588a288261112307acc5d6a15663837cf7cd796ed0b92b3 0.25 MB 623 160
262,972 262,972 000000000000001424fb3717c2ab0b9f641a9e867eac3fbdb77e47f626b693dc 0.15 MB 373 135
262,971 262,971 000000000000000f136e85266ac640a7c5ead9d3385d45ddd34ac25c6d945764 0.13 MB 308 117
262,970 262,970 000000000000000e2b3739f8f580b2832049281cf5d471aae95c62355869deac 0.01 MB 37 95
262,969 262,969 000000000000000386a835f89e0561463394ae0d10c9beaeb9f40be923304f70 0.02 MB 57 92
262,968 262,968 000000000000000a4ff9d0c9be394de908a2b2cb7b14bdaa40098b0d31501c83 0.09 MB 232 109
262,967 262,967 0000000000000012090aa28af9ba0d802ac315fb0cd20f16417eac7a60b15570 0.05 MB 123 80
262,966 262,966 0000000000000000f403502584e9a1184c7bb7e9bf59ca5d83abd8bb171d0793 0.13 MB 321 118
262,965 262,965 000000000000001332d76d56114b7c54a5e1d684e350c8325c1f87d1103051a2 0.19 MB 401 67
262,964 262,964 000000000000000d6d7fc533b177b7110557fd67513e9aec1bd7b93b18484932 0.25 MB 623 127
262,963 262,963 0000000000000014e887ce2763205d670ee1b0890d9411bfba3898fe259cf858 0.05 MB 96 92
262,962 262,962 0000000000000004290705ab8b369844f48bb1801b0ca8eb4e5b99f30f3ddcdc 0.16 MB 358 92
262,961 262,961 0000000000000005ea1abcf3367fad4f133ff605fb74332eb370d9710bf0a390 0.13 MB 339 139
262,960 262,960 000000000000000a1fa662489ced5ed74c1235ca1d436dba2e2882501541ce52 0.11 MB 275 84
262,959 262,959 000000000000000ce11bcc92ee8eefe7bd7f1e4d1d5468ade2467b9f28b6185b 0.01 MB 31 116
262,958 262,958 000000000000001089f4e9fdd30e2a3b834844ec3309dab60c9062f16d924881 0.08 MB 138 61
262,957 262,957 0000000000000013a7e801d9c06e7da995b3ced8cdeae3ce2de92d82e960b571 0.20 MB 491 107
262,956 262,956 000000000000000cb2ad95fd97893e3d627f98c6a740144148a946df6431bbbf 0.04 MB 104 85
262,955 262,955 00000000000000056bfa12d1bb1ba25ae4a6ef8c5f9aa3a77bb1a818a70ffd03 0.16 MB 382 104
262,954 262,954 0000000000000000b3c0fe155aee1b52112c0865177921cb1c3f5d4dc2eab853 0.05 MB 125 82
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.