Memory Pool Memory Pool Refreshing

21,214 transactions
10.37 vMB
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
902,501 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 1,703 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,500 (785,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,017 117,017 00000000000050acb6ea12c0d4a213cdf22a3a18b9d346c9836e399145782597 0.00 MB 12 0
117,016 117,016 000000000000269f67c85dee187e8c498229af5c0a5cb3b1b5eef11d8875762c 0.00 MB 13 1,068
117,015 117,015 00000000000094927917f28724cf046d36351973cc78271690f3f566f7873ee6 0.00 MB 9 336
117,014 117,014 0000000000007caf276338ff2377fd401f445db4415c17927283147557630dcb 0.00 MB 9 882
117,013 117,013 00000000000049b3f3c227e13920f07e72f8ac5426261fa5b52c687ca437e535 0.00 MB 4 683
117,012 117,012 00000000000099b2f399561c14629d540eb6eb692ea8ec7b81c1e7c67aaebc86 0.00 MB 9 313
117,011 117,011 000000000000c17ce1e5115b8d89e83908a9e531e1efb8abe5d805a838657892 0.00 MB 4 0
117,010 117,010 000000000000a221a538c37dc8263eabb6ec9d912a7d48d988bbe0379ec93f88 0.00 MB 6 676
117,009 117,009 0000000000005d0cf74c85885ae122f7049c4f7e2a43335fb196726284e313cf 0.00 MB 1 0
117,008 117,008 00000000000034a5c586f2d5d4705f31fbeebfaae6e26dfdee9ee28bb13577b4 0.00 MB 7 0
117,007 117,007 000000000000211b6f6069939541b1ae965df0918cc6d49285c932a55296082f 0.01 MB 12 734
117,006 117,006 0000000000008e68f2cb87a398e5b595506b294864152a2534dd852a41481bcf 0.01 MB 20 545
117,005 117,005 0000000000003258fcf9dc1114aca561d648f2dd1619b7889d0eb6001255c7d8 0.00 MB 10 453
117,004 117,004 00000000000066df20078189231ca2c6df9b47ff8cf98df8c205b64b25b9bb06 0.00 MB 12 843
117,003 117,003 0000000000007d2915d50e68744da1016f8f939ca0cc4ace745ed7dec5a0ab91 0.01 MB 18 487
117,002 117,002 0000000000000cbf25c12e9bbdeb3316ac997925124952629a59862eea3c7a24 0.00 MB 10 1,789
117,001 117,001 0000000000002cc576dca6b2d08d9702ce50e8ce4b666960a8bc374319457722 0.00 MB 2 0
117,000 117,000 0000000000001c78105335022027226fd1d4547293c2598b2e145dd96ef78505 0.00 MB 5 598
116,999 116,999 00000000000041c971c26e2e9cf9de85d06f2d5042c9877dfa23d9f3486f3a75 0.00 MB 8 2,498
116,998 116,998 000000000000ad57b5324024e1f380c151176fe9b4eccf7d2582577dd8963efd 0.00 MB 3 1,144
116,997 116,997 00000000000059b58c598958cc39e3b8d274bd2d2d822e5cb9c98b1d34f5f78c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 760.01 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: 886.47 GB sent, 46.29 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.