Memory Pool Memory Pool Refreshing

4,146 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (481,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,550 426,550 00000000000000000460adf590836f4638b8579254b5b76586f0c899d8070ac8 0.67 MB 1,164 52
426,549 426,549 0000000000000000039fb7203c29e60a78401b2adf981819aa5fdfb085ffea0d 1.00 MB 2,739 71
426,548 426,548 0000000000000000007e16b4e6d286ac27c15244b2cba8fc743934f9fa3b54b6 1.00 MB 758 17
426,547 426,547 0000000000000000036f2e4ce43e17489b024af69da2d0bae326d8e958c2c1f3 1.00 MB 1,755 32
426,546 426,546 0000000000000000034f9aa71be32b21140aa897b1c48193e28fcf80fd439b4e 1.00 MB 2,543 79
426,545 426,545 00000000000000000129b48409698b16c0307f0cfcf3e55b95943f3d766d7432 1.00 MB 2,204 52
426,544 426,544 000000000000000003d4c590ce96c5b0c254463839af1c3a43b2ea1b36a90fad 1.00 MB 2,848 84
426,543 426,543 000000000000000001608297817dfa22c02f7afcb9db25b81895fc31647fa486 0.99 MB 2,068 53
426,542 426,542 000000000000000001724ba504743236a049e5fecb064fd1b725bab6387cac87 1.00 MB 2,767 74
426,541 426,541 0000000000000000022661e2786f5fc72df9660679b437a3b832587232496320 0.88 MB 1,080 28
426,540 426,540 000000000000000004a45e8c8ed53b3e506ef05ac5e1e7a07cabf062732c21d9 1.00 MB 1,894 43
426,539 426,539 0000000000000000034506e5f4427928b060aec95353fc06537edb9c34bfa0a1 1.00 MB 2,285 53
426,538 426,538 000000000000000004f77aa3e840cd17176ff5b78dd5feade89644ae015aa6bc 1.00 MB 2,606 73
426,537 426,537 0000000000000000012751604fa5d8e9af101443e5ef4ad7a018526bc6868ace 1.00 MB 2,817 78
426,536 426,536 0000000000000000004e9325b14428808376cff3cf7dc6b7d07ef65e2109f238 1.00 MB 2,600 69
426,535 426,535 000000000000000004d61658aa4913b95597c8f7960d313761a2672e5620b7b1 1.00 MB 2,922 63
426,534 426,534 0000000000000000005a3043f80e5abf3c9a786cd1f66d6cabdf22919d782f7b 1.00 MB 2,319 85
426,533 426,533 000000000000000002805edf7d2a50e6260ff97ed6abbf553577ab4f302ef8eb 0.75 MB 1,966 90
426,532 426,532 0000000000000000029a97c47ace043b51eb368be95055b212153407764e4834 0.00 MB 1 0
426,531 426,531 00000000000000000259559080d3b05b065a7f9de518cf812ee4fd41b69bd3f3 0.99 MB 2,205 72
426,530 426,530 00000000000000000287d0ac9b46cc30bfc59146e32c73049b2f276fbed42853 1.00 MB 2,120 56
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.