Memory Pool Memory Pool Refreshing

6,158 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (95,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,892 811,892 00000000000000000001cf1930c524c395135366756abc9de49194638fa379b4 1.35 MB 1,136 13
811,891 811,891 00000000000000000003ad8979ed29f79c47f91bfdad44314d3f68f544dca1b3 1.24 MB 1,249 12
811,890 811,890 0000000000000000000192e87de422ce86a91dec4133d6c1af7fa51f3152bc88 1.20 MB 1,094 12
811,889 811,889 000000000000000000027b2a52025c0c8f4f1b8be1cf0961a88168b9a6808056 1.30 MB 1,035 13
811,888 811,888 00000000000000000002ecf431e602a11c86d7dedd27fecff0b229eeb2ba9fe3 1.16 MB 893 11
811,887 811,887 000000000000000000040acbaeb0629c19cb382a3460e721d1fd6cb6713a0912 1.64 MB 3,298 18
811,886 811,886 00000000000000000000fb89fcc879c8ccca117b218c4311f0b10c9f6dd57aa8 1.48 MB 3,497 28
811,885 811,885 0000000000000000000421a9f1033a548a0b2cb6b19373401ce0cca24d138828 1.51 MB 724 12
811,884 811,884 00000000000000000000508e5f2617285fdd0c81d0defc2ec418f242b1966a7a 1.55 MB 1,934 13
811,883 811,883 00000000000000000004050b2b61963803493dbe4bf134a3abc7784bcc8d7c97 1.27 MB 1,065 11
811,882 811,882 00000000000000000003f86e566cc269a85cebf0ca79ff3e7a04d9889addfe6b 1.34 MB 745 12
811,881 811,881 00000000000000000003771842632b5a9e44e1cd9bc4c97fb1a03ef184084a09 0.00 MB 1 0
811,880 811,880 0000000000000000000190abf51d4d17516ac542e9835d3bd2252e211360d3cf 1.42 MB 3,051 21
811,879 811,879 00000000000000000002dc7710176934950fa5747ca79a8c23e56b2908925d3a 1.42 MB 1,834 18
811,878 811,878 00000000000000000001ae1a54f79911b88c383648d24950424f40b366460e9d 1.54 MB 3,438 23
811,877 811,877 00000000000000000001f7afe681eee11dc98be30ed4e8b9d4a0df546414e1aa 1.47 MB 3,189 22
811,876 811,876 00000000000000000004cfd2a4c8edafac5cbd376023505605c7157eb42f0d8a 1.60 MB 2,941 22
811,875 811,875 000000000000000000021548cdb749ed182ad4666dc54439cbf4aed11504ba8c 1.72 MB 3,174 14
811,874 811,874 00000000000000000004ab836a4b7e77fa9b3b4473cde837f89c9003f957e236 2.20 MB 1,696 17
811,873 811,873 0000000000000000000287e21e7eb3f2f1ca492a558fbf5b7f59033da858f3e0 1.68 MB 3,738 22
811,872 811,872 0000000000000000000188852ce55bb5bdeae70f84e1c24b531e0287fc3b37b2 1.57 MB 3,874 22
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.