Memory Pool Memory Pool Refreshing

5,741 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,611 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (66,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,416 841,416 0000000000000000000192699ecf2e84929d1d309b8c1e173e3c4ece1c139819 1.55 MB 3,115 35
841,415 841,415 000000000000000000008e78180041e6ef6f592aced125e09c586f4b3462546b 1.77 MB 2,472 26
841,414 841,414 00000000000000000001eb46c2b38d0e672701862250a17ff80f89feb140db7d 1.61 MB 3,124 28
841,413 841,413 0000000000000000000197c18d287634b6569f5317163d5dec8d19188caea4b8 1.60 MB 3,401 41
841,412 841,412 00000000000000000000f8b61b51bde970b8e42c3025d8f396117576b7b60194 1.54 MB 2,610 31
841,411 841,411 0000000000000000000134ddad07be046b5b9ed188fb2c57f532e0bc46fd3dee 1.43 MB 2,184 23
841,410 841,410 00000000000000000000b48bb04b3b215fbf669851f207b82e5b39b46d8ee4cd 1.53 MB 2,725 33
841,409 841,409 000000000000000000024b8ef5b528c7119ab711554bc83448e8b7ac466e5b62 1.65 MB 2,576 26
841,408 841,408 00000000000000000001046fa5d629baaa7b77636b66e1106db73ec51d07ef04 1.69 MB 2,900 43
841,407 841,407 0000000000000000000130d2290c050ee8a8ee4ff06a9b0e691ada433bad43be 1.41 MB 1,321 24
841,406 841,406 000000000000000000022ec8b6ea1d6338bbf62cdaad08a37aba509be7a069b7 1.71 MB 2,635 32
841,405 841,405 00000000000000000000c74e8af8150127d9eee80a8ebf10e045fcec78a55fdc 1.58 MB 2,931 31
841,404 841,404 000000000000000000002479d2cf9669f8dbf7eec13471946175118aa7370b60 1.60 MB 4,186 49
841,403 841,403 00000000000000000001d4f88c08d123a7b2d99d8803b9df86f85f0bab9cfcb3 1.89 MB 2,734 43
841,402 841,402 0000000000000000000044bf70f874bf39762ae61ca56f324ac6d91ac2145e9c 2.47 MB 2,900 43
841,401 841,401 000000000000000000026dda7609412dcce6af36aa3f4c9c962c73127f0c7c13 1.56 MB 2,107 25
841,400 841,400 000000000000000000002a5c624ae6e9ee6fb3f3c9c024aaeedd6178b9f451f2 1.83 MB 2,407 40
841,399 841,399 0000000000000000000066dd95e15d0c14f7962f2075ea122e5ba0e4a6d94941 2.23 MB 2,689 49
841,398 841,398 000000000000000000015f14247db6025f8fe0cd0e6a29ac8b436ef418101455 1.59 MB 3,458 44
841,397 841,397 00000000000000000003052150dac84e336f7c3e82b8630021c7a295a797f5e6 1.75 MB 2,209 25
841,396 841,396 00000000000000000002e3b3d87bfdfceaf96ab646d888b922e3c5648a545cd2 1.69 MB 3,257 40
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.