Memory Pool Memory Pool Refreshing

4,015 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (812,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,882 95,882 000000000006c84e36a3c8ea2796b6f080e8ea38f9236ea4faca2c4928c9cb74 0.00 MB 3 416
95,881 95,881 000000000000ad006d78ce16595946de37a630a77a83c59527802e9006d65cce 0.00 MB 4 0
95,880 95,880 00000000000252743ccae91ed345149092335a64b7841601ba34453e5da591b1 0.00 MB 2 0
95,879 95,879 0000000000061335e14a6525614de9f02e7e70ee5d65f8a3d0e4d5e05afacda5 0.00 MB 1 0
95,878 95,878 000000000001205ead1e3a934470f8b2e58ffa17e50c1476710ad017edeee113 0.00 MB 1 0
95,877 95,877 000000000000a8ab2ec4cc7e7ef2e6a117db931a906f848e225b0bb4aab473d6 0.00 MB 1 0
95,876 95,876 000000000002755803398c085132db79028d5d58dbc9809efc08d560ad98b978 0.00 MB 4 0
95,875 95,875 00000000000575214bb838b8f8bc3d127fc6161a1e366e7aef06c16716a7e767 0.00 MB 1 0
95,874 95,874 0000000000061e211ebbdd56fbaeb207c3e06ac3bb365ce8889e5b978a3acc6b 0.00 MB 1 0
95,873 95,873 000000000002ed655f001e4ac3a13a02aa5746ac24445704d8efdbd50e300eb4 0.00 MB 1 0
95,872 95,872 000000000003af408f59d660ce3938d88e191344add325c515882e4a4a903ccb 0.00 MB 2 0
95,871 95,871 0000000000058c3a1af73267f410c5e61dfdf0e53da366ea5ceaf7cd21ad2585 0.00 MB 2 0
95,870 95,870 000000000007dbcfca03c22093bd48ce222231ccc4e7fbd18154dd5db23ea39e 0.00 MB 1 0
95,869 95,869 00000000000574f0cffc6499461461b6f472d9e7c323cca9e4a384b755f165c4 0.00 MB 1 0
95,868 95,868 0000000000034780aee2a811005680cdafb94991f3a7f1271ff765ff58f137ee 0.00 MB 2 698
95,867 95,867 00000000000542d739c1f95584b7577243bd18d0348d8ca3261819c1e2adc16f 0.00 MB 1 0
95,866 95,866 0000000000017f77064e55ca0caf12d384cfe4686d1d6cb1899f845949cfa599 0.00 MB 1 0
95,865 95,865 000000000007b9877875860fa5964a728d1deaa0285c49d22b8f3d383ba1bf56 0.00 MB 1 0
95,864 95,864 000000000007cec5c99b2841095c984b11002a9ab5af1ea6e28f3d9e4c4fd371 0.00 MB 1 0
95,863 95,863 000000000007a56d7db4e6a2987019d40dd548d44f763a3268cd55a59935c38a 0.00 MB 1 0
95,862 95,862 0000000000014a85fbbb49638d9be9fc3497341de387a04c962e711b6a5d5726 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.