Memory Pool Memory Pool Refreshing

4,254 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,189 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (159,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,686 748,686 00000000000000000001479fe9270a6c3b9dde61e0a35ba561122de39f2e0bf9 0.12 MB 242 14
748,685 748,685 0000000000000000000882fe66532b5405e68444ef4c2681504d49b90796062d 0.07 MB 144 15
748,684 748,684 00000000000000000006f810910079daec8ecd082502a49dbf3211f3c60f53df 0.82 MB 479 5
748,683 748,683 000000000000000000032db7cad6a1c02fbdef4ee41a3682075bcccafb65ca24 1.64 MB 2,899 16
748,682 748,682 000000000000000000036c9ca2c38f462588a1b4e7b9a31d839352de04fa85a3 0.19 MB 332 15
748,681 748,681 000000000000000000043e6ae7f7226a5d803376d266eb3d6666f6fa5cdde323 0.20 MB 372 12
748,680 748,680 0000000000000000000761157b6a591532280b2b7c32635791fe22fbe91329d6 0.70 MB 777 10
748,679 748,679 0000000000000000000586df8e1b52f34de6afa32ac954e751082bf3234e559a 0.17 MB 239 12
748,678 748,678 000000000000000000086699f67313a247052f060428d7cc1640e5c3ec39411b 1.29 MB 1,969 13
748,677 748,677 00000000000000000000c7262af53da25a4f98d1a53db64794d7ae1cbe11e6d4 0.09 MB 208 19
748,676 748,676 00000000000000000000f9200869c568f233d83b328eb7cf795f2a94965be39f 0.28 MB 422 18
748,675 748,675 0000000000000000000553ef83eb5a364f70c550b3b2206de8695f041ef0fc1d 0.93 MB 1,377 12
748,674 748,674 00000000000000000000729efa7f8a71b6747fcc2416f6ae67c7d21137999716 0.64 MB 996 10
748,673 748,673 000000000000000000092ecbe2b9590c72c261435593ce81b4004b5a9471a97e 1.67 MB 2,261 13
748,672 748,672 0000000000000000000600845ee097f8ea94f652c1ab6c861912906a822d4abf 1.39 MB 1,066 10
748,671 748,671 00000000000000000005f2b74114b0cecbca711e2f57b9187b8c73fae19c80ec 1.66 MB 1,586 5
748,670 748,670 000000000000000000002ae105ad83b56bd7761a1f5706065c8850d609a66a55 1.39 MB 2,988 23
748,669 748,669 0000000000000000000728fcd2e5c8d92db9c32f28716d5177a20726be98160a 1.46 MB 2,145 9
748,668 748,668 000000000000000000009b9516f1ad9d52f5ea2cb2eeb7c7b7af8cc5c353a232 1.57 MB 3,696 15
748,667 748,667 000000000000000000022fcdeb1661d88de16729136777bb48a2efaa4a781092 1.44 MB 3,619 33
748,666 748,666 000000000000000000002d59ae3b12b1c7687f3a3d7415c25a02c3eef7780497 1.61 MB 1,786 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.