Memory Pool Memory Pool Refreshing

4,372 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,705 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (54,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,867 852,867 00000000000000000000a6d0cc650a388937aa1a3ec57221db8869ce5c40f9c3 1.70 MB 3,262 5
852,866 852,866 000000000000000000020898b8d260ee1414015353d2e9e0bef3569d2acca879 1.84 MB 4,848 7
852,865 852,865 00000000000000000001fb357355a0ef924959f8fe3d75d82ac89df6b40880f0 1.68 MB 3,409 10
852,864 852,864 00000000000000000001a666cd80dc37eb11dfd0821a41984e10fcf03f2c450f 1.79 MB 3,975 4
852,863 852,863 0000000000000000000088c45b27ca67eddbd80dcc4a9bf22517f37beced0914 1.83 MB 4,558 8
852,862 852,862 0000000000000000000311f6da74bab94a0473830aaf59e7c2fa646378c7696f 1.47 MB 3,328 11
852,861 852,861 0000000000000000000023883cb174e3935711f6539096b4ddd8bdaabb59ffef 1.79 MB 4,171 10
852,860 852,860 000000000000000000036672edc5a00b114502b2161fa0b83a8935c5f85939ac 1.67 MB 5,944 5
852,859 852,859 000000000000000000028988ab8c1eef1229f13145342f6e9c00c1cff408e5f8 1.71 MB 7,262 4
852,858 852,858 0000000000000000000090dd4eec44607c5f428d7630917d4acacd01ba63f4d7 1.74 MB 4,730 5
852,857 852,857 000000000000000000013e667770e643fcc0fdcd1e007d7c7c3862711372e6c8 1.64 MB 5,288 6
852,856 852,856 0000000000000000000238cfbc29b1e13bb89407fe3f2f24269b28d2f0684111 1.73 MB 4,318 7
852,855 852,855 00000000000000000002f707537940b22520b376e08de6fa42fc5684ea11ba0d 1.76 MB 4,657 10
852,854 852,854 000000000000000000026288c915734a45ac3ff396aa008f654e2e2ec9d990d7 1.48 MB 3,465 10
852,853 852,853 0000000000000000000120e8878d01af407a1f6b266e4b32241a37da3d101ce2 1.67 MB 6,488 4
852,852 852,852 000000000000000000001034d95032338687ce8ad0b991194a6e75b5dbcb6ce6 1.54 MB 6,582 5
852,851 852,851 00000000000000000002a4bd605285cd597542ff1d439f4817588e2251330d1c 1.56 MB 5,999 6
852,850 852,850 000000000000000000009de415c691a11bf343c5a355851fd746ebe39fa190fa 1.59 MB 4,895 7
852,849 852,849 00000000000000000001bf2ef51ff1ba38c6762769d8975f6fa9a07a6f6dd1d0 1.69 MB 6,473 4
852,848 852,848 0000000000000000000109c172e15f0c866fd8f8a2f457b20c6765087cf9db8d 1.60 MB 6,410 4
852,847 852,847 00000000000000000000fa47cf7de928eaf8a99db52378037037e458d7250e5a 1.72 MB 4,798 6
Previous 10 blocks ↓
Total Size: 769.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: 1,628.24 GB sent, 93.30 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.