Memory Pool Memory Pool Refreshing

8,098 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (66,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,422 841,422 00000000000000000001235729f47748625a846c0d7a47db72fe4833a3c03b5b 1.57 MB 4,056 26
841,421 841,421 000000000000000000030852fa4d947ae8b736e820742c1133f2476bb7209d07 1.56 MB 3,820 25
841,420 841,420 000000000000000000028d3b0c4f23888697917620253025219ca8dda2b8fb7a 1.66 MB 3,104 26
841,419 841,419 0000000000000000000266c85fd6c409970400b87fd370d670c38417ee2b4b70 1.34 MB 1,529 17
841,418 841,418 000000000000000000012d0bdcc8ed2b247cba15e30bab4ee502c41455e0c83a 1.50 MB 3,122 19
841,417 841,417 000000000000000000002ed021eec4d801884961ebe14cf4104930375c687ebe 1.96 MB 2,267 23
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.