Memory Pool Memory Pool Refreshing

1,373 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,350 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (606,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,528 301,528 0000000000000000404b47cf0b0b7043b0ed723e08e5878af7a6e9c62968472e 0.04 MB 53 29
301,527 301,527 000000000000000035dda99d6b150017e883d6630b44119f8a6bdbb0d283c741 0.04 MB 57 25
301,526 301,526 00000000000000002b3964d14d5562acc7dd7101d82accb451535ced1da2d629 0.04 MB 80 29
301,525 301,525 0000000000000000539336109e6076a918b2b1f7bcf110a03cbe93ed42feb838 0.08 MB 123 28
301,524 301,524 000000000000000028e6f5416ef601e1b02888546f8fb5ec3236639c7ec3f20b 0.36 MB 334 22
301,523 301,523 000000000000000010dd0aac963ac0749a9fd9d3b19c0ff2956d6bf2c735c2f7 0.35 MB 716 33
301,522 301,522 000000000000000031b5fd82cbbb1ee375bc343156296644a742c117182be78a 0.19 MB 256 21
301,521 301,521 0000000000000000071dba5898098e66fc7f29a4e39ea43bfe1e3dc7a9f2e515 0.10 MB 181 27
301,520 301,520 000000000000000051be1f174ccb503527e4d5ffd94f92d5388a6648bfb6a18b 0.02 MB 18 17
301,519 301,519 000000000000000070ff96cab989b41ff8c2125d9e0633d80ca6b0c92dce66ec 0.21 MB 426 38
301,518 301,518 00000000000000000ccda4e4a349c23909bdd575edbdd56386b39356a256b38a 0.05 MB 95 28
301,517 301,517 0000000000000000156e3fb7e28c52e42aa666a5fde4022e6854668810246e9d 0.02 MB 40 24
301,516 301,516 000000000000000023f0e03232d8727f5ead2890b1e4d2a2edfd50ee22d7d8a5 0.15 MB 235 31
301,515 301,515 000000000000000066a094a78ae36ebf9d16c8f52a8d7a520a96cf906ba760c8 0.13 MB 160 24
301,514 301,514 00000000000000002cd131200a4cc251d850bf93dfa5d3b23d2bcb824fafba79 0.04 MB 67 24
301,513 301,513 00000000000000004484eed16c94504f01b6af71e68241e920e473a5c39a6a21 0.03 MB 77 26
301,512 301,512 000000000000000074109578fbace21ca5b423b1b0be42c9167bc61684bf62ae 0.20 MB 495 37
301,511 301,511 00000000000000002e9da35983f3dc3061b92a23fe7b9dcf2c7919238a99f81a 0.71 MB 320 8
301,510 301,510 00000000000000002ab51ca72ae314c84b9aae1cb54eb2a4f08b6e35dece88f2 0.02 MB 46 43
301,509 301,509 000000000000000059c99e0892a631479aeacf70deabb9d5afc4189222ccde0f 0.30 MB 149 15
301,508 301,508 0000000000000000482f962f1448fe15944e87eda4c004ed3b706205fa71336d 0.48 MB 240 16
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.