Memory Pool Memory Pool Refreshing

19,509 transactions
6.27 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,460 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (546,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,760 360,760 000000000000000004930793a7a81b566ad480e7a386dcf286120e6ca6a9f612 0.43 MB 766 23
360,759 360,759 0000000000000000053c0a1b01c3bd24ace273c248e1538fcf19eb3f1f522cc2 0.90 MB 824 12
360,758 360,758 000000000000000006d30bfcbe414086ad2793f2da3cdf194206a642d852673c 0.75 MB 1,586 33
360,757 360,757 00000000000000001596542205dc47b798582b262bea73b268e46ba604f57f3e 0.17 MB 236 28
360,756 360,756 00000000000000001513cffc5c9925b2e3f752597588ab68c9c0e5c05b5d957a 0.59 MB 915 22
360,755 360,755 000000000000000009898a0118eb39334b44d4e581d946286fa799176ff83c29 0.00 MB 2 0
360,754 360,754 000000000000000002423199ff7c81cf893147dc9844652af6d3258d0802f954 0.39 MB 534 22
360,753 360,753 000000000000000002645e3dd82a6bc2a1a5e1db5f19efb1fe9857dab20403fe 0.23 MB 342 19
360,752 360,752 00000000000000001043d05e7eb0e404f0cd0d93138fecbf7e4e39477b132633 0.65 MB 665 13
360,751 360,751 00000000000000000325e8d6900b53d7a5b40289111cee19778d4a5f16dd35f3 0.75 MB 437 14
360,750 360,750 0000000000000000147b52e45e21f3609601f6c3f603c6d7150e0e62740b8f46 0.00 MB 1 0
360,749 360,749 00000000000000000768045603bab1a1ddf8485e67fa6f8561e0130dfd2e37f9 0.75 MB 517 20
360,748 360,748 000000000000000013a3b2e9d55599541c7c5c67518b1d814944ba0d91aca238 0.75 MB 458 15
360,747 360,747 000000000000000003c1193f5c56e8715ffc2f89c27387f9406b7d7e0ec7b602 0.75 MB 1,952 36
360,746 360,746 0000000000000000001ea3c1f150285ad2734ba7f6b21c019b3313ad52fb224d 0.34 MB 331 15
360,745 360,745 000000000000000011cec225539c7c9e965b371d7f9e54435e7b900a49501790 0.93 MB 1,987 32
360,744 360,744 000000000000000011a77018cb3e2845101f8ead71adb845bd35a48f0b1c4d12 0.66 MB 1,000 22
360,743 360,743 00000000000000000fb511873fdc5a692432ee46f19a80696aafa7fda1688b38 0.25 MB 499 25
360,742 360,742 000000000000000003a169ebe24ab5eb52a79f9440180e4ae0454d7621040fb2 0.50 MB 926 38
360,741 360,741 000000000000000013b786c07fcee7ace3bc3adc485d6832dd9793b83623a3ca 0.31 MB 471 24
360,740 360,740 0000000000000000017f676cc663004773d4b2ec8841653f757ca7e69cd340ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.49 GB sent, 93.00 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.