Memory Pool Memory Pool Refreshing

8,038 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,666 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (21,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,911 885,911 00000000000000000001b3fc07a3bc81842628b2f321e8049809443c4ddc4bcc 1.82 MB 2,013 2
885,910 885,910 00000000000000000001f9e1b3d3aaad8f20752a9ea317734f70c98d507fe9a6 2.04 MB 887 1
885,909 885,909 000000000000000000016fd246511eb3d4e843fd4759c4bd2d227e5956000972 1.68 MB 2,565 3
885,908 885,908 0000000000000000000085fcb7de94e95ebd44979241b1558720d4654ab801bb 1.58 MB 3,364 5
885,907 885,907 00000000000000000000f14b141be56a4c44292979ec73aabca1e93f9bb56254 2.21 MB 879 1
885,906 885,906 0000000000000000000027e69601b08b0ba0cc2309a62503b3daf2158c1617ce 1.98 MB 1,010 1
885,905 885,905 0000000000000000000209d51cd16a535596755c439268283064f4614da12821 1.61 MB 1,613 2
885,904 885,904 0000000000000000000106e9fbdd0d3d505646c9917ef99c373ebcfa351bd2c5 1.62 MB 2,962 4
885,903 885,903 00000000000000000000cb8a4bb21786eac6e58f2708f6e5196a1633c359ed0c 1.91 MB 2,937 6
885,902 885,902 00000000000000000001cc41e870d146066dff51e82f61b808dc1ed30f910b85 1.52 MB 3,012 4
885,901 885,901 00000000000000000001e9162996ae35829eebc4ff440871e19f7d1d1b91be7b 1.56 MB 3,807 7
885,900 885,900 00000000000000000001d53f718a0ca47bb8af8dd33cac253533a5f6d0ac973d 2.07 MB 883 1
885,899 885,899 00000000000000000001aad60bdcc19fd102371f4901a2896294b4658511cc72 2.09 MB 271 1
885,898 885,898 0000000000000000000008aa737bdccfd24ba4834abe64901d2bb8abda8a9c61 1.71 MB 2,685 3
885,897 885,897 000000000000000000010a9786a4312114992710e9ecbca1b9810b63a2743ce4 1.94 MB 1,554 2
885,896 885,896 0000000000000000000144530488386b0c25e9efec7846b01feb46735a1e09ba 2.02 MB 955 1
885,895 885,895 00000000000000000000210363a10018c072628e48e5e964674b1486d8183b35 2.03 MB 1,252 2
885,894 885,894 0000000000000000000009e9562b79b37e38ab38d2517bbf4357676a1d0087c0 1.66 MB 2,850 3
885,893 885,893 000000000000000000004a806270d3b746e58bb24b2ad54ff0d1ba67259d124d 2.09 MB 498 1
885,892 885,892 0000000000000000000223cfa6c5b4581bf2dd01b392c0b04fa71b783931a019 1.71 MB 2,704 3
885,891 885,891 00000000000000000001b40f9104a31ce3f0099ceaf786553eb5c8c11bdbf600 1.77 MB 2,034 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.13 GB sent, 93.02 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.