Memory Pool Memory Pool Refreshing

7,558 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (114,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,212 793,212 000000000000000000036caf4a43d0472a115ff7d9d54f48dfc07c139743819b 1.68 MB 3,887 63
793,211 793,211 00000000000000000004b2d722d1babcdb82a38ae4db7c5ea66a98b12834e782 1.67 MB 3,687 69
793,210 793,210 000000000000000000012c00059dd091027ce977ae54e40da166293c9299ba0e 1.60 MB 4,403 62
793,209 793,209 00000000000000000000df94d49156fc8912ef63b1a878cfb14b794091942471 1.58 MB 4,309 70
793,208 793,208 00000000000000000004946ef92ba0f9eb927d8d94590eba333978ab44da5b6c 1.57 MB 4,746 72
793,207 793,207 00000000000000000001bffc48e54aacc42df1665b6307911e95f30779c43eef 1.70 MB 3,570 70
793,206 793,206 0000000000000000000222502a94fd91bb611e429c2f9ff7f6d08400c4a4a8c7 1.54 MB 4,192 84
793,205 793,205 00000000000000000004eafe320c701c1fa29a9d3b2bdf056c23575d90357909 1.55 MB 3,279 97
793,204 793,204 0000000000000000000323b0c11597b5f567d2289d6bc9de296d90fbe5f31541 1.66 MB 2,358 93
793,203 793,203 0000000000000000000411f4ab3aa5fa4141eda42ae4b3f287d46f4a28239044 1.62 MB 3,967 80
793,202 793,202 000000000000000000038df0eb5ce2de17f956e17a60c106d94856002ff1c7e4 1.56 MB 3,882 81
793,201 793,201 0000000000000000000138d7fa52eb32decc520be528eded702212c07dd7ba11 1.53 MB 1,966 104
793,200 793,200 00000000000000000004098e210acad988a0580a7478ee59505f425a05f27f98 1.61 MB 3,148 96
793,199 793,199 000000000000000000029b5529b826905ed7969f1e72582e88431147acffb448 1.70 MB 2,012 99
793,198 793,198 00000000000000000004aa26938569bde577acea56d3b6708637ee701a3d1785 1.60 MB 2,476 94
793,197 793,197 000000000000000000051b630a30b8225e900183284d1b1ad5576bc773042910 1.50 MB 1,965 96
793,196 793,196 000000000000000000010487f6ce15c1c434eed4d39b0889b0748b144677a04e 1.59 MB 4,852 80
793,195 793,195 0000000000000000000364bdd9c01938536d7338e9123e264e1a9739d3e199a4 1.72 MB 4,528 81
793,194 793,194 000000000000000000012880f153986cb98c33544fcd893a5aaafd5a66f70e63 1.57 MB 5,055 86
793,193 793,193 0000000000000000000230395578cd29372a2ba4feeceed70f119ffb8bd5d9c8 1.58 MB 5,978 83
793,192 793,192 000000000000000000001cdf45e47383b281faba3c318b7bc06933cece1baedf 1.63 MB 5,874 84
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.