Memory Pool Memory Pool Refreshing

5,348 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (8,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,806 898,806 0000000000000000000153754dc93b207cdc79fbf57fe8dd8724f55995b61c4c 1.54 MB 4,556 5
898,805 898,805 000000000000000000010bfa94a2c1be1f44ef7599267cf7a3421ab4f8c8ce72 1.51 MB 5,462 6
898,804 898,804 000000000000000000016691c67ac35776d29543223670fa89efcf6abbb483f9 1.46 MB 5,433 6
898,803 898,803 0000000000000000000137a8793d8893568a0b115756c2a21c19e05b1ba7c5df 1.44 MB 5,891 6
898,802 898,802 00000000000000000000f19a3ebbbee252c95f470351d0276dd069f329ff00e5 1.45 MB 5,379 6
898,801 898,801 00000000000000000001be5576663c37573fda0017e7627c66125433be1b7bda 1.47 MB 5,885 7
898,800 898,800 0000000000000000000044e2f615e8f5abbdb807f020de9fbc7ad4b05ea9c5dd 1.47 MB 5,358 8
898,799 898,799 000000000000000000014bf23008d75bcb45b9ab992aa40ed976ecf1e7e5a2cc 1.49 MB 4,505 9
898,798 898,798 000000000000000000011f9473be870e302845995b1f37fe073e15bbe4bbf567 1.46 MB 5,455 7
898,797 898,797 0000000000000000000031110b2467b35e0b7fe8076c3f3fe66fb2963b45a43a 1.53 MB 5,228 7
898,796 898,796 000000000000000000001efe12f754c8a087a3791ef3f6ff9a0b38cb9aba2695 1.49 MB 5,173 8
898,795 898,795 000000000000000000016c064e12dfa35bc9b07b2e0f6dc5368076b17821c87e 1.57 MB 4,230 12
898,794 898,794 0000000000000000000038688ba58eb858436bcee2a19dcf84091b30a098716c 1.41 MB 4,991 5
898,793 898,793 0000000000000000000005c6310ba4ea2f6dcc18d03ed511dcc8bb77543ab3e0 1.47 MB 5,249 9
898,792 898,792 000000000000000000020604cd50cd636c192e38c83a94470be649df4f436183 1.43 MB 5,226 6
898,791 898,791 000000000000000000005c946cec70b4bb40c5fc7881ea2be975c35efb98b1ef 1.44 MB 6,023 3
898,790 898,790 000000000000000000004c4e112c10ed503a7b03b670a04c83da4a0a5813aca8 1.54 MB 4,793 6
898,789 898,789 000000000000000000002f6fd7e0fbf8836773a74614a1ab1c8d241848e234aa 1.45 MB 5,757 3
898,788 898,788 000000000000000000009304937cbfc8b2de373f58ce9d21786216e8feebfade 1.49 MB 4,944 4
898,787 898,787 000000000000000000000f974a30bbd17371480daaa07b7dff186be08059bb8a 1.46 MB 4,960 3
898,786 898,786 00000000000000000001a57689d909c0f1edd575246b8604eaab385f53014397 1.25 MB 4,080 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.