Memory Pool Memory Pool Refreshing

6,114 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (594,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,508 313,508 000000000000000027a769c58cf4972e6f1c7be21e4196c2a0f7babef6749179 0.08 MB 66 9
313,507 313,507 000000000000000000c322190bfe270d975fbbbc06da2b2d294a05d1565f9c1e 0.71 MB 1,482 30
313,506 313,506 000000000000000016dff88f234df8e0eb45ce42ad4ad099d5d1c941f3c3154f 0.25 MB 453 29
313,505 313,505 0000000000000000341f4e56187466e19ba69b5b794690b245d3192fac0606c9 0.18 MB 229 22
313,504 313,504 000000000000000014454f0007ee3ee36b43c109320b04f20b3bf71b60be53f2 0.46 MB 780 27
313,503 313,503 000000000000000008423de5ef07ac29bbaebe965aa86733b77a32be1f9ed1fa 0.33 MB 548 26
313,502 313,502 0000000000000000107f57a415c94b9a1706e66c6d3763fd90f5d3ea29eb52a0 0.75 MB 1,178 26
313,501 313,501 000000000000000011ee951380af11f111a469040122b77135f1b68bed6608ab 0.67 MB 956 22
313,500 313,500 000000000000000038f15c0bd9ae575530c6f0c397371cde4b2b2600d70860aa 0.62 MB 1,165 30
313,499 313,499 0000000000000000385f546ae1a8fde666e3ec0eccb7d9e179377518567ac225 0.19 MB 395 28
313,498 313,498 000000000000000014480ca8fa774a32489fb11cebe09fc41b929139e008108c 0.65 MB 1,232 31
313,497 313,497 00000000000000001219e796a0a0d56eb13e98e3f4955d053f8f82b4544923d8 0.41 MB 759 30
313,496 313,496 0000000000000000235e17ff538a5c96b2d64257ac21142ad675c8604387ef94 0.04 MB 91 17
313,495 313,495 00000000000000001679b38ac2ac77688e278f8985b8b60b2b0c1a96fc02a113 0.75 MB 1,361 28
313,494 313,494 0000000000000000293106c4fc7eb64ee9e6c73b4725cde582839e49d61b57ee 0.01 MB 14 25
313,493 313,493 00000000000000000a094708a55e2e026cf63f35100a32cdc3a6532125d5c7b1 0.06 MB 128 30
313,492 313,492 00000000000000000a776810bfed61a8e8972c0ff91767a55ec676bc9f5c4d9d 0.13 MB 266 33
313,491 313,491 00000000000000003916e5244cf1b3b46d21ebb01f85f478655d574802a121cc 0.25 MB 275 18
313,490 313,490 000000000000000008982e92abe162992a832f5e49faa6d6101647f6e1046f21 0.09 MB 256 40
313,489 313,489 00000000000000000bf8681bce11f98abf642af71d26f4be81b2ac015ef33ec3 0.14 MB 212 31
313,488 313,488 00000000000000001ca35fbf55d907c0cf19ba9569936e38c7bbb24e2d0ae617 0.04 MB 81 24
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.