Memory Pool Memory Pool Refreshing

4,270 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,284 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (58,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,421 849,421 000000000000000000015310c754e4bcc9e9eee689261697c55bdc031ec56b54 1.55 MB 3,892 31
849,420 849,420 00000000000000000000797ac8d959f8eb10e53c995d83121409ad8a2c3a7596 1.56 MB 5,895 27
849,419 849,419 00000000000000000000b0bb7a34de69d834400850b62dd9c234b995568f5461 1.50 MB 6,277 24
849,418 849,418 000000000000000000030b0c656f49891c3b49f3756446d0f44fc0db3613b62e 1.54 MB 5,378 29
849,417 849,417 000000000000000000030f87110096be6be0e01253ca137da00d417690328843 1.49 MB 5,396 30
849,416 849,416 00000000000000000002fd2befda16955d440d4cfe01953b58251995f11259fb 1.50 MB 5,655 29
849,415 849,415 00000000000000000002aa83406d28ef57172c1dd8916b0984a89b1caef80bb8 1.48 MB 6,177 29
849,414 849,414 00000000000000000001e4698dfae60c1c3520e5f02e15060e1e3357e99f3b76 1.52 MB 5,263 32
849,413 849,413 0000000000000000000223c183535dd96e2470f634697b5f26e4ef8e671ed010 1.44 MB 4,911 44
849,412 849,412 0000000000000000000107d3b986d0c832c8dbd529f768549070146c8cfc2534 1.46 MB 6,642 20
849,411 849,411 000000000000000000000aa9a2eda00239e8ef393f2c3c4dd40c481fa6781bf0 1.40 MB 3,744 17
849,410 849,410 0000000000000000000291e0fb91fc151f0b342131311be4b4d177b65b795b7f 1.66 MB 3,531 26
849,409 849,409 000000000000000000028ecd6956f383509584b9d52638f0fafb4623282dc348 1.59 MB 3,963 23
849,408 849,408 00000000000000000000e2089b2192e38dd5a0302c2dd9f0b1a0e6bb600154d8 1.55 MB 2,759 32
849,407 849,407 000000000000000000003ac41f47fe64de232a2c07e30b7caf1da54f7e9c6b5c 1.59 MB 7,742 7
849,406 849,406 000000000000000000007265be0887d523bc9f03e30a821275d57fd7c41476e8 1.56 MB 7,087 9
849,405 849,405 000000000000000000007fbc4f7cddbd453e3203e3563d2cf665a6100d942567 1.63 MB 3,874 12
849,404 849,404 0000000000000000000330f9d314e969272258da21a89d45507e341ab14282d8 1.62 MB 4,123 13
849,403 849,403 000000000000000000023d204c3b6c7788a5d9b41ea4961f4bb97ff887d07328 1.65 MB 6,387 8
849,402 849,402 00000000000000000002afebd51283583d8672b067996a03bac0b0a39eb8d39d 1.50 MB 3,101 11
849,401 849,401 00000000000000000002e1f30d3870db11aec9a4d6b9e1d25fccbe5d56afaf55 1.61 MB 5,258 8
Previous 10 blocks ↓
Total Size: 769.42 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,645.21 GB sent, 95.04 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.