Memory Pool Memory Pool Refreshing

9,169 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,784 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (295,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
612,347 612,347 00000000000000000007a704b98ff1852bf8790792faf5bc9ebfe5184e5bf759 0.72 MB 1,979 2
612,346 612,346 0000000000000000000a245ae2ce6806221c5044c45dcebc83478144c8502bb1 1.31 MB 2,953 22
612,345 612,345 0000000000000000000b8d69aa79bb3a5f4f26dcc4ed2631bbef73d075fcb59a 0.25 MB 520 10
612,344 612,344 0000000000000000000b92006e875b7410f93d34402e58abe5b1c3904f815fc5 0.34 MB 830 16
612,343 612,343 0000000000000000001009d56e860d76114abdd83e7c3956b20a375374d70811 0.43 MB 911 15
612,342 612,342 000000000000000000138cde4176945ef40b56d513a635352575e2020cc01e53 0.54 MB 1,262 14
612,341 612,341 0000000000000000000df8507c9e45c16965806bb456bf64eb61e61581f05066 0.33 MB 532 12
612,340 612,340 00000000000000000001cd4e536aaba706ebf08ac3ced805f39ec0936ba77b6a 1.30 MB 2,863 19
612,339 612,339 0000000000000000000982fd1ec69dc532cfccaf9e27e6b4583b3ff42e94fc40 1.19 MB 2,582 3
612,338 612,338 0000000000000000000b8618b5b549a4910c3f656285493c6e2eb18e1ab571ed 1.27 MB 3,221 26
612,337 612,337 0000000000000000000031d2f1895b23294a3c1cec3c2dabc954febc91babc28 0.20 MB 108 1
612,336 612,336 000000000000000000024be2bce6128616f81196c132ba21a361dc4eb8bd7a93 1.29 MB 3,065 13
612,335 612,335 000000000000000000107051f34256eceb0bc3ae6234c04e10789c016d57aee8 0.77 MB 1,616 6
612,334 612,334 0000000000000000000e0082f7a28ce674346c715653c4e3f8e44aba267e16d9 1.20 MB 2,577 17
612,333 612,333 0000000000000000000f7c17ffd69cbf1638ce3fd75291412e77ab256aa8350b 0.11 MB 253 11
612,332 612,332 00000000000000000007374811a94c746f1f03c520affa4735392051a309511b 0.07 MB 174 13
612,331 612,331 000000000000000000087a276e7adf30d7e89f2512cf6617acf9d9d95ac9c9c4 0.34 MB 766 18
612,330 612,330 00000000000000000013988ff49265ec716b23aa1ea8934cc9990e07b6e4b8dd 0.72 MB 1,672 15
612,329 612,329 0000000000000000000694a7e2fec08cf49f2b834b031dd08cb276b756ecd34c 1.26 MB 2,856 18
612,328 612,328 000000000000000000145dbd6f63eb41a038168f0966896d6428c2d4930fd94b 0.58 MB 1,354 17
612,327 612,327 000000000000000000095f275a7e5f303add1c9bb0638a016ab9fcfb6bde3372 0.91 MB 2,220 13
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.