Memory Pool Memory Pool Refreshing

5,695 transactions
2.08 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,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,792 906,792 00000000000000000001bba7b6ba147fd2bd111bd4d68fb3f67ec90a69edfb8a 1.41 MB 3,119 4
906,791 906,791 000000000000000000011d02c82ea85d0f0502c17ce5cc4afa6dd902e5fe0266 1.50 MB 3,729 1
906,790 906,790 000000000000000000019e003268dd0fa1eb6aa2a0882af91bf4c0af7c0e461f 1.38 MB 4,541 2
906,789 906,789 00000000000000000000aa4aaca51f521c20bbcd2b6185bb7a5bae07f244b379 1.58 MB 2,750 3
906,788 906,788 000000000000000000022b6e1796d97d8bf1d5c04d9653012cb7232d53a55cee 1.47 MB 3,306 6
906,787 906,787 00000000000000000001cb3ac4591f1f8b4f6e9ea79b2fb8cc5c1ceafcca26b3 1.47 MB 4,070 3
906,786 906,786 0000000000000000000068e7334bb9d69378c90f37f47c16b7ce26bfe2cab22b 1.70 MB 4,106 1
906,785 906,785 0000000000000000000148dadf1acd66438f0bcc8f1ab1765f90449172f5b08c 1.39 MB 3,665 0
906,784 906,784 00000000000000000001a2e80411bbc2b4c1c8a7ed81aa02316ee5208c87c903 1.62 MB 3,087 3
906,783 906,783 000000000000000000012c88c41246d70067cfb99b62db21a8b218eb4c1b68e0 0.57 MB 1,044 2
906,782 906,782 00000000000000000000e2a65c2b9db764c4d47abd9701a089aa75d1986f6892 0.89 MB 1,467 2
906,781 906,781 000000000000000000000d086a69ebb35bff324fcfb962c8d22145247479b7b2 1.75 MB 5,105 0
906,780 906,780 000000000000000000016bdff55e412955bbdda8145d8d52a2a6f3d4e27eeb71 1.77 MB 2,506 1
906,779 906,779 00000000000000000001bb06c6d5c47ddf6cac1169f1d93b2dbd07471a689b9d 1.83 MB 3,409 2
906,778 906,778 00000000000000000001e2148699535eb273613815b0784a330c6e09e928c72b 1.58 MB 3,322 3
906,777 906,777 00000000000000000001b3090ad81fe6b55598f62a6846ffe23e7d5b29111415 1.59 MB 2,364 3
906,776 906,776 0000000000000000000104d960f23c0db4dc545499a405eb389dfe6c434b0153 1.68 MB 3,220 2
906,775 906,775 000000000000000000010cb96e29ed4977bfd485fc6d0129beb2c63df68e162d 1.63 MB 3,468 1
906,774 906,774 000000000000000000016b87b553a554174ceb591ccd22e7d8d47c7c63ddcce0 0.33 MB 629 2
906,773 906,773 00000000000000000001cf5f9f8b4bc9cbffb87f62d3093ce987a4d48c5ccc84 1.57 MB 2,624 2
906,772 906,772 00000000000000000000914ea281cfa3b54a1528a46c862c932d2820a93c47b7 1.49 MB 2,647 2
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.29 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.