Memory Pool Memory Pool Refreshing

4,709 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,799 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (604,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,157 303,157 000000000000000036511e57aa68b97eb894847d4ca3ef0176e554cd49ca7bdf 0.31 MB 602 31
303,156 303,156 00000000000000003b60d439d5c66aefbb711bf3586fec5554dc364447eedc59 0.21 MB 296 24
303,155 303,155 00000000000000003501085b0919063c2b6840828cd39be4d38bc2fc103f5af9 0.21 MB 351 41
303,154 303,154 000000000000000016a988c7853cf0dbeabf928a4aeeadbcd10430345216e4a3 0.23 MB 402 43
303,153 303,153 000000000000000002036554d676f9cd7d7f9b90d4786565935bc36aaa77e52b 0.05 MB 112 37
303,152 303,152 00000000000000004c8fe4c92cc6e176eacca4999480a22a23f119b9974fc638 0.20 MB 320 29
303,151 303,151 0000000000000000157e8138c585a6f1885902d6052755955d94b34fe83630ae 0.03 MB 76 17
303,150 303,150 00000000000000000e53d3ded075e94e62a4c74693417532dd4612c2b9a5402c 0.28 MB 495 29
303,149 303,149 0000000000000000383c59f4fb9f3a0ae6fb4e76f3e96d3358b80b4ddef8092c 0.10 MB 188 26
303,148 303,148 00000000000000006462adcdedc0be257f9ace67b243db2b908e0571badb5cc2 0.06 MB 113 26
303,147 303,147 000000000000000063cbc5650b00309bf861388a22ecca151856e521fafe2bb9 0.29 MB 396 28
303,146 303,146 00000000000000000d802104a8fb62bf5ed360ede09496bd4b7234711114d1c1 0.31 MB 515 27
303,145 303,145 00000000000000004d69058d28e5abc068e73cc76a32e156250c3be02d5128fe 0.17 MB 244 22
303,144 303,144 00000000000000001fd3f1c3c8a12916935dd5924304e95311f53021dfa86ab8 0.35 MB 629 27
303,143 303,143 00000000000000003992fb9719da3f2a641550cf28a0c879482e9f1f2699f89e 0.45 MB 797 28
303,142 303,142 000000000000000047fa7a303288e344c7475156bee98179eda41e640656d302 0.10 MB 256 35
303,141 303,141 000000000000000045f42f798a5baa0e8c935375d63bd0fe9857ead40a7da8bd 0.51 MB 177 12
303,140 303,140 0000000000000000223b04cfacc6c03ec8a1e535e57ede8aa53e7a4d392ad6bf 0.35 MB 590 28
303,139 303,139 00000000000000000e70e18b64db5dc399b8e6878ffb9f2b3ed7cab7d321a616 0.25 MB 617 38
303,138 303,138 00000000000000006341ba960d397c746ad665eacf68c6b37cf2eebab3fddbfc 0.35 MB 427 24
303,137 303,137 00000000000000000103ff3f951aa2b9dd76160da1f7f3d13409e96be6bcb6d7 0.35 MB 770 39
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.52 GB sent, 93.13 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.