Memory Pool Memory Pool Refreshing

299 transactions
0.09 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
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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 272 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (410,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,519 497,519 0000000000000000005b6ed8992e8964823527aaf0e1bc2e8a5f6a90fe7bb162 1.05 MB 2,148 130
497,518 497,518 00000000000000000030e19edbfb761a348cbbe8a91b17f65832d761b854079c 1.13 MB 2,321 121
497,517 497,517 000000000000000000c8e3f1f441c4259aac63467092b81c4b3199f39b1d0678 1.08 MB 2,534 153
497,516 497,516 0000000000000000005f0fb9e4b139356479bd72fa14717456139ff775708ab5 1.10 MB 2,420 189
497,515 497,515 00000000000000000090dee040279196bff363fa0a1c38b59ceb692e8222e954 1.14 MB 1,768 102
497,514 497,514 0000000000000000006a781daed3fadb34ec326808300ac1dd5a094822de7a37 1.08 MB 2,156 150
497,513 497,513 00000000000000000060d7cfe38d938a49f2224630a94c2cb7c656a9682509be 1.07 MB 1,818 62
497,512 497,512 0000000000000000008599151930c9282e021b88deee9c208894669774519af3 1.08 MB 2,424 167
497,511 497,511 00000000000000000080c0025900a8dbb5fef5174006567e713a3820a4ea4b48 1.04 MB 1,991 46
497,510 497,510 00000000000000000026613e9f21f5ebaf4da87e0de38e4541386388f5434603 1.05 MB 1,581 89
497,509 497,509 00000000000000000030ab3a331ce02ad7c0bc8fb79511dfc7c9f043db88e85b 1.04 MB 1,752 43
497,508 497,508 000000000000000000aaf3b50c609d47ae09b0eb320e70f08fa6f1e14710ae40 1.03 MB 826 71
497,507 497,507 000000000000000000cf502477452460c9807d81799441c6ab575a35b29f44c1 1.10 MB 2,288 127
497,506 497,506 0000000000000000005ee17dd12b2ac663f93ee74a3f0579a72d0e9543d0c0df 1.06 MB 2,062 234
497,505 497,505 000000000000000000b10204607897e0e6b8a50b0fd6827b137e6af502579435 1.09 MB 2,578 97
497,504 497,504 0000000000000000001ec1da9b21495966324cb12511e0fe94a8afc7c8acc2f7 1.12 MB 2,662 86
497,503 497,503 0000000000000000004dab56cbdc9d1373c29799d61e63dbe54f6e1ed998a197 1.07 MB 2,282 158
497,502 497,502 0000000000000000006900d529248e57f7050430886ca807a4cc28fa21009972 1.08 MB 2,009 167
497,501 497,501 0000000000000000000b90a6a05dc60b1ea5112674ecd38b5fa6fa28141caa57 1.08 MB 2,188 195
497,500 497,500 000000000000000000c3877d497dbc85f052b41f65fec62b9795903ca4458a6c 1.00 MB 236 21
497,499 497,499 0000000000000000007a28db199bc940f871bdcf01e3f3f1d50314582e6bfd32 1.08 MB 2,419 120
Previous 10 blocks ↓
Total Size: 769.28 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.50 GB sent, 94.30 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.