Memory Pool Memory Pool Refreshing

12,246 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (95,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,747 811,747 0000000000000000000474a3a6239eae37461c0f2b34d9db3dfa35456ed956b0 1.98 MB 2,598 24
811,746 811,746 00000000000000000002492c9b52334a2bff7281cd3eb00ba48f90b85a0f8d15 1.62 MB 3,142 19
811,745 811,745 00000000000000000002e9b3074b449d3476e06aa9b3ffe5a219c5163ae02dde 1.47 MB 3,107 33
811,744 811,744 00000000000000000002eead9a4d39d12bb51a61b0b268ca8b7d3fb891dceb7a 1.20 MB 1,188 13
811,743 811,743 000000000000000000038cc218cd3961554432e6e7c987eaf2c13f15e5031cba 1.35 MB 1,786 16
811,742 811,742 00000000000000000002d1d6c98c1570b88db3d8124f34d997e89d4e8532b913 1.21 MB 641 10
811,741 811,741 00000000000000000002651e0974a1f0afb4def88047a827f73088a50f761e81 1.44 MB 2,820 20
811,740 811,740 00000000000000000001bda21163b75e3cccd31e176216c93678343cf2fac9c7 1.32 MB 2,006 16
811,739 811,739 00000000000000000003718dff2e4a24c407d6818e59cd4422591318498efd7c 1.10 MB 483 7
811,738 811,738 000000000000000000037783038dc4f8c7315b16797c843081a49c9fd80429ae 1.10 MB 584 8
811,737 811,737 00000000000000000000994627d965a69d6da551fe8e7cfac8e7ef7643c6dc78 1.14 MB 814 9
811,736 811,736 00000000000000000000ff6269bfaad9e81fbfe472949a7a34a7fd134017f2e1 1.43 MB 1,420 10
811,735 811,735 00000000000000000001d3f0de1d91774303cea343a5ee725f2d8eba61a638c9 1.26 MB 1,039 12
811,734 811,734 000000000000000000018dd4bc19b7fe6fb0b70179030236b04348e869a45fad 1.40 MB 1,842 14
811,733 811,733 00000000000000000000957cd87d41cafba0a635e523e03d9c4d76357abce63f 1.76 MB 2,454 25
811,732 811,732 0000000000000000000049c04ee996e9a9a5113c168d381b85a8034654bfbede 1.36 MB 1,693 16
811,731 811,731 00000000000000000001dad9564b1cb1d502c9d198cd28234e75e5abc016b90d 1.38 MB 1,548 12
811,730 811,730 00000000000000000004d84d1f1ac10ba0355c60cb6d0f0c5001648477113c9a 1.63 MB 2,569 20
811,729 811,729 0000000000000000000001753063c8733c52a746def8597f9008afec008bae42 1.55 MB 3,317 27
811,728 811,728 000000000000000000045fa6b5f4d35115587c84d75ab976b0ad79bbb8182f1f 1.35 MB 1,217 9
811,727 811,727 00000000000000000001ddb29daed91249c6fa139b8e410136dc63b2abcd6ab8 1.42 MB 1,807 13
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.