Memory Pool Memory Pool Refreshing

5,628 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (471,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,871 435,871 000000000000000002c95dd67da912efff24786c80f98fcc0cec7ee8ba3734ff 1.00 MB 2,754 84
435,870 435,870 0000000000000000014c061147627c2219ce8d4b6feabd8defe82f825219548e 1.00 MB 2,372 65
435,869 435,869 000000000000000003613898cc13b4334b030d0d07f5e83487198b209f2e9426 1.00 MB 2,542 88
435,868 435,868 0000000000000000042a54fa5a2bfdb3cb008ebe53cde636ee0d85c8d6d0f8e2 1.00 MB 1,997 46
435,867 435,867 0000000000000000020cea44f8e73718818ee19b00803483b2d595f2d4933799 0.99 MB 2,599 76
435,866 435,866 000000000000000000a1b758cae04ec4387ae02c03aa7ad2dd8415869a5a7da3 1.00 MB 2,245 72
435,865 435,865 0000000000000000015ef11422109865f38ad1cb97920ac2388230c0bab2f18e 0.98 MB 794 19
435,864 435,864 0000000000000000037bbd7523bbeb86813e58fd99c7e4d254e033051d1f33c4 0.63 MB 1,284 44
435,863 435,863 0000000000000000021cc6ef5763e6206e62c2603ed94d071846ef74e88367f1 1.00 MB 2,697 78
435,862 435,862 000000000000000000a70f9fa856accc934ecbc747dacc7b2fae8c86ef39bf3e 1.00 MB 1,872 40
435,861 435,861 00000000000000000436fd0cf13b44dea05ab427ea9ccf7205fac47127e4561b 1.00 MB 2,623 56
435,860 435,860 00000000000000000323ed674e2bc405b7798118d28fd0dae6dd8a366447cf4f 0.99 MB 2,697 87
435,859 435,859 0000000000000000016f97b630553f82ee900485a27beafd83b6e63ecbd77033 1.00 MB 2,855 80
435,858 435,858 0000000000000000008220e2e4d4dbfa58f185068db69cb5c3e5a728142c6a4c 0.77 MB 1,922 69
435,857 435,857 0000000000000000031ea1ee71f0b0d4a06d55f56d0f51df86f20632d3d21db1 0.36 MB 620 53
435,856 435,856 000000000000000002b28b01f2b2dae503e081bfe2b7ae0cc9dce450a7a14f92 1.00 MB 1,763 35
435,855 435,855 000000000000000001914cbe68a3e6863b62ac2115973ffb47cd1e78a6521888 1.00 MB 2,594 69
435,854 435,854 00000000000000000158c19fa481d06355708718e81218c8e340d16ade4632c5 1.00 MB 2,818 80
435,853 435,853 000000000000000001442ae5acbfb5264a4f66e33c26ed7706cde874569a036c 0.41 MB 711 55
435,852 435,852 0000000000000000015bd4945346ec0e34a6267c925e8fae1cf365dd58643c35 1.00 MB 2,801 73
435,851 435,851 000000000000000003a5c8d1b6a468ed07a77bebcd9e456e51b718664f7e63b2 0.12 MB 360 73
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.43 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.