Memory Pool Memory Pool Refreshing

8,234 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (786,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,707 121,707 00000000000059c690ae9f6fc4af08ac379f9e35d332f17fa9659a07e41df55c 0.01 MB 18 116
121,706 121,706 000000000000133073b80ec3e9622ad4e034582bde31013ada85a884e2c21237 0.00 MB 7 0
121,705 121,705 000000000000254c6d0ecc894eb6a6586507480150f1ed6ab7fb78bd0dd1def2 0.01 MB 8 9
121,704 121,704 00000000000022de8884c33f6fbfcc3803cc1dbb14731a751c51a2d2f12ea363 0.00 MB 10 464
121,703 121,703 0000000000008159d7c631e8451c87b95b32361149ab4b80d4bb5935362c7875 0.00 MB 13 815
121,702 121,702 00000000000072c5ca85bc1a37107e5b9a447728babaef4bd11ffa733c5cbcc0 0.00 MB 9 324
121,701 121,701 0000000000002738a3d2c37eba40eb1a63e7a32421fa4361bf6012c59ff6bdc2 0.00 MB 9 674
121,700 121,700 00000000000016322421acc1f13a3102232128379bef109d10e8e0f7df8e86ec 0.00 MB 12 859
121,699 121,699 0000000000004c01bd06f8c9f763bb36838a86428172decc8806f8df37228c20 0.02 MB 44 376
121,698 121,698 00000000000026899187799b7f1c2dfee3f6e548b93b04941108d9eeb41db221 0.01 MB 6 288
121,697 121,697 00000000000003dca22d2322cff4a772da57bf200e5bf9a7fb4c3b09af7b7117 0.01 MB 9 0
121,696 121,696 00000000000057babe68a5eff9597cbf802da8509afa3a019ed601d3d7f0a5d7 0.00 MB 7 290
121,695 121,695 0000000000006f0c2a404beefb7fa9df7177e7b29f6885b7ee9602835908f2a2 0.01 MB 31 1,014
121,694 121,694 0000000000008ca7f03ab95bffa4918898ea8318adc38e00b0eb1b80a6d8cfa2 0.00 MB 9 0
121,693 121,693 000000000000379d6978aa2fa023ed1efba5d5e88abd049dceb2f244f7fb030f 0.02 MB 36 91
121,692 121,692 000000000000272e7976b240089b8a1f9dfa60b8da7bd9c9d1d949c3e63465e9 0.00 MB 1 0
121,691 121,691 0000000000003a838d05e044ae73aa86bf058bccecd64f49e25e5081e5668179 0.01 MB 11 373
121,690 121,690 000000000000270f7635c0f2b9be65cc7339d10a1f44ae940cd3d2d76878bc34 0.01 MB 11 571
121,689 121,689 00000000000028f21b8abef9152e1c8049414556d22169e2d29088379e55a446 0.03 MB 43 356
121,688 121,688 0000000000003921512244d5b62a07d0ff8e3b41db4c6385789b20abac11b575 0.02 MB 49 479
121,687 121,687 0000000000005534936be696d8e87eecef9e693e665b14d08e48d3ae2c3e5a85 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.