Memory Pool Memory Pool Refreshing

5,119 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,137 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (700,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,627 207,627 00000000000002fc0fe59a06045dd6cfdc3c6cdf6ecc3a4bd7d1780406ced737 0.16 MB 408 293
207,626 207,626 00000000000001ec9db028cdb76ac87972c96a88f7bbed8aa86ca07c98c01c62 0.02 MB 27 107
207,625 207,625 00000000000005119a5fb1718e20594df9244f183b05667dbe0f96e95c1c1f75 0.02 MB 69 101
207,624 207,624 00000000000000a3530b2a0db0328822e1de0a948174c83f1589a6258add62fe 0.03 MB 79 39
207,623 207,623 00000000000003cfc9e2d566fde1155505f29a94f342c33d02acf8dcae0ec00d 0.13 MB 301 177
207,622 207,622 00000000000004fbc8b20a8bca712b0e547603bd8e867b098dcae8dc887eba3b 0.00 MB 5 188
207,621 207,621 00000000000002c719906fa80428e65cd79433a5ec5e63484a7cd78b8252dd86 0.01 MB 13 110
207,620 207,620 0000000000000112fae788400e980582b032c771c2bbdf25e84288015e3ff0fe 0.03 MB 69 169
207,619 207,619 000000000000027c4fc21817bcce00029ebf671b104984951a0bf01efbb0de2c 0.01 MB 27 20
207,618 207,618 00000000000004b3872b5831300d76ced4dfcda2e8662de494e5032da310fc7e 0.00 MB 10 163
207,617 207,617 00000000000003df0d88afb3106e61065116a1388db555cc83bedee1a03852be 0.10 MB 228 195
207,616 207,616 000000000000030d4adbcadab627cb69aac8273c8a0db8e87e2b44a241050bf3 0.07 MB 87 81
207,615 207,615 0000000000000246d92030f4ec279741c7f7457aa4275eb6821c439c59089eb3 0.01 MB 9 4
207,614 207,614 00000000000001e4f51652b7c2935dc49e67cc8ca9f1f446e6f680c1d319fa07 0.06 MB 77 126
207,613 207,613 00000000000000b13a22bab424a6d46b85a6de0f469e89eab4c0177e13e34de3 0.13 MB 311 189
207,612 207,612 00000000000001f87e780923ae7697b74fff9cef77d2817eea51c313c9fea650 0.05 MB 146 161
207,611 207,611 000000000000023802b6f070dedae0d3c097a31afb439e86f22bf03b5d7def4c 0.05 MB 135 179
207,610 207,610 000000000000038094a78109db82a1f85d166279288415db2d761dc5af3121b3 0.27 MB 48 62
207,609 207,609 00000000000001d12a8fd3da6add7a59f04c5b9aa18cc3cf2e2cb6171fcc013f 0.05 MB 140 45
207,608 207,608 00000000000004e79f0e3a37ee9ad499fbef21c64a9451ccbb1073ed38683dad 0.14 MB 399 229
207,607 207,607 0000000000000451b30625bf5d715acf1c40b08a58ea0746e65827b8baadf91c 0.08 MB 161 155
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.21 GB sent, 93.11 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.