Memory Pool Memory Pool Refreshing

8,930 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (384,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,613 523,613 0000000000000000003ba78d9dd7b178f4f98d97fbcf50b251d2ea5b231ff072 1.20 MB 1,957 9
523,612 523,612 00000000000000000014e18974f1bfd5c390f8fbc85edff0bad70cfe7a83d1ed 1.09 MB 2,555 43
523,611 523,611 0000000000000000001ea9cd7f997ec4be9c9f04f67474a0cbbbf876fb5c1d67 0.70 MB 874 24
523,610 523,610 0000000000000000001bdc81e2ddb27e3af723c91c673e121097118368b1a6fe 0.33 MB 333 12
523,609 523,609 0000000000000000002d3eb7ec224373aede1e6d14b194cf2d8779160e8eeae8 0.44 MB 668 27
523,608 523,608 000000000000000000319e47f3e10592d958f066237e6fd37214fc62a0c76e6a 0.52 MB 520 5
523,607 523,607 0000000000000000000932c9b3916319c8f7fa5801f87c3863a973e0e0c604e9 1.20 MB 2,714 34
523,606 523,606 0000000000000000002c65b5e9be26fba6e0fb2ed9e665f567260ee14bb0d390 1.13 MB 2,560 33
523,605 523,605 0000000000000000001a893d1398ae642fba93353b8d1ee551be525ee3341e29 0.58 MB 1,332 22
523,604 523,604 0000000000000000001319d3d177c72f0d492efe63125446bea4f0f1fe54091b 0.46 MB 871 46
523,603 523,603 0000000000000000002c5f251b671ee885752a02c05ea545dcadaed95d89a752 0.44 MB 971 33
523,602 523,602 000000000000000000195c3bb435473687de9e18f1c0faec890c3d49308f9ae5 0.10 MB 167 41
523,601 523,601 0000000000000000002f235f1d6d88fa20163f28408cc39cffcd96184e8130b2 0.69 MB 871 19
523,600 523,600 0000000000000000003ab7bf562f8314163743022d349983e1dbbed343df039d 1.25 MB 2,775 15
523,599 523,599 00000000000000000036bf8abf0109832ae921675056d00ac3beef9f099c400c 1.07 MB 1,956 23
523,598 523,598 0000000000000000000e46d47f1e03da301118e1937ed27bd4006e7870dff5cb 1.15 MB 2,377 70
523,597 523,597 00000000000000000002a54e8dcecd8bba38059a6028bb0196342970bc1326b4 0.43 MB 993 33
523,596 523,596 0000000000000000000b130738f5ffe09a410d81210594f4a82fc4a3f03110cb 0.99 MB 2,267 34
523,595 523,595 0000000000000000001de5525e3247773964a1ef2e45e3311197f0ac1e4194f9 0.87 MB 1,555 32
523,594 523,594 00000000000000000019807b29d53de597eb72c0f8fabc94373356d1f5b66cb6 0.21 MB 533 52
523,593 523,593 00000000000000000038adfe44c9a6ea4088f4ca173f3aff5307599c55eb2c96 1.10 MB 2,895 28
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.