Memory Pool Memory Pool Refreshing

17,537 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (609,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,854 297,854 000000000000000052a96e382f50405f4efa92ee3143cc143be22cceb6de060c 0.13 MB 194 22
297,853 297,853 00000000000000005cf542a65363f0afc18dada665fb2ef210cb6bfd6b77209b 0.27 MB 407 30
297,852 297,852 0000000000000000635dd47037c6972fe78603ee259b7d2dc353b8985d85cf92 0.24 MB 512 36
297,851 297,851 00000000000000005f2d2016b71516def95e5d7b2e7a673f83bdf9bad39bbf37 0.10 MB 43 10
297,850 297,850 00000000000000009a71c7cad0d28f52bdae6bd3de233ca9f57b908db7fed8ad 0.33 MB 257 14
297,849 297,849 00000000000000000319601da3c6ec1d61d85d855a3881e5aec00e597f538fc1 0.35 MB 718 35
297,848 297,848 000000000000000002a61da2742d5e95c094c6dfb9b2683ebdfede4a803fa50e 0.38 MB 1,024 51
297,847 297,847 000000000000000038a12e1b8bc9562cddc5cfa24ba7c418f4b945f6b1677e41 0.10 MB 187 22
297,846 297,846 00000000000000001ea22faacd5573ef3f913ab56cf8e4e007cc0dd83369b628 0.86 MB 1,513 32
297,845 297,845 00000000000000007e5e71f6d462d054dd4a8b9fea06258cd467a364a5f81545 0.05 MB 16 8
297,844 297,844 00000000000000000591f4127ea063afc1164a20255bdc953b77e7c6ad683e83 0.17 MB 291 32
297,843 297,843 00000000000000005cb60eccd16b607be157bcc8ad75208337955636c5173648 0.07 MB 61 17
297,842 297,842 0000000000000000104198ac6327a07279d24c147e833373058bc2456c50ffd8 0.24 MB 343 24
297,841 297,841 00000000000000007d42d8017f4635a77278b47a25d6369ae60f172fa921cbc5 0.22 MB 512 43
297,840 297,840 000000000000000069ea3b64f8b627bc81c8981ce80e95edf81cd356ad04e1a0 0.14 MB 328 34
297,839 297,839 000000000000000003711ceb8551ef0c2cab9e23961226cef9d766155eccca54 0.38 MB 557 27
297,838 297,838 0000000000000000657b739d176961666f7c72e7ef6e732df90ca52060ff6296 0.35 MB 409 21
297,837 297,837 00000000000000001b230135c1b019c0959c89451f5af92bc2012192565f4c24 0.35 MB 998 51
297,836 297,836 000000000000000011be75a3c3421837ef9299c9cde47f6168df3da21fb111ca 0.01 MB 28 23
297,835 297,835 00000000000000009b45e865670a96fb75f6d1a7b1460e6e572f3ef9a581e406 0.04 MB 119 36
297,834 297,834 00000000000000006838c5a6a66ce1a0c97a417128a02570bdf82e9c322bef5a 0.02 MB 34 28
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.