Memory Pool Memory Pool Refreshing

987 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,888 0000000000000000000237740000000000000000000000000000000000000000 0.21 vMB 958 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,887 (1,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
898,781 898,781 00000000000000000000a20c7bf3c2520f89790711a54e6f31083eeb37957f4f 1.76 MB 2,872 5
898,780 898,780 00000000000000000001802ee785bdb194cefbdd0da3e6ca6979b4dcde51130a 1.69 MB 3,415 6
898,779 898,779 000000000000000000002e91935814c337e0d90c537d7040ee3a478b49fc6bae 1.64 MB 3,244 17
898,778 898,778 000000000000000000022e306c5539262b13aa47d100113fba6f537c10d4f129 1.83 MB 2,024 3
898,777 898,777 000000000000000000012d8fd6b48158d98c413cf1a6316ac6935313098f02d1 1.56 MB 3,039 7
898,776 898,776 0000000000000000000068f92eec0c9df0da560f887c92a8bcee9a5ea2dee688 1.50 MB 3,083 8
Previous 10 blocks ↓
Total Size: 755.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 542.22 GB sent, 27.30 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.