Memory Pool Memory Pool Refreshing

324 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,023 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 315 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,022 (668,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,995 239,995 0000000000000098ae9d760e5bed5aeae3bbd2c92ff5f9969971972d0ce1e2c6 0.25 MB 657 199
239,994 239,994 00000000000000f284fb98df3f80d12eb7e1b045f9e9a86b499c8b669e44ad58 0.11 MB 286 151
239,993 239,993 000000000000004b481bbdb99daa976c028e562a48cee1b63d7f102b5565b7d1 0.11 MB 128 73
239,992 239,992 000000000000000b3ca4c86f0735d634e562635d3f797dfd09124bebeeb2f74a 0.25 MB 519 141
239,991 239,991 00000000000000f6d04cee7c73c701f714a7f60b9a40e97dd394b3c8e23edb48 0.25 MB 400 121
239,990 239,990 000000000000008b4071c6b47dc9c8790ae3643be8a9b4e2f41928b758f2b439 0.25 MB 582 184
239,989 239,989 00000000000000b2ec96920cc071cdccf1c6071f23f60fef275d9720459c8f84 0.25 MB 626 232
239,988 239,988 00000000000000cb8438078e1093d0ba3e8d60ba7f474d5dab9f2113c7e2abde 0.24 MB 553 176
239,987 239,987 0000000000000033c9e9233714cb63bce6493ec2fe05d4988f997a3f8166ccf5 0.07 MB 82 101
239,986 239,986 0000000000000077f1d6b6844edf4088da3c895e76eaa44fb326f56af1f461d3 0.04 MB 68 164
239,985 239,985 000000000000001ca46c3ea49cd48aea6bf5e96871f0441b2a6222cdd7a3b90d 0.12 MB 191 134
239,984 239,984 00000000000000cd2a2500eb89d8620e531fef0f657d52c5edfbcb7900514b1f 0.09 MB 194 118
239,983 239,983 0000000000000023338db1261ee69303b0ce51833ba6b0d620f2d6fc7faa9f89 0.25 MB 755 288
239,982 239,982 000000000000009b9e92b01eb08384e9107cc79fd607f516c0d887e1c2ed2c23 0.09 MB 188 161
239,981 239,981 000000000000001651181f26fd03dd98271d20196d1a811a4a0109fa29b94aa4 0.01 MB 17 100
239,980 239,980 00000000000000b094a59eaa3857cac7fcc6686f64b509980cc61184ab58696e 0.01 MB 19 146
239,979 239,979 00000000000000b0cdc5dc3a0c5aad06315cf74edefdfdad5442c4ffabf86b09 0.09 MB 223 204
239,978 239,978 000000000000003df18cb5672abd01ad785410cb48bb3038d0fdb9ee5439a446 0.09 MB 231 225
239,977 239,977 0000000000000108314d6bbf69c20665869bcb17cc9ac935051f816c12006a15 0.11 MB 252 150
239,976 239,976 000000000000004b2d1d3216458f48e1eabb0e2863fd362a34696ccf0fd60751 0.13 MB 512 257
239,975 239,975 0000000000000016c615422cc1ff12eefdcfb9c1847d91e36bdc7be710d5e21f 0.10 MB 249 182
Previous 10 blocks ↓
Total Size: 769.58 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,650.90 GB sent, 95.84 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.