Memory Pool Memory Pool Refreshing

10,027 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
899,511 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,445 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,510 (1,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,328 898,328 00000000000000000000c0f018d581fc989dfb1a9850bf14c1ca1d56c8f70465 1.61 MB 3,403 6
898,327 898,327 000000000000000000003719635a65e98d9dc8e761d6e061f661c5bc466249b0 1.80 MB 2,228 1
898,326 898,326 00000000000000000000ea2b63a4469e1c19314b41d4079736ec08f4e63ac278 1.74 MB 3,488 2
898,325 898,325 0000000000000000000057dbfcc5545f68c57562405a3348fba68c6deea08273 1.70 MB 3,583 3
898,324 898,324 0000000000000000000247fb1a73d47bcb66b786bf79340456b3ed72d7773331 1.75 MB 3,806 4
898,323 898,323 000000000000000000010bbe05ade3cc8514c335540d9cba9b07f2ead1ec2201 1.84 MB 3,315 3
898,322 898,322 0000000000000000000124d0d459d67cc7998b238d433b0cb4d2043c24a300cd 1.71 MB 4,672 4
898,321 898,321 00000000000000000000fa5c018777712a2021f2dc60d13dd81ffbac201c2f72 0.00 MB 1 0
898,320 898,320 0000000000000000000249f6ed909b7aed6a76112ab465b4d6db13af7d1b7f80 1.78 MB 4,856 3
898,319 898,319 0000000000000000000086475caaca35669c21649562bd2a2ea24f77f444e079 1.71 MB 4,009 4
898,318 898,318 0000000000000000000215dbb9d3267409fb6de20aaf993d64112f24e80b8735 1.74 MB 4,626 4
898,317 898,317 00000000000000000000c288f2d5543d88526a40264d317b142a9d17ecab502e 1.66 MB 4,576 5
898,316 898,316 00000000000000000001f7b16758dea16c5cde66eb7231282df365cb6381257f 1.58 MB 3,305 2
898,315 898,315 000000000000000000005aa8f4d92c7793b78159315175f0b4390a36ea85bbe0 1.44 MB 3,278 1
898,314 898,314 00000000000000000001df7bc703046cab95494a3cc3d82e0d183d6d478761f3 1.78 MB 3,098 1
898,313 898,313 00000000000000000001fc3a775ec4c7ddc4976d8d2140f09a015270c6a65513 1.75 MB 3,933 2
898,312 898,312 00000000000000000001075ece0af92c95d17b0e0c52dff7380f056b66f4a758 1.65 MB 2,637 1
898,311 898,311 00000000000000000000fc12934d2bd2f191d622bdd35f595397fc2d7957b046 1.85 MB 3,756 2
898,310 898,310 00000000000000000001e37a76a8a52d9a096b6a563a8252b4d2f8a2bd4862a9 1.56 MB 4,120 6
898,309 898,309 00000000000000000001a14021508388eac856012fdbc86159f0e1e697b539b2 1.58 MB 3,604 2
898,308 898,308 00000000000000000001d9f97431eb5d489f971e77395827801f63beb741dd35 0.02 MB 59 2
Previous 10 blocks ↓
Total Size: 755.08 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: 489.25 GB sent, 24.45 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.