Memory Pool Memory Pool Refreshing

4,073 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,985 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (784,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,663 123,663 00000000000045a2a4eecddde440f1168c449bea9baad84068055d9263438c67 0.02 MB 81 1,579
123,662 123,662 0000000000004444a5c58b18ad9cc5c2e9d2fc35693c35e4a41cc1ae42bc5442 0.00 MB 4 975
123,661 123,661 0000000000004d58a0bc2e5b2f9291ba40cc40948f0a651cf1013bd99031336f 0.00 MB 1 0
123,660 123,660 0000000000005242f502d90e7a0246a06fa978311225e2d921b0290aad36ad08 0.00 MB 5 0
123,659 123,659 0000000000001714338da1fdbb06d2e18abc5d30e8cd997c62715ed7b33ef513 0.00 MB 1 0
123,658 123,658 000000000000503ea58a8d1d9d5c1183013c7dda53c03b9a783edb059bb96dfd 0.00 MB 14 1,085
123,657 123,657 00000000000063f542872b999914768ffc831318ea6aa17cb30b0f8dd33c63b5 0.01 MB 30 0
123,656 123,656 0000000000000ece661d0ff12f9f8e0b5555ae309dedcc8134e0e5aba699948e 0.00 MB 1 0
123,655 123,655 0000000000005edc649a88991ad5b87551143d20ee0810c3157e04d65ba1b0ab 0.00 MB 1 0
123,654 123,654 000000000000306eb572ebdb868c5604b40e99974cdc85a65193ff7add64bccb 0.01 MB 15 582
123,653 123,653 0000000000001e1966af2fc361cfa386e387c15eb6f2683a7f7f6929bd3119b7 0.00 MB 2 0
123,652 123,652 0000000000002904f2d0b00aa3fd857ce041116fc704c45983970491821b6008 0.00 MB 1 0
123,651 123,651 000000000000258c24a5299f4ec3c9b1d820e7401074d2b84e2760551cd63eb5 0.02 MB 32 200
123,650 123,650 0000000000004c65474fe91ff7e917302e7003e1d4a0d351bd378605031dd413 0.00 MB 2 0
123,649 123,649 0000000000003a2c37e042fbfbb4f030fc0254dbf9e487dc2fecce606b16736d 0.00 MB 2 0
123,648 123,648 000000000000426eb5ac223373862fcfe3c5ede119c5f73601df77d68ca0c673 0.00 MB 6 0
123,647 123,647 000000000000354a3ae6234bd0de70988a3d8df4defcda23c4f0aae83eaaba91 0.01 MB 11 379
123,646 123,646 00000000000026b6a12d5fee4260141855b968d8a261571467de40b02da248a1 0.00 MB 10 0
123,645 123,645 000000000000636bc4732da037594d6183fae9e2b13d04f5b3a002c9c4d7daa0 0.02 MB 49 785
123,644 123,644 00000000000030da554ceda20e703290e122a8d82512193fb67a089ed623c8af 0.01 MB 32 425
123,643 123,643 00000000000002ab0203d91b4331f65a893fec1a1a473227d71327bb44f658e0 0.01 MB 14 1,540
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.