Memory Pool Memory Pool Refreshing

4,123 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (786,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,766 121,766 000000000000203162fc8a5f550a165ced6f769c4e78dc5d1167464cf0cf7b30 0.00 MB 15 1,008
121,765 121,765 0000000000002bf6c94bb3720b0a974c3a9262925d5cc2eb1c97bb6e8a5c2f35 0.02 MB 32 1,063
121,764 121,764 000000000000104d44000ec2a686a8ce043ad75bb6783dedf2e73f2ed666d773 0.00 MB 11 264
121,763 121,763 00000000000040459d6c90b03d5974c876ad54545d8380be0539ab32a799db4f 0.00 MB 18 0
121,762 121,762 0000000000007f7bd7a43d2724d76558173d442b28dc4890cd247ee7cb49c0c2 0.02 MB 62 1,566
121,761 121,761 00000000000049632b0d246981cf46f65db618df4c8a67173b9fa79f8c3aa3a3 0.00 MB 3 2,446
121,760 121,760 000000000000650fc29df38861cacb4da379cea380b5864c687cf748b22b01f0 0.01 MB 22 455
121,759 121,759 0000000000005e1b2f9adb5bfe3f1c5396e77fc9b8519603311ba02c7e8f64b9 0.00 MB 13 334
121,758 121,758 0000000000003f30013dea3f3623d28baf293fe7d8ffeea5fd10f813a6e1eb51 0.00 MB 10 0
121,757 121,757 0000000000002c4c72d05d2f367158f3bceafc1ea1b8f8aacb25bac49cb1bee9 0.00 MB 13 479
121,756 121,756 000000000000626178f5396b0b286e7cb1ac99161f12355114f1b8053ea8e782 0.00 MB 12 603
121,755 121,755 0000000000008a50d8ba6f86930d0da70fa0140018d80750cb9009c8c9a9920d 0.00 MB 8 0
121,754 121,754 000000000000473b33628cc38af4ff386b379c61b5835f90a25542af3e746858 0.00 MB 7 668
121,753 121,753 00000000000028cddefb3f53132e505485ca0283b45626f4f4d04dbc82da8fb2 0.01 MB 24 385
121,752 121,752 00000000000044afd428a552eb035827c1b972adc3c530167523cbf5859550e4 0.00 MB 10 0
121,751 121,751 0000000000002a0dc6ae90ab90cd5592971b070d5e054a7b673412a3f15d57b9 0.00 MB 8 411
121,750 121,750 000000000000888db0f15adcf8e44aa835a15642b62e51b92251e3b3ecd5b5ec 0.01 MB 10 333
121,749 121,749 0000000000009889d96b623d4fb4a57563935660add410686e4305ab2006bd07 0.00 MB 10 627
121,748 121,748 00000000000010063f2a1dcaf2debacfc54c1730fad4e11ad7f85e415ff40b06 0.00 MB 12 253
121,747 121,747 000000000000659a131326ac0deb312a3b86bdc5b7f964079be7924e26b06e12 0.00 MB 12 0
121,746 121,746 000000000000939e17d0e2035e733e948f0794944d7e828b93944b22f280b4b4 0.00 MB 16 201
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.