Memory Pool Memory Pool Refreshing

4,008 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (66,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,385 841,385 00000000000000000000432c6ca4b67337d3e756c9f1d898fb5c3cb83117676e 1.72 MB 3,876 52
841,384 841,384 0000000000000000000230e23dc74f27e5436e6297ec21bc56ad40c9d45b1a32 1.87 MB 3,229 36
841,383 841,383 000000000000000000029c9925f71ec3c87a82430682ba48450e11c46f772e26 1.69 MB 3,383 47
841,382 841,382 000000000000000000016c9e0afa5fd4f7fb663e90cb6286d246fb66a6f1df6b 1.89 MB 2,869 56
841,381 841,381 0000000000000000000204a81eeb112ee4b15175ffa406b0edc17fba0b12b4f9 1.69 MB 3,620 42
841,380 841,380 00000000000000000001059fd0016e1c6de839f7dcc2c6dc4a864d8cede00716 1.58 MB 3,327 57
841,379 841,379 000000000000000000015c6eeabb32d9740d9be5a8b458b0e5eeb4a39f517875 1.54 MB 3,868 48
841,378 841,378 000000000000000000030b4f6d83f178b300cf85f27b46a85d67e0f615ab5b45 1.81 MB 2,661 47
841,377 841,377 00000000000000000001b6a69d2332e9537850fef21a79681167b87efbe0e8fd 2.02 MB 941 88
841,376 841,376 000000000000000000032101159602e755268c962bd43e0a6516d5eb6e106119 2.04 MB 3,195 43
841,375 841,375 00000000000000000000d8424403789af1c7443b1f1e723279a7de3e8ea7659e 2.22 MB 1,957 42
841,374 841,374 000000000000000000019b43bfb86ed73fc4add36ee466c4b5b05e5260e3963b 1.92 MB 2,677 29
841,373 841,373 00000000000000000001c7069029f7fbf0dc072e99a6b52feef5a951c640e3c0 1.75 MB 3,271 32
841,372 841,372 00000000000000000003046839cbc5cdf48fc66c566861ec879219d0b44759c9 1.64 MB 3,797 35
841,371 841,371 00000000000000000001c7c0c436a9b39eefde909dcee1ceb855f6b9ba2ed341 1.59 MB 3,478 53
841,370 841,370 00000000000000000001e33120b7ed692f61a506f15754eef7e2bee00bdee381 1.57 MB 3,489 71
841,369 841,369 00000000000000000003267a43b2ff4782c066c4db77659b859ac44c107eef01 1.67 MB 3,278 28
841,368 841,368 00000000000000000000968e6d7229b7e4b3ce45c587b2cf82064c5fea4e1216 1.50 MB 3,773 26
841,367 841,367 00000000000000000002334e65037b1d7f567e98d9575409b56202ea1dfeb887 1.49 MB 2,867 31
841,366 841,366 000000000000000000004de12cd719cf61da97adeeedd92c5d6322ac7494d10a 1.54 MB 3,934 29
841,365 841,365 0000000000000000000205878774c5e0c700e97e57b5b1a635833d9ce62d8b31 1.41 MB 2,933 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.