Memory Pool Memory Pool Refreshing

958 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (754,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,325 153,325 00000000000002d7dbd2ac409f7ffaf8ecf160cd06401c94b1a5a77f110675fe 0.03 MB 38 89
153,324 153,324 0000000000000b2dce451bb8b7cef1c8bbe03565930fdb45b48cff3e35582bd5 0.04 MB 92 109
153,323 153,323 0000000000000d8d9c49c39b48909cc2b6d35b13e8385053ef2a835e44777307 0.01 MB 19 13
153,322 153,322 00000000000008b1777d270f25eae91af3ac9a0ed0254105f6a936f2e6e91c6f 0.03 MB 67 30
153,321 153,321 00000000000006db2710dbafa4981cdf2d2f5429f43ed671ea5a6ef5812b9f2c 0.01 MB 24 45
153,320 153,320 00000000000006b524ef98f9c98b3eaf3ea8fd78d7c114e167550ec9d6586671 0.01 MB 20 147
153,319 153,319 0000000000000780d23394a5351c15975442c711fde2ec0fb3996fe0562416e0 0.01 MB 38 132
153,318 153,318 00000000000002edfe883b9d988374da5d79bf9b265664e845dbc8938eb064f4 0.01 MB 12 19
153,317 153,317 00000000000006c9d7fec4fc3303819dbf8cde4b2630ef25563fe9154a9035f0 0.01 MB 11 53
153,316 153,316 000000000000004f5129e5dfaaed00448fb0a36db66eb5dbdbc09f3a3815157d 0.00 MB 6 59
153,315 153,315 0000000000000c4bfab1c9a6b88dee1f29335a8dacb3150a5855bee160a1620c 0.00 MB 9 337
153,314 153,314 00000000000007be58748dd20599adf1f944bce8ce80c487f0d42c4e875b006b 0.01 MB 46 114
153,313 153,313 0000000000000956ff9f824fb267e31ed87843131b772bcf97dc3799aff752fa 0.00 MB 6 105
153,312 153,312 00000000000003d77d39d675ef66594afb453417fff12717da3401f4d522e944 0.04 MB 129 46
153,311 153,311 0000000000000c4dd25b5df8fb36bb60b484660d7705f3dfb8471d699a8e9498 0.00 MB 7 0
153,310 153,310 00000000000002c6ee3fa720a5ae1706881564c9eb7868b6beeac16de8eb6921 0.02 MB 23 10
153,309 153,309 000000000000069c0a4ecc0244916ad714a80e4998f2ae1c34d43d5c59e04f94 0.00 MB 13 277
153,308 153,308 0000000000000d90e2ac6f3ea7ea9c0f6c1641fa1497c1b2b6a8b183f545fa7e 0.03 MB 70 100
153,307 153,307 0000000000000dca837157c4a9e18bbf5720722ef598dde9ebb54f9e5796cf73 0.02 MB 64 45
153,306 153,306 0000000000000669fb0ab24e3dc241f5ba150d5f25928b2a6b6f57e96921b0e5 0.05 MB 145 167
153,305 153,305 00000000000002cf0fed90958f40502ee533d7b77bb52dda32d1be597408e215 0.04 MB 81 134
Previous 10 blocks ↓
Total Size: 769.35 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,643.44 GB sent, 94.68 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.