Memory Pool Memory Pool Refreshing

18,324 transactions
5.88 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (6,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,054 901,054 00000000000000000001f1b31998642cdc25d7e6d8282925928d853a40bf5278 1.55 MB 3,652 7
901,053 901,053 000000000000000000005bd84011a1f68d042d514bc679a8626d0adcd9bfcbc8 1.64 MB 3,571 3
901,052 901,052 0000000000000000000127bcb54d1dd20511c5fbae9a1c1cd817d0afe4242f41 1.60 MB 3,439 10
901,051 901,051 000000000000000000021e29ed399e23e1fa5a31929eae31acbd2cba6149e026 1.50 MB 2,785 4
901,050 901,050 00000000000000000000c5a7a4e160f7b9eafc2c6827e9ef62d1d741a7f528cc 1.21 MB 2,427 2
901,049 901,049 00000000000000000000fdd869780f223196e142f08bd65160561f76e7f420e1 1.61 MB 3,512 4
901,048 901,048 00000000000000000000ef87b9c1cacf8d3db6464ee2bc7d9b9eca4e8b54bae2 1.58 MB 2,583 5
901,047 901,047 00000000000000000000873b98bec69fe196a0bf0d3516ae17f2a07abe168f10 1.53 MB 2,442 2
901,046 901,046 0000000000000000000226bea8e8beb39277aac9578546a3188c505671af1a30 1.21 MB 1,143 2
901,045 901,045 000000000000000000018c58f4e923bedec3f9f227e3df3768d359d7b9f3d8c8 1.57 MB 4,189 5
901,044 901,044 000000000000000000001df1bb4f867ec5d469375a6ad4f82cb3da23174bf912 0.17 MB 372 3
901,043 901,043 0000000000000000000147c8d3ece77d6e610037b246591947111d60f65231ae 0.53 MB 737 2
901,042 901,042 00000000000000000001a885493988c157be519b654e9fe535a8d0b396d778c3 0.03 MB 44 3
901,041 901,041 00000000000000000001ffe8c37819e1cc2bdba5add16939fdf0223ec746747f 0.65 MB 1,175 2
901,040 901,040 00000000000000000000a9169dff3eb55e2c0edb6f9be343788fcc4940c43329 0.82 MB 975 2
901,039 901,039 000000000000000000007455425dd4b3051b10ac70314d1e4e75264f843dd53b 0.24 MB 451 2
901,038 901,038 0000000000000000000067fd469a05964f0d50a87d6b7d209eb44845f75bc5c4 0.43 MB 649 2
901,037 901,037 00000000000000000000c58813570db344e5d54763ed4fabc292a6f8feada011 0.07 MB 220 4
901,036 901,036 000000000000000000008bcdec8b63e873dd2b97a378278a66efe01e32ba2308 1.30 MB 2,129 1
901,035 901,035 00000000000000000001bbef5812ad7677fa0404cc4d112e791202bde3c34c96 1.39 MB 2,344 4
901,034 901,034 0000000000000000000121f47a5523eba357480200ee7241c08c4e17560e3422 0.02 MB 52 2
Previous 10 blocks ↓
Total Size: 769.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,624.31 GB sent, 92.99 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.