Memory Pool Memory Pool Refreshing

2,804 transactions
2.56 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,488 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (767,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,998 139,998 00000000000007ced1a3b1e801347892b2573c3ee74208e519ed3ac54141cfa3 0.03 MB 71 259
139,997 139,997 0000000000000757cb3d79b341ddf2522e1b98668b5ab9a07a719efbe0ad7e2c 0.05 MB 87 160
139,996 139,996 00000000000002e516148d2c801fd75e4a57b9f648b81926fbab8c089d8c8eb1 0.02 MB 41 288
139,995 139,995 000000000000076886502d6a41ba709589b4bccc907f4b1e69281d1bee0914e9 0.01 MB 8 44
139,994 139,994 00000000000000e9a9ea00ad6fc12fbfea912edb7954b2a64f58cc3d44fccd3c 0.00 MB 8 501
139,993 139,993 00000000000002982535448376b7103abe0e60ed6f783f945fbe6dbd8689e1a7 0.01 MB 27 498
139,992 139,992 00000000000005a97b876cdec88b5ab1ff6f93ef7a48fe1ab23616478a7da388 0.00 MB 9 40
139,991 139,991 00000000000000bb44d5228ebb1548540b7148bbc8421d6144237c78674c3e23 0.02 MB 36 83
139,990 139,990 00000000000008d01930b2ee3a0fda6b7f94d68b92d3f63f45a6457db441af4f 0.00 MB 8 444
139,989 139,989 00000000000000178cbf6dc3539bcb5c752d72c64edcc2ca282b77a13e726cb3 0.03 MB 102 156
139,988 139,988 000000000000008058a3be6e8c4872d2ef9907be901320400e3c6fd9f45a0197 0.02 MB 62 138
139,987 139,987 00000000000004292c04aa9a26af8c086c3cb746c720013e22b71f3e349b2e84 0.05 MB 115 250
139,986 139,986 00000000000008337f52c0b9b98d10aa8dc9e7c49259bee41ba87191c16d1491 0.05 MB 112 53
139,985 139,985 00000000000004a2b8e24a098f220f39b7175715d55dcbb475137b7dd4461e32 0.00 MB 8 627
139,984 139,984 00000000000000b74846add84d3e3fedcd23e69fa052dab0363cc1dee8226d64 0.05 MB 146 283
139,983 139,983 000000000000072e7fdf7472acb990f44a6d17659283894a9993a988c6406b54 0.00 MB 11 0
139,982 139,982 00000000000000609dc61c06f0160795e9b9834903cae637b0c789fa6a0d18d1 0.02 MB 48 280
139,981 139,981 000000000000046008308e25a7e760958c1c3fde8fc2a9fc62e325ee7465fe44 0.04 MB 118 184
139,980 139,980 00000000000008d161f78099f48140338773c44af7243a650a2d79020d1a48d9 0.01 MB 27 250
139,979 139,979 000000000000047261ca6daf63ecdb62ebe78becbe8e252fcd16db6946c8635f 0.05 MB 146 152
139,978 139,978 00000000000006e67eb56296b2e62029fa726a55e96057c49bb3c7c1c79e0f6e 0.02 MB 59 21
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.