Memory Pool Memory Pool Refreshing

3,687 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (759,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,224 148,224 00000000000000d0eed9c5b9d777c9d8ba51b31654a028e24bc0aa7fdc1413cd 0.05 MB 128 242
148,223 148,223 000000000000089ed7b88c06af196277c7837096c0343ffd194b76e6024169d1 0.01 MB 11 2,256
148,222 148,222 00000000000001f3fa99a370ad8ec0d0aa4951ef12cb9790de58ec904fdaeb6e 0.04 MB 76 127
148,221 148,221 00000000000005a877f8a119edfc1bcc7004b56c4180d444827e5e43e3f3a9df 0.01 MB 24 393
148,220 148,220 000000000000084159fbaaa0eaea3f0062ad4d68f9042b3f1e594865d933fd13 0.04 MB 116 78
148,219 148,219 00000000000001129f428291261e8d5ac90dc5d1fd377f8fa6b16d1fca5a76ee 0.01 MB 3 157
148,218 148,218 00000000000007d5e75caa634536e151988641dae9fd598ff62d1ddbf4714dc5 0.00 MB 1 0
148,217 148,217 0000000000000670ad641815190820f37201dbfe1a458ec69f16de5c6be418dd 0.02 MB 46 292
148,216 148,216 0000000000000011ce0066aef4cd6033476406cc392a42ee96940942bc9ccd06 0.01 MB 46 7
148,215 148,215 0000000000000385082c7c832a49e20733aea4c3d35616da5cbe1aa1674b7932 0.01 MB 15 236
148,214 148,214 00000000000001c43996c45ddb188caf045d12fb4b46e6ae4e9c709881958156 0.03 MB 37 113
148,213 148,213 0000000000000143c3128acb30c4654bc7d54e996009b2b66b2b18f57491908f 0.05 MB 150 187
148,212 148,212 00000000000005ecf3194abc8ccf1532b066da526479d86e4c01d6015258b563 0.04 MB 130 171
148,211 148,211 0000000000000435ce1410d9fbbcc189585730ae1f836946e076996b52cd6210 0.00 MB 1 0
148,210 148,210 00000000000004ad1934ca4e8624b5a7e2cfa7127ccfcec71bbcfd95a307ec19 0.02 MB 47 218
148,209 148,209 0000000000000311ad5804b82bda877ecc3b149ffccacc8b455e7388f008caa8 0.02 MB 56 192
148,208 148,208 000000000000034573f65b0078c43715c4274385e00f938d0751af6f59c1fbf8 0.07 MB 150 258
148,207 148,207 00000000000001081510dfc9be5eb149de60f4b0b5c3eb5bfdaf3d3ecf4f3d5b 0.02 MB 59 174
148,206 148,206 000000000000044dcec8cf1e741e38dd6a97a6808ccbfe161336b2cf29e41659 0.01 MB 19 541
148,205 148,205 0000000000000857d99d8dc34cb37ba4300190d1ad515482bd22a61b2f324a95 0.01 MB 27 26
148,204 148,204 00000000000002db5ac787a17c37c3b2625fc6b71a9763c77198265ebda42474 0.04 MB 95 308
Previous 10 blocks ↓
Total Size: 768.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: 1,616.57 GB sent, 92.76 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.