Memory Pool Memory Pool Refreshing

3,090 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 3,090 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (645,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,028 262,028 00000000000000108b53887ff6a1f5117c41e62d4f0861eab770d2786c94f64d 0.11 MB 260 126
262,027 262,027 000000000000000a61585ea27d3f0201b0e1e930d4f18d3cf27c8517013763d9 0.13 MB 218 74
262,026 262,026 0000000000000015b489aec402c0d6f4403cb14df79d65732c42885b60cde922 0.15 MB 318 30
262,025 262,025 000000000000001a1d5278f783ccd806ef5f025c97c407f0074d7d02c7239229 0.15 MB 260 57
262,024 262,024 000000000000000b9613b1d2fb9b3226b6971cccd29dc2ff85bc49bb17533f1a 0.16 MB 290 94
262,023 262,023 000000000000001a5d44e2cba9708d3580cd8c4e2478cc0924d0ebeea6811036 0.07 MB 93 51
262,022 262,022 000000000000000f6f599ab1a3f7b744f698eeec3a38e5ea56def5788e7d528b 0.10 MB 185 103
262,021 262,021 000000000000000a68dbc560937412fd69eb0ad6fa98278cc38a85c05700dbc1 0.08 MB 130 60
262,020 262,020 0000000000000013342d30623750ec1f156dda25ede0ea86f22574f98060479e 0.18 MB 422 129
262,019 262,019 00000000000000108ced59c47a50d9f77271d9acb350084faa90ed922934603d 0.10 MB 128 55
262,018 262,018 000000000000000abd7624a0d6ade4219dc932392ffea4cc7199985e1de50d00 0.13 MB 199 78
262,017 262,017 0000000000000007f2030c1b55bc2afd9bf8b6efa831578af3b0b132137bde38 0.12 MB 220 98
262,016 262,016 0000000000000009110a2f4d0d3c318adb02f299c34f36d117a420101a3507bc 0.17 MB 328 91
262,015 262,015 0000000000000015faa1d7854c731ec780d0aff302cd1f86a890f52309dc76c0 0.21 MB 464 106
262,014 262,014 0000000000000019bac640f3ef1ff96dc7259f11e97ff6e33a96deb0e440ba16 0.15 MB 249 63
262,013 262,013 000000000000001108310641b59c0cc48b40add73a64d1cdac17c52254b388a8 0.07 MB 202 111
262,012 262,012 0000000000000019817d721c74ec033855fc739288b23658a784dccf2eeb5af1 0.04 MB 88 95
262,011 262,011 00000000000000099c2d86fc64e81259e04f7f9fbd22345e7f75c6be8cd7d922 0.10 MB 232 114
262,010 262,010 0000000000000003ed847be72d79c7adb11b9def31dabbd9e09874cdb3927c59 0.02 MB 43 49
262,009 262,009 000000000000000b3a0dc3dc5df35d5bf6570482520eab49eb024e1bc6d3e5a7 0.09 MB 199 92
262,008 262,008 000000000000001545e6433bdb37211491a83af9cad15dc4e80a096f797952a2 0.15 MB 53 14
Previous 10 blocks ↓
Total Size: 768.99 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.54 GB sent, 92.75 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.