Memory Pool Memory Pool Refreshing

10,907 transactions
5.47 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
901,583 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,991 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,582 (744,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,795 156,795 000000000000065be142af1bfada5d3802706630d9e0ce97503d9c3072d82069 0.01 MB 18 280
156,794 156,794 0000000000000272b265827b9eb88cd15c8e903acd68567f923235c163f51e42 0.00 MB 9 4,952
156,793 156,793 000000000000053f5290a8a12f7fed34f76205bc21d482c01456f555c18fd57b 0.02 MB 54 102
156,792 156,792 0000000000000a2539d0e7ef10123d3302d139f6d36787bd0ce734dfe1b0b66c 0.00 MB 10 382
156,791 156,791 0000000000000cc81c8cae7a9f07502238f13bb65497bbb586291265ae4328aa 0.02 MB 81 9
156,790 156,790 000000000000029e4b1b56f833a25c06a403f314fb6f74a542da349068dc962a 0.03 MB 94 109
156,789 156,789 000000000000042e5073f435b04c0826e8c3726f23752317b1af97f7108ee387 0.01 MB 24 79
156,788 156,788 0000000000000743d858d6676077d1a1d403a16bd43aea8086ebc2b96cf03373 0.03 MB 96 147
156,787 156,787 0000000000000c5bf9de561de783c308f42ff8a65f642139adacafb5e792d92c 0.01 MB 9 16
156,786 156,786 00000000000005bb0a1084590665c9814ee61929bf56f7687ad819a18df26682 0.01 MB 11 23
156,785 156,785 00000000000001627ff5bf88f604782f8262cde8109b3ae88b36aa600349a81c 0.00 MB 13 33
156,784 156,784 00000000000008cd45c3aeaed8fdb4878e8131e3edf2e24cced6055b54eacaa8 0.01 MB 24 202
156,783 156,783 000000000000027d9c360ab5f417310893441300923789725f348ff56d838fd0 0.03 MB 75 80
156,782 156,782 00000000000009a58c6e6718d43c1bec39af01fcb6587db591d6295f4e2b3966 0.03 MB 27 54
156,781 156,781 0000000000000bac86a776d99fd9446515ea28fa90187ef8f579ac429e740881 0.01 MB 9 613
156,780 156,780 00000000000009881d51f3527e5c26562780dd51a30fa36e91894f103ebf2069 0.01 MB 32 96
156,779 156,779 00000000000002c36e83dfb61ef0a74f56bbe8223ea83c02b89039731c359bec 0.02 MB 20 308
156,778 156,778 0000000000000563eda265d05db9989204902a7cf7344d82465ac16d0ddcc8bb 0.01 MB 53 40
156,777 156,777 0000000000000d6856d64048f08bbabadd35b6569de65534626b1580e296880f 0.01 MB 13 102
156,776 156,776 000000000000045576bace48bcb96dfab9a6d5a8807b5cf4a6d3741d5381319a 0.01 MB 26 146
156,775 156,775 0000000000000f26085a45d50ffb7b6c33c16eee4e5afc061c908cdc9b9d5845 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 758.45 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: 742.60 GB sent, 39.12 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.