Memory Pool Memory Pool Refreshing

7,026 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (578,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,054 329,054 00000000000000000a11516d3b555c19f707348333ca6089f15bffc35b7bb085 0.10 MB 187 21
329,053 329,053 00000000000000001623fc5f391f7b6b056801d88e57a41a49deafdc301a7797 0.41 MB 570 24
329,052 329,052 00000000000000000fe4350f2376235b571080a8cdb33ff15fb086e2faf977d8 0.11 MB 256 34
329,051 329,051 000000000000000016f63b155fd9a5bf9b84ea8babca9af7ff7e130026b4878a 0.12 MB 14 5
329,050 329,050 000000000000000003383fb80f6d6baa27715e02885484f5a2ad5594916c269c 0.73 MB 1,111 24
329,049 329,049 00000000000000001acf592f063c68bff45ffcaa6e59b1c2e3955feefd29ad20 1.00 MB 1,160 19
329,048 329,048 0000000000000000124ff3494b3660cf6eb23af7d6dac22f4209726a2b3d3309 0.25 MB 488 26
329,047 329,047 00000000000000000ecd375ec2188ddedfb08cdffe9bcb7c35299a1b35c971bc 0.01 MB 18 23
329,046 329,046 000000000000000018d925c641f9e9b42802c549f89b9b699083ae592367943f 0.31 MB 624 27
329,045 329,045 00000000000000000bc05e30ad7a08c7d8ef4b1689fd934fd52478f03782c96c 0.60 MB 885 25
329,044 329,044 00000000000000000e419ae3c8571def58fedbaa1a34a74eaeeb1e7adf250d71 0.31 MB 641 28
329,043 329,043 00000000000000000e1b5c35c3b4c61fff63d6055fc9968e2833355bb5d5a32c 0.05 MB 131 38
329,042 329,042 00000000000000000f27fbc10935b5fbb0cf471b237518d66a7ca858a64d4376 0.10 MB 260 29
329,041 329,041 000000000000000019e6dd2000c57352143acb3f7930f2f73da0579de9f137b9 0.25 MB 430 27
329,040 329,040 00000000000000000027d03ff5c6635c654f13d708322df9af555277f47f03fb 0.04 MB 97 30
329,039 329,039 000000000000000008eac0bf627d0464a86d36dc8880dec183798cd088e7d717 0.27 MB 606 31
329,038 329,038 00000000000000000577faf1a42601c784a2aa62e3198dc216f7deafb7e33f56 0.18 MB 395 27
329,037 329,037 000000000000000013b5e9135866a700622817c68d9a8b86f16ae6d6dc06e2b1 0.15 MB 302 27
329,036 329,036 000000000000000005a02dd862b94b4a20c6d0b9817e43f58795b14e939c5d88 0.20 MB 267 23
329,035 329,035 000000000000000019d8838fb6ce9795e9ab21553eee289ca73d9af9c8690b9d 0.40 MB 449 17
329,034 329,034 00000000000000000511c1564d2e8262e020f4b7e2958305f00591be868e0644 0.43 MB 974 41
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.