Memory Pool Memory Pool Refreshing

7,404 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,438 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (574,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,438 333,438 00000000000000000f9ce94e3fdbec5e2d4ef6336538abb70a180de9a866430b 0.75 MB 1,642 27
333,437 333,437 0000000000000000090b3ea72a808f2de7c5f0ddc4af05cb48db5c4d2a795d74 0.04 MB 32 62
333,436 333,436 00000000000000000a8431aa97b32b183d77f6a0901c1209ce65f98134e36920 0.75 MB 1,739 29
333,435 333,435 000000000000000014c7cb037aa78a7f9e071a2dca11c7eb11cbd5d5ec7ecef4 0.75 MB 2,094 35
333,434 333,434 0000000000000000190e9fab40fc3779e175db15d145778d406e5b57216077f9 1.00 MB 572 14
333,433 333,433 000000000000000006e4f31378524173087899cd73c93cc330c013499f809302 0.75 MB 1,658 32
333,432 333,432 000000000000000006ab243d4ee302faa528dd13cc520e2412d0233aa62d5ccc 0.07 MB 103 22
333,431 333,431 000000000000000003aff083795bc711338b7d32586608174a0b2de530ccf5ba 0.75 MB 1,604 28
333,430 333,430 0000000000000000101d7e425f176f1364567a8361f15cba77e101861821346a 0.00 MB 1 0
333,429 333,429 000000000000000001823bfa195d5bdbdcdc5defc981956ce3e642ade8865e31 0.35 MB 1,157 45
333,428 333,428 00000000000000000580f682f4886556430168d33aa53801b44f6fd2dda14b82 0.23 MB 537 25
333,427 333,427 00000000000000000212b11407337d89839d997222f79fe545fdc284fdf11dbf 0.62 MB 1,112 25
333,426 333,426 0000000000000000128b20073802c616d2fff2ead8d4a1dff81c24f9c8ce232e 0.41 MB 490 15
333,425 333,425 0000000000000000021fdafa64252c9600e9e7732822b06c46d1960e8b3ca7c5 0.75 MB 1,290 23
333,424 333,424 00000000000000000aa3c3cee41ce2359ea5ebb3e63c8573c1a6f24cc03174f5 0.04 MB 32 30
333,423 333,423 000000000000000012e2e8069cc90ff97161b803b9b99d17d02625c6ea87b0b2 0.35 MB 900 32
333,422 333,422 000000000000000003c3ce602a9418afef2f4509d6c8e29efc5d6ddd0152da3f 0.53 MB 845 22
333,421 333,421 0000000000000000120e63c002b2c4d325d8d6d601c99880f843653ff8514b60 0.54 MB 854 21
333,420 333,420 000000000000000013bfe7f59fc2c380f76a45c7a9515ecf8584f4a57bacfc0e 0.04 MB 64 33
333,419 333,419 00000000000000000fa15a268d70c232b8ba865ba68f2bb6100d9ba9aedf7185 0.22 MB 364 24
333,418 333,418 000000000000000008e9bebd938958facfc80e78e010e014f4a4d5fecd812466 0.26 MB 383 22
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.10 GB sent, 94.16 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.