Memory Pool Memory Pool Refreshing

4,619 transactions
2.46 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,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (657,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,961 249,961 00000000000000649690f1f7486f8c8b24bad564d4907785ad117cc8a469b66c 0.08 MB 167 135
249,960 249,960 0000000000000014df991d7a50025f5821388a6dea53e6dc07f3ce87441ffe22 0.14 MB 310 200
249,959 249,959 000000000000002918066d5c986cd13436390b64f818ec50db473097cbdd329c 0.11 MB 239 178
249,958 249,958 0000000000000043a99446994c2132e1a6cb21610eaedb2c65de506c8deac5ee 0.11 MB 195 136
249,957 249,957 0000000000000026c3b45ad70e4622dcdaffc8cad2b202d1d5a4254625166ec9 0.19 MB 128 103
249,956 249,956 000000000000006249557107d8789b35b865a2ba2fec902240d49da60bfe251a 0.12 MB 240 118
249,955 249,955 000000000000006d29b63e1b725fb48b74d528eeb8731109fc6a3785f11ea736 0.24 MB 631 117
249,954 249,954 0000000000000020174ccb321d9c5ae26ba2d44f5eb71961061f87fc214709ff 0.25 MB 612 203
249,953 249,953 0000000000000028cf004f7e61bb8407816b562b28ad182f980ad249a8b3c6d1 0.06 MB 65 46
249,952 249,952 0000000000000050c104885bacbf6d42310606dbc49ba995e1463ff6d07e8467 0.16 MB 446 114
249,951 249,951 00000000000000892183612635e14d8d15507eed0549a4e81129ac693fde15cd 0.25 MB 552 163
249,950 249,950 0000000000000045231fa1167cd5bd44ca9442c4b4a33fbf6785da0248c92230 0.00 MB 14 256
249,949 249,949 000000000000003386d07dc8b598d90e3a7de69dc180454f235ccecc73ff22db 0.11 MB 211 127
249,948 249,948 00000000000000038a75a5a4f13c7fe42f4d086bc6e080b9d69ca414f677b4a5 0.04 MB 88 125
249,947 249,947 000000000000004aa6338ee5faa14568910f9e1fefe6625d598aa1a90b30ec18 0.25 MB 587 134
249,946 249,946 000000000000003c07df3217f0f7c20edd1db10878ad61389d8868c363d20fff 0.09 MB 237 144
249,945 249,945 0000000000000044500d338b0ea176e24c54d5d64feda45fc3831daa1b07edf0 0.08 MB 160 109
249,944 249,944 000000000000001e26325ca2e95e9f4c93ba0e289c3210e89c59013ae81c5647 0.14 MB 309 134
249,943 249,943 0000000000000023517c8375935e34f30dd9ac164613ce7e5c49a2a58ed4237a 0.23 MB 555 121
249,942 249,942 000000000000004d721faff12cd4d149c36fde4d323d724aa0b49696da8073e9 0.12 MB 283 126
249,941 249,941 0000000000000076aae83ece30efc47e4ceb661bdbcf877f2a8a688cbd32fa04 0.18 MB 374 139
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.