Memory Pool Memory Pool Refreshing

54,401 transactions
35.35 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,735 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,937 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,734 (734,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,094 141,094 00000000000004315779194615a032d621e5de8aaae4b562718bec02e213b6c2 0.02 MB 41 166
141,093 141,093 00000000000007288a708cf2f100cc41e1477900e65045ef0c3fd7764de6eb70 0.02 MB 68 211
141,092 141,092 00000000000008c670a11e8454bb00e22ee06025651fd88c80c2fbdcb43395da 0.04 MB 67 118
141,091 141,091 000000000000014305b4c04dc938ab91d45894392ec8c06dccc419d394f2817c 0.05 MB 110 1,094
141,090 141,090 000000000000076e527b8681d1f77941880ce5d5e57e8f320d93985d5af61a74 0.05 MB 99 723
141,089 141,089 00000000000008014fe2ec3b80e2af62d78f0a3bb61152317ed163b42a0df2b5 0.03 MB 119 36
141,088 141,088 0000000000000499986f0bc98a441213fbf3ff50133b658a002c4c89821381e2 0.02 MB 15 80
141,087 141,087 0000000000000539989c7e1d289cb8d4bf29eb732b28ce0557ab3af7f6593f88 0.01 MB 33 57
141,086 141,086 000000000000055b24054a682a0461db7bfc8c9d9d41ee5cdc0d9ba11930954b 0.06 MB 127 132
141,085 141,085 00000000000008debbce6b72a32ba3c60c83665637cde91312f3d29fede0e29b 0.02 MB 47 79
141,084 141,084 0000000000000205dbf966de130752f8f93c66ccf8210be03a577d0cfaf2cd7a 0.00 MB 9 721
141,083 141,083 00000000000000e400a3d3ada8f4d4f39276084bb58d6223b6e5682db3b56583 0.03 MB 97 93
141,082 141,082 00000000000005e2fe30aa3a0fc497fe44403b824fec3b254f8cdbb4664df8f1 0.03 MB 47 169
141,081 141,081 000000000000073bc48e2c26389c0034f0c3fc448cfc0571fc0382bce8f3aa0d 0.05 MB 106 137
141,080 141,080 0000000000000320d1240caecd0568226e9787f889ee4e1013fbc8da9490066f 0.00 MB 11 518
141,079 141,079 00000000000001287fac9783ef98daa4d2d317f70df350331db24173c1d4ee2f 0.02 MB 38 418
141,078 141,078 0000000000000842c192a304a3b25a970dafde51c2222e96e8e695c65f4de2a0 0.02 MB 71 7
141,077 141,077 00000000000007a11a47cea700ca9fd291309bbfe3293c90bf5f36dd3b20ae04 0.05 MB 122 911
141,076 141,076 00000000000004d402c85c44f4f10bbf0b3006c04f978dac67730702a96c7450 0.04 MB 56 415
141,075 141,075 00000000000007fb0de9030b63a68fd95177c51a260f23a455a14922c3bae9e0 0.04 MB 51 800
141,074 141,074 000000000000061afa832a732398eb5215a5ad932655ee461b390d7c00b77fd5 0.01 MB 28 69
Previous 10 blocks ↓
Total Size: 709.99 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: 629.49 GB sent, 12.32 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.