Memory Pool Memory Pool Refreshing

13,795 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (611,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,733 295,733 0000000000000000966f6492e3d705c6e594074623616d6c996f993108e0e188 0.00 MB 1 0
295,732 295,732 0000000000000000b1677b74f16685cea96bd571dff519165a39aac2c0facbfa 0.21 MB 512 62
295,731 295,731 00000000000000006e12b1a5f4bd295ca3954099b7419e015743e170f7b38621 0.02 MB 64 40
295,730 295,730 00000000000000008cff51c55f4e42a0f265d03b22a500b6f187627d65fd68b6 0.25 MB 367 35
295,729 295,729 0000000000000000509e685cda7529ae353e5a16fd24c70650a79792cbc55221 0.26 MB 115 17
295,728 295,728 00000000000000004c4cfc2ebc416ee7e3cb37db310f0ce5bc940424785c8386 0.15 MB 167 21
295,727 295,727 0000000000000000834fba3c93d373b365539eafe095b956928cc1ba6d530a4e 0.06 MB 128 42
295,726 295,726 00000000000000000abd96271b3710f9b1e246949c7309325bafc95d7b16e247 0.01 MB 17 85
295,725 295,725 00000000000000003e931843902942a2cdb2702ba89b54046eb648983a75385f 0.11 MB 87 17
295,724 295,724 00000000000000000fe6657def90f3d9e5a03b65f1471d1362f339a8ac3a6e07 0.07 MB 256 62
295,723 295,723 00000000000000002c41a57bee99ae781667f2a78afd6a666dd0e84221ae1e90 0.08 MB 93 30
295,722 295,722 0000000000000000a82cd44b9de56b06723b51a964e061f5a5a94edc50944988 0.05 MB 75 29
295,721 295,721 00000000000000000f207605836616741da360f2cc0e963afc5570b1adcb487e 0.21 MB 258 32
295,720 295,720 000000000000000057794af3541d40de65e63bedc26d5b712d083b9d9fa85747 0.07 MB 65 24
295,719 295,719 000000000000000014b26445139af985f1c2f5af1644f46db1bee6b588849ad2 0.10 MB 136 32
295,718 295,718 00000000000000008de62e0b25b9ba6e9e4b68e42952d7b2850e7a86f2a22454 0.08 MB 77 24
295,717 295,717 000000000000000093808dd3dfb581b8d98a36e961b68a1cb0ba2e7464bb07e5 0.15 MB 275 53
295,716 295,716 00000000000000004b017676aa7eeff1b8c47653d32309f7f00081097ccb9336 0.35 MB 485 31
295,715 295,715 0000000000000000ae2da891ed2772a210fcc16fd1f5ed3e507960e071b6a035 0.03 MB 64 35
295,714 295,714 000000000000000050d6308ccf88a270069ec079f994253c17f13c5968b882f0 0.33 MB 514 38
295,713 295,713 000000000000000047e24e37d5b1b89851839f86c619c6ccf75303a68645433f 0.06 MB 128 36
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,622.93 GB sent, 92.96 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.