Memory Pool Memory Pool Refreshing

2,159 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,721 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,141 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,720 (864,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,560 44,560 000000001e9e6a4b312e01eaedad07c1841b08b179ea5311b190570238c7b77c 0.00 MB 1 0
44,559 44,559 0000000019ba987f7b6252ae4b91b369653b7e3bcb681fa7afd15f78250d5e86 0.00 MB 1 0
44,558 44,558 000000001a7e0d31adb2eec9810eb8ef5c238d32a9ece7160a72e63217dd04a5 0.00 MB 1 0
44,557 44,557 000000001fdaf84a417ee2d6d9d38288b454ab274c15a8f61ae3b44ce5b63b51 0.00 MB 1 0
44,556 44,556 000000001fe13d0033218f160d50e4b1a63e00eb7380744cbb5ad4d0c2d9433a 0.00 MB 1 0
44,555 44,555 0000000001a408a89bda19925ecae142ce68812796e1656a706d73c698416ee5 0.00 MB 1 0
44,554 44,554 00000000146e17eb890e6a995ced3c98f4e0e0f981a46d9b6070a5ea3bc6a112 0.00 MB 1 0
44,553 44,553 000000002e755e09b1b27c42534cb9e730df540714103dc14bca3c51862db855 0.00 MB 1 0
44,552 44,552 000000000910116d22a9ed281ae8986cff252a63bd84adbbfccb3098c413be1b 0.00 MB 1 0
44,551 44,551 0000000018fa5d04f5f33cfc34a7e7c0a4a39980a4e85c228f96fd65ea089821 0.00 MB 1 0
44,550 44,550 000000003042a0d5b4469a2ff345c1a643120abc707f4dd2ac08db53e327f5aa 0.00 MB 1 0
44,549 44,549 0000000029cd1a072d8c8b498299f5a8fd13617004ca2522604bdcf2f719073b 0.00 MB 1 0
44,548 44,548 00000000230878bbabf33079015a5282b73d27abbc65b124b52825cc930de8cd 0.00 MB 1 0
44,547 44,547 00000000301d515e1b5be58a9d71d02cea68797a219e56e3862f719da95292ec 0.00 MB 1 0
44,546 44,546 00000000101d87e9d1d0e75f9891f450c6798513ea92ea0944f89bc81a6673bf 0.00 MB 1 0
44,545 44,545 0000000034cd4324e787099b07f70cdef4a7c841b16edf9c12378826e5a8b623 0.00 MB 1 0
44,544 44,544 000000001484731d7b54e19dff51f1fbabebcdcc250a65102e01e4613dd6e0ba 0.00 MB 1 0
44,543 44,543 000000000ddd3e5f05f2393dd2fea08ea84f44f1e4e52e9894b61f8c12ae660b 0.00 MB 1 0
44,542 44,542 000000002c9b336ba16598dea48507b68428a8eb2a29d3b0d240f9d50dfdc290 0.00 MB 1 0
44,541 44,541 0000000029f17c828c1fecd31fd34a1a538c00fea437060befe7d46a26af0c6b 0.00 MB 1 0
44,540 44,540 0000000026101d77b53abb3b02f8da07a2a6a2c54aac2c501c6a35dd9321bc2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.05 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,854.99 GB sent, 102.17 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.