Memory Pool Memory Pool Refreshing

3,952 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 2,916 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (9,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,724 898,724 00000000000000000002142f4d380f679922725ce714b5dafd51114472f0b5b6 1.64 MB 3,317 3
898,723 898,723 00000000000000000001e368822bb1511a63ec7db38f6c62ab37fe6a0e92471e 1.52 MB 2,721 13
898,722 898,722 0000000000000000000171be06bcee2912a0fa657c1986ad8ced1d1c32c700a0 1.62 MB 4,113 3
898,721 898,721 00000000000000000001ffc4dea3d2c3fc6abf1ce497fdc56c23c245a1a92619 1.10 MB 612 2
898,720 898,720 000000000000000000008d4ec80fe602a3dfc906fdc30ecc6c7ee4408f2e8326 1.36 MB 1,772 2
898,719 898,719 00000000000000000000285d0cdd916eb1efe96b817937f47708a2ad89f70c22 1.57 MB 3,681 6
898,718 898,718 00000000000000000001f9a9a5e8bf2843dcf81224e45b41caa74477caf2d935 1.61 MB 3,942 3
898,717 898,717 000000000000000000012338064a8275899b943822c05927657a4c76108d15f3 1.69 MB 3,466 4
898,716 898,716 00000000000000000002018e2bb8131d33706a7f598fa960a9b5d6e0cf838787 1.66 MB 3,734 6
898,715 898,715 00000000000000000001183b424fd52c9ac2d8993594ff9dc080f62c82d3aea8 1.67 MB 3,720 3
898,714 898,714 00000000000000000000d789e23c16ddd929a34af190d376cae64e7204f8bcae 1.60 MB 4,692 2
898,713 898,713 00000000000000000001652047b349717f01426f48855996f54959d2ec99582a 1.26 MB 1,653 3
898,712 898,712 00000000000000000000052a8f13c7d9e5bec1fa5ec29eff94706371e1419049 1.42 MB 2,445 3
898,711 898,711 00000000000000000001d864951e34aaab8563da0a9dcd48cc6ad17740ed6379 1.53 MB 4,649 4
898,710 898,710 00000000000000000001fed1b78a8e3a9dcc397f4b3cbb5d32380c77ed78c5c0 1.47 MB 3,505 5
898,709 898,709 0000000000000000000228062981b8e5acba96ff6766178f95080b49c5279a54 1.46 MB 4,936 6
898,708 898,708 00000000000000000001b4bfdf0e20c272515c043fb16edb62230785ec7a9898 1.52 MB 4,550 4
898,707 898,707 00000000000000000000c11b7bb176bf29a00cc3d0492923923eb9713821d1b7 1.70 MB 3,875 1
898,706 898,706 00000000000000000001fd1d9540f2d7a95a3c01aaa35d7dee5291c990c3b963 1.87 MB 1,084 1
898,705 898,705 000000000000000000008d4bb4b5f1059654a413f37403b6b5d7811ad2891f89 1.61 MB 3,275 2
898,704 898,704 00000000000000000000d5c6af697626f238e879ac6cc822b7f7672a59d94f58 1.57 MB 3,052 3
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.