Memory Pool Memory Pool Refreshing

8,111 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
908,111 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,807 907,807 0000000000000000000093e0e929433f66fae6ba112dbe026b659768ed8239f7 1.58 MB 4,158 6
907,806 907,806 00000000000000000001067b9cad0b5b19a5a47bd3e798dbf059c144f092db49 1.58 MB 4,418 7
907,805 907,805 000000000000000000016f992c635a973f04322599d412b2ad6595988bdb9b3d 1.67 MB 2,763 3
907,804 907,804 0000000000000000000091e7bb026688a986d5b4632df60c9b66e96039f5955c 1.59 MB 3,097 2
907,803 907,803 0000000000000000000154f4d8b697542bcff0bc4fc9af6c31b8ffa433508e95 1.61 MB 3,995 5
907,802 907,802 00000000000000000000d5894de57e6d590707a252329605b3556533a7e4d763 1.49 MB 3,925 8
907,801 907,801 00000000000000000001fc89e7e338786e88845491b024220166979df93c49d4 0.40 MB 358 2
907,800 907,800 00000000000000000001cd9714cf73bfab0bc08878cde94aad9e48f92af3470c 1.83 MB 3,853 0
907,799 907,799 00000000000000000001407a58b9f8b3d48e4a17bb6f86eeab07c754cde4fb61 1.78 MB 4,699 1
907,798 907,798 0000000000000000000202254ff2ac10ab6a0636708e0f03103a7b7844c492a4 1.82 MB 3,545 1
907,797 907,797 00000000000000000000bb97fa8088ea8fbb16a4723d5550d0aa245f4aa1f94d 1.21 MB 2,702 2
907,796 907,796 000000000000000000022fb8410039d133efc4be3757372083405427d3e8b904 1.65 MB 3,351 3
907,795 907,795 000000000000000000015c277c73453d2c2843c081dddfad45328d9ff877fb94 1.55 MB 3,377 4
907,794 907,794 000000000000000000012c037d0905d983b44dd8306c4186e858dcaa6aea20e3 1.89 MB 2,647 1
907,793 907,793 000000000000000000020972e6393dbc368ee4f10ac54be0209a566739dac97f 1.64 MB 3,743 3
907,792 907,792 0000000000000000000157d780325bf31675b9e0d3ee1167bfded82a5e696300 1.77 MB 4,317 1
907,791 907,791 0000000000000000000129ef9b29100b7975e8db15e78960310778cc320cfdf7 1.71 MB 3,261 2
907,790 907,790 00000000000000000001fc703f66b5d7b2f4f3c2506230b6730090612cf165a5 1.78 MB 4,515 1
907,789 907,789 000000000000000000007670a42ceda92db08a8977fa35257ac7badeeb43381c 1.76 MB 4,579 1
907,788 907,788 00000000000000000001b8a6f25d9d8816b58e8247232f0148cbb60c8593a1e4 1.68 MB 3,327 2
907,787 907,787 000000000000000000022abf7ecfc43d7a2f98144558bf6645b98b54079819d4 1.76 MB 4,784 0
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.66 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.