Memory Pool Memory Pool Refreshing

340 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (13,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,059 894,059 000000000000000000018430aa7c9266c6e57b426e1e2a2996d3b8ce634f9711 1.56 MB 2,898 3
894,058 894,058 00000000000000000000abe23521ec5ec0604f3e0ad7545027c1e781ed033517 1.80 MB 974 1
894,057 894,057 00000000000000000001aca3ca5ad0e2cd7af9665e87bb8c09ba3bf198c77570 1.54 MB 4,166 4
894,056 894,056 00000000000000000000a97e74d5d42bacf3336e7a0f257f2618d898ba0e0baa 1.57 MB 2,799 2
894,055 894,055 000000000000000000017bd366bd95df438d3362e7410107064a6ecc4556b81a 1.92 MB 2,058 1
894,054 894,054 0000000000000000000022a77a7d51d2fdc16f5945f0b0d1d4fead10304f2099 1.77 MB 1,143 1
894,053 894,053 000000000000000000018fe8a80905efd8b68a0697f1a56033539832bcad99a7 1.73 MB 1,605 1
894,052 894,052 00000000000000000001696e745e05177e400ce2d9fbacbb28291342f0956885 0.00 MB 1 0
894,051 894,051 00000000000000000001705ae6e2088f966eb2807042ada9235e369c2d595182 1.56 MB 2,712 2
894,050 894,050 0000000000000000000092cf2d16027dd36fec192de3e0344b353ce9d9503a39 1.63 MB 3,255 6
894,049 894,049 000000000000000000010a4c1b702a8bd100a7042b58a82e35cb314bfcd3c9f9 1.68 MB 3,506 5
894,048 894,048 00000000000000000000c4e4e4427b8f8bd904478ce4e8f32dc7cd9e0d23aae4 1.55 MB 4,257 5
894,047 894,047 000000000000000000019b3a925edac69f799b901a902e7a75d4b16205b38173 1.57 MB 3,939 6
894,046 894,046 00000000000000000000e4374e30baf2dbfd03a6a23ce03f4751d275172c416a 1.71 MB 3,254 3
894,045 894,045 00000000000000000001ad02554810d40606b6d0c3e2dded60c6abd6c4c1c6d0 1.77 MB 4,236 2
894,044 894,044 00000000000000000000598bdb12582f4f32faf9fd4537772e79500cdddc7946 1.73 MB 1,430 1
894,043 894,043 000000000000000000010ae72f6ffc73d45134d95612e04e1fe0d482b74c778e 1.74 MB 1,064 1
894,042 894,042 00000000000000000000b018a7df5fd983d065559117a44489c7c62418944b7f 1.61 MB 2,941 3
894,041 894,041 000000000000000000014361a7aa223f6519aeac018eaab0136bf792d0275bcb 1.68 MB 3,248 3
894,040 894,040 0000000000000000000193416acf47555a3bbebc1edaf566ad36c7a70c606ce8 1.63 MB 3,742 8
894,039 894,039 00000000000000000001b42e066c18da495da41881da2453d7f7cefab2e8415f 1.57 MB 3,675 4
Previous 10 blocks ↓
Total Size: 769.28 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.50 GB sent, 94.30 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.