Memory Pool Memory Pool Refreshing

757 transactions
0.23 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
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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (389,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,069 518,069 0000000000000000000d692b7f6a232b69f0d788bd1d603b3c76b89638b8c54d 0.10 MB 185 48
518,068 518,068 000000000000000000057e23ac705af8aa4bc6eb6a4a8383defcfb6c4d8a58b0 0.95 MB 1,239 22
518,067 518,067 0000000000000000001ca3b54df736860213b82b404b6a8c0a103fa7153ca32b 1.02 MB 2,763 8
518,066 518,066 0000000000000000004f6b895db5e2dd336ccdecb42f3c829109096938882c8e 1.18 MB 2,421 33
518,065 518,065 0000000000000000002ab6d2867988c8a7b72ac90c2d97719d6c0a6b6d9dfb1f 1.18 MB 2,656 37
518,064 518,064 00000000000000000044b5234de7cbeb2eb185475f5fbbf4790373bc6f7de75c 1.19 MB 2,609 40
518,063 518,063 000000000000000000347f0f37c83ea175d2be47a7cabf79bf97407759d72029 1.15 MB 2,536 59
518,062 518,062 00000000000000000038fd75dd1a6cfc181797cff6baa55a9a1add581eb3a7ad 0.58 MB 1,225 32
518,061 518,061 0000000000000000002e40fbfb99f6f24ec318e80a0cf994589528dd23586be3 0.56 MB 1,038 31
518,060 518,060 0000000000000000000472bd3965a984271c7f70ef9a5f85d06c2fc23ef107a3 0.67 MB 613 6
518,059 518,059 0000000000000000002d16f652ba9435cccd2c082cd6114be2def5d4b87c03d8 1.16 MB 1,208 11
518,058 518,058 0000000000000000003b389c37a0939bcf40414d07c39508c1416e5f8fa03732 1.15 MB 2,310 26
518,057 518,057 0000000000000000004672060825fb71b86aff7243d2e981870f053168dcd79d 1.20 MB 2,134 13
518,056 518,056 0000000000000000000a5d80225dbbc97dc2a2aa0341e6c0a561fd30b18a0007 1.09 MB 1,796 28
518,055 518,055 000000000000000000310579c9f882d16a4aed7efb55aa2dc657909545d75297 1.09 MB 2,124 17
518,054 518,054 000000000000000000213a510f27454ec5dc95e4a4a892f50b0b6a891708e2d5 1.21 MB 2,817 42
518,053 518,053 00000000000000000007bcd6bc78f9b0e0b5d4a804c7ceff27acb2610e6ea348 1.13 MB 1,823 15
518,052 518,052 00000000000000000047581c330871cb645bad9108793ba28bb7edc10577d1e6 1.15 MB 2,514 44
518,051 518,051 000000000000000000071f22f6d8348680992b1c6d60bc90b8a6c1f775faee87 1.17 MB 1,518 13
518,050 518,050 0000000000000000003492ab1123c56fa769c8fe15005496b402a7d3360f6c0d 1.52 MB 1,251 22
518,049 518,049 0000000000000000004e5f745a29a3197b7cc9f24732c624d91ea754bff0e1e4 1.26 MB 1,633 15
Previous 10 blocks ↓
Total Size: 769.14 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.16 GB sent, 93.60 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.