Memory Pool Memory Pool Refreshing

4,639 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,798 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (8,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
898,785 898,785 00000000000000000000e111fb99b3497fbdb7b8a7832f1b29933b9a4e9772c6 1.67 MB 3,686 2
898,784 898,784 00000000000000000000972c1045c41281a0ae3d3579c2b75cb3215fefc350bf 1.65 MB 1,541 1
898,783 898,783 00000000000000000001a2760e8046e565322fe3929f0d7c0b7d04b2f4b52699 1.78 MB 2,756 1
898,782 898,782 000000000000000000020a5f30f838b7416641d6a536319cc3c18693616c385e 1.78 MB 2,318 4
Previous 10 blocks ↓
Total Size: 769.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,627.51 GB sent, 93.13 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.