Memory Pool Memory Pool Refreshing

4,249 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,487 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (806,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,822 100,822 0000000000025ecc4271d6d09779e43d69e81f0fcaabc8841a8fefe0171e79e5 0.00 MB 12 339
100,821 100,821 0000000000024c6df493870c9e7ffa131bd7737fa2b48422ae08b3ee43ab2b11 0.00 MB 2 0
100,820 100,820 00000000000130db14770deb4ff626d80d8b4830809276732e350e193b88e0c2 0.00 MB 2 0
100,819 100,819 000000000002b855d4b31e21464b188d8890f1dfd9fd9df68b7bd190108e2176 0.00 MB 15 0
100,818 100,818 000000000002af617d804ab00a2fd838c873a1b48c86f4c8541d1f4f3bea8b3e 0.00 MB 12 0
100,817 100,817 000000000001871fe5e25b785476972d870d779ab328fe8aff8ddf24f134272b 0.00 MB 10 0
100,816 100,816 0000000000005ec9c9ebef9294025ef3297959ff22d19c4f642d3066b2bdebf8 0.00 MB 2 0
100,815 100,815 000000000001670c5f4980aad885cee23a3a35d688fcdb74f714a3e9011a7fd0 0.00 MB 2 0
100,814 100,814 00000000000376beb6b347f4a97cfdd78af7453fa80606402590893f8af39bc0 0.00 MB 3 0
100,813 100,813 000000000000ff1418fb6f0baf722528a2a0d9a79097a8e6954372d95769b038 0.00 MB 2 0
100,812 100,812 000000000002864e1165d5da2b9cf69512e96171f5d94c2ab1007c9a7933390b 0.00 MB 12 0
100,811 100,811 0000000000022ca6db1e02bec1f574b72987ea68980ab8e6ffec30214388e28a 0.00 MB 1 0
100,810 100,810 000000000003d0f40ced33fedb6b7a5ad88f7741fa6d2a350bda307a4594bf10 0.00 MB 3 0
100,809 100,809 0000000000010e2352cd0b215e95600a45ce25f1e5d6a7af0de3b3a490f84ae2 0.00 MB 1 0
100,808 100,808 000000000002de36106ef9da254f696a1e8653c143151bc5528c4808e6c236c5 0.00 MB 1 0
100,807 100,807 000000000001a7a2ae062e225a686ed684d91e9c35a3bb4053f1cc1ad1441cd3 0.00 MB 1 0
100,806 100,806 000000000000a4a8f8fe8506ef129f6aaeb1bf2a2c484c49c2047c4d57f19ab4 0.00 MB 1 0
100,805 100,805 00000000000081bfd07f8ad9425ac13e0011ff1ec021cc08e11ee1a3fe513ef7 0.00 MB 1 0
100,804 100,804 0000000000008f99656b3a00d02945a84108bf210e8a4936fa30f495307b3e5e 0.00 MB 2 0
100,803 100,803 00000000000206a961a5f77c14f0e9b4c94b9fff4122e82e3cc9d44773d0df02 0.00 MB 2 0
100,802 100,802 000000000003ff518993640dc7e60e54201007ba520688497507e686bb0390a5 0.00 MB 3 2,074
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.