Memory Pool Memory Pool Refreshing

615 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,892 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 605 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,891 (658,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,022 249,022 000000000000001e2f789af7fbc35297e85a558bbe068f30e98c3bd42692e302 0.26 MB 563 114
249,021 249,021 000000000000003d2d07a5d68fb7b7e291d0915d0f055bcf2d8ec44632c466af 0.29 MB 621 114
249,020 249,020 000000000000001185c9ba87f0f346e0f18c99a74f9c444d1e88c2509886469d 0.04 MB 92 88
249,019 249,019 000000000000005937f9fa227e7e56fef16dfe8339fe02dea4b67ac0a18238af 0.09 MB 218 118
249,018 249,018 000000000000007b656ab7105f9d4d917d8fe6206304e0a0285f2cc05ccb0934 0.01 MB 14 62
249,017 249,017 0000000000000054bfc191ffb535814eb3327293be5b5406af44c2aa420ffec2 0.03 MB 74 115
249,016 249,016 000000000000007023069016b3d7d667b9bc4910497ac5c9cd46735ab47f56bc 0.02 MB 53 90
249,015 249,015 000000000000001aaa61d2294aa80f5cae1518d7b573f27f908ad7790e02d897 0.10 MB 203 110
249,014 249,014 000000000000005734becc52880505a7ca74244d7b66d1af00ae8cfbf8b71fd8 0.02 MB 31 82
249,013 249,013 0000000000000046ad53de2bc81e91bd0579abb0213392521785daf7718e94f6 0.08 MB 207 118
249,012 249,012 000000000000000e26de071ea1d97a5b04dd53ce53d32705989604db56ec8eae 0.02 MB 25 39
249,011 249,011 0000000000000062061bdd88f12242674098f0c4a4680d5131e683d9f3f360c8 0.04 MB 99 135
249,010 249,010 000000000000002155e950cd4aa3aa952d29854f39ff5f367162b15dc682bbaf 0.05 MB 111 119
249,009 249,009 000000000000001dccf98db1d154c736a26b1b1ca040c2a0239b596d2e7a6a31 0.04 MB 77 116
249,008 249,008 0000000000000053ef658095fb45c7a86955d70c76b44264c7abce79683a8a90 0.13 MB 341 167
249,007 249,007 00000000000000220b76f98fc9414043f765ec48dba3fb556e096caffbaae8ec 0.06 MB 128 39
249,006 249,006 000000000000008128be7a672d03a84d585ac9d76eb004fe83cabdaafb32daa3 0.04 MB 65 48
249,005 249,005 000000000000007d4d6fa70e56c6fca741ea8ff3c4f73dbf85b55e5c22716cb8 0.25 MB 530 153
249,004 249,004 000000000000003c7eef8d9a93ee4bc3c10d496edb2a0b3602f69952f47bc53f 0.11 MB 263 111
249,003 249,003 000000000000004a0fb8ac0e819985cb84cc8b4f2916c6e1d2a2a47fbd274881 0.18 MB 436 124
249,002 249,002 00000000000000013c678e5d691e3a2bdd559aa7c21fda5d27e38d54a047aecb 0.06 MB 162 296
Previous 10 blocks ↓
Total Size: 769.34 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,643.32 GB sent, 94.65 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.