Memory Pool Memory Pool Refreshing

5,733 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
900,856 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,715 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 900,855 (740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,115 900,115 00000000000000000001ceb90e13ed15456816e1e88ea8db8b04d4ceb8668bb9 0.76 MB 1,390 2
900,114 900,114 0000000000000000000109d418b29aca9958edd925cdd3f1cc2c430d726c0a5d 1.35 MB 2,875 2
900,113 900,113 000000000000000000011a8acb0e1d30f6b0d3e36bb9f096d247279fb3d85bff 1.07 MB 1,431 1
900,112 900,112 00000000000000000000f8b0d2d7d1f7f245bf17d08c5c515216dc5fce56daa8 1.79 MB 1,641 1
900,111 900,111 00000000000000000001d261a0f3428996fee85b0cec6d08e0cace8809f46259 1.45 MB 2,755 3
900,110 900,110 000000000000000000001589a6a58267b42a7f3fede8d8f428555d288836447c 1.21 MB 994 1
900,109 900,109 0000000000000000000148a26295eee110b5757807d84cae9df23313af4f7792 1.31 MB 1,373 3
900,108 900,108 00000000000000000001bb5059a028f517538e9e58ca606214de0f98632534f3 1.56 MB 3,709 4
900,107 900,107 00000000000000000000f326c498337966db2d63c9a64a01b3d598706fb8f3b4 1.46 MB 3,564 6
900,106 900,106 000000000000000000000ea740a27f5052d8e4edc4f70cedc2d5fbd6644d9d98 1.47 MB 2,142 2
900,105 900,105 000000000000000000009602c50385f414b1041a7e51c7701845e19161510183 1.25 MB 1,754 2
900,104 900,104 000000000000000000005e02b34ad6221c17a48401d3887985ae14183ad1bbc8 0.12 MB 220 3
900,103 900,103 000000000000000000010a431adffe2767edfd7e8c80fe8cfbe50c05d8b464fa 0.85 MB 1,708 1
900,102 900,102 0000000000000000000087b63fae4803d3b1cc7cf666351915ae68f3d03f0b36 1.56 MB 2,794 2
900,101 900,101 00000000000000000001cc0f0171debf252d2f4c53e97523bbbef1ff11fe8e47 1.45 MB 2,103 3
900,100 900,100 0000000000000000000059e2d67bd0f2fabeecde1634f61490d666e861b2df39 1.25 MB 2,079 3
900,099 900,099 00000000000000000001970a29d175206ce81bc9db2c58dc81735082a98b0fcc 1.74 MB 3,131 6
900,098 900,098 00000000000000000001e2142b586f7a45ac009cca000f6f0f91ca24a1249955 1.42 MB 2,603 4
900,097 900,097 00000000000000000001b6ce53893b3afdd8971232a4322d31c73db099b7f830 0.54 MB 1,112 2
900,096 900,096 000000000000000000007b036643f2292ffe783a957d6230129684aec8dd32b2 0.42 MB 1,348 2
900,095 900,095 0000000000000000000210835125351e9f1781a78f3893f1fadc0a45311d3dfb 1.14 MB 1,253 1
Previous 10 blocks ↓
Total Size: 757.35 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: 666.08 GB sent, 33.99 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.