Memory Pool Memory Pool Refreshing

6,020 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (78,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,336 829,336 00000000000000000002277da6e1080a02bbe6d751832dfd86bb05b5014e7e37 1.52 MB 2,885 36
829,335 829,335 00000000000000000003b599a1300b2bfdc30e7fdcfb2ed9d0199e2774480a1c 1.35 MB 1,949 27
829,334 829,334 00000000000000000000e939375d5bfe683d6f9cea1660bb3904891a99441799 1.01 MB 146 20
829,333 829,333 000000000000000000009340b049bd0aa577c12335f6eadac03b114096073913 1.86 MB 1,136 24
829,332 829,332 000000000000000000038f124e2272b4236574d1d051c063094e6c853533a45f 1.59 MB 2,051 31
829,331 829,331 00000000000000000001c5c8d2fa7cf5f9204274dce6ef8805a9363b6a8bd31a 1.27 MB 1,201 24
829,330 829,330 00000000000000000000d15869ad5590fb01c670bc66a0eae074620765891859 1.71 MB 2,908 30
829,329 829,329 00000000000000000003b040326887cb2e19ab2f9ae38c7bef1e522aa06ac4ca 1.23 MB 1,098 27
829,328 829,328 0000000000000000000045b285e1dbadad51c9b89e5bd60c08375dbb30c4a936 1.58 MB 736 23
829,327 829,327 0000000000000000000109ea62bea97824a83932ebb1d05d296d35afb31938d3 1.71 MB 2,200 30
829,326 829,326 00000000000000000000a392daa3427f3b028344271f7494fcc266c873e0c17c 1.87 MB 2,045 30
829,325 829,325 000000000000000000018513b6c5d6db53f388c06c02e42ec0128fd7dd255d09 1.87 MB 857 23
829,324 829,324 0000000000000000000373fb675ded4ddc3f4294434ee1a1be33cf63fb928021 1.70 MB 1,967 30
829,323 829,323 00000000000000000003841b02fa91ab05e267251a4eb93ea01e174d66a99bbc 1.81 MB 3,739 27
829,322 829,322 000000000000000000035d9c31bdc4d7c26d2ab51126a53f75323715ad488d1c 1.58 MB 3,441 38
829,321 829,321 000000000000000000026037613553bd05f2bd0c796d556a0c98adf0cfbf782b 1.64 MB 2,891 27
829,320 829,320 000000000000000000005ce85b9e497784d56a938d6ea78a785690e8464708c0 1.55 MB 3,486 34
829,319 829,319 00000000000000000001f78ea17a76e6be6db19897fca1325b1fa186a91c9b15 1.69 MB 2,791 36
829,318 829,318 00000000000000000002326ea6694b4e3cc910052fdea179da37fb65e4dbd4d9 1.38 MB 872 23
829,317 829,317 0000000000000000000361ec1fe60c2d5f5c88c07e5210474105a20f775d2394 1.72 MB 2,237 30
829,316 829,316 000000000000000000033cafa299f755d2fa754e6bfd48edc41e20ce5852c38a 1.72 MB 2,113 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.84 GB sent, 93.05 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.