Memory Pool Memory Pool Refreshing

5,006 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (493,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
414,122 414,122 000000000000000003831f9007979705a15e0695d6f9d288a03f7c29c2ed2c04 0.31 MB 732 52
414,121 414,121 000000000000000004eec75a678b78d44ef70ad6625d07b830f08b12cf4c90cb 0.25 MB 533 42
414,120 414,120 000000000000000000fee2f04d7d95292fb43504a0e1719b404328554d8cdb13 0.74 MB 1,007 20
414,119 414,119 000000000000000000d89a37f13fa2cd3302a771dd23c1a1c45403bc76b5cdec 1.00 MB 1,779 40
414,118 414,118 000000000000000000a27f972a55c6ab97d14a0f9e5bf3efe0f888817dd4b4d6 1.00 MB 2,855 74
414,117 414,117 0000000000000000042640a0d0daa6dc67a014565b22096206cb959c059a0a63 1.00 MB 2,984 66
414,116 414,116 000000000000000002d091e7a234caa5b52ab8c81fee92d2e398632186faa9eb 0.12 MB 247 48
414,115 414,115 000000000000000003074b7a9c15f0aa50f10b05c87569c571bba2bcac7c63a0 0.29 MB 63 11
414,114 414,114 0000000000000000035c4c644a5e4407a2ffc824daec5e1883eb25bff4540f84 1.00 MB 732 25
414,113 414,113 000000000000000000c057e483be6009beb2d3c407522d28db316da576123189 1.00 MB 1,502 24
414,112 414,112 0000000000000000045bec6b810ef11777ef9753d60340eeb7fd9b79e921b1b1 1.00 MB 2,876 69
414,111 414,111 000000000000000003c5a5cb53676dc9b003483660c2d0f909afc27af1a5aca3 1.00 MB 1,814 36
414,110 414,110 000000000000000001232979e01f56696523475e697ae3e869dc33114ba6b8db 0.00 MB 16 123
414,109 414,109 000000000000000005813273d1eb3193ef5921c92e503de6330c58376e45f37f 1.00 MB 3,096 72
414,108 414,108 0000000000000000037739cc49c8eb3fe2eb7fb97e449ec40296fec0bb59a4f5 0.25 MB 678 48
414,107 414,107 00000000000000000261cf99612b41e9075a040b16a078fd8683ba68518129b8 1.00 MB 1,032 15
414,106 414,106 0000000000000000034033a9ba6345fe01b76a2812862b146cfff673ca829fed 0.06 MB 67 30
414,105 414,105 000000000000000001aaf265a0f9a68ee164025ba187598db956cdcd71c6360d 0.12 MB 45 15
414,104 414,104 000000000000000004835c76d242ea61da402b8b4b0b55466957c4d0eef91da2 0.07 MB 206 50
414,103 414,103 000000000000000000540c857d504665d029597f6631ff0a1fca6bbcf967612e 0.98 MB 180 6
414,102 414,102 000000000000000004ac022cd6f3e85af9177bcec5addb70af3a62cc990a0e87 1.00 MB 1,581 35
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.