Memory Pool Memory Pool Refreshing

2,287 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (165,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,666 742,666 00000000000000000008e95cc2dbbaae8554542c327b9ddac8aea60a3b944303 0.19 MB 388 14
742,665 742,665 00000000000000000006d2d882f04f044f5fede6bc92fb35002e5e4650e288e5 0.19 MB 243 13
742,664 742,664 00000000000000000000a08b8477817a6f9686715df34c8ddf70ab1b922a3453 0.19 MB 367 11
742,663 742,663 0000000000000000000764b23611ca80ece711f8d4579321d1132195b7596a41 1.09 MB 1,525 11
742,662 742,662 00000000000000000006abab4d5836f8d6e9bac5e1a28dfaa78988d691298f16 0.75 MB 1,077 18
742,661 742,661 000000000000000000098265ae9bd9ba0ab7a3fe52d655c30b68d2cdc43dacbd 0.30 MB 209 5
742,660 742,660 000000000000000000063aa257761ab7627db5171c466e4b2c1b47c9a06b7e09 0.03 MB 79 20
742,659 742,659 000000000000000000091efc40ff293ca809390982afedb63cacb75d14590ff9 0.37 MB 700 14
742,658 742,658 00000000000000000007772ccde06fb975afe2807b3941c37c29f5209e5d3671 0.89 MB 990 9
742,657 742,657 00000000000000000001214b9da293e0f42be87de8ec82a2d5b1167e01a7c8a8 1.51 MB 2,582 8
742,656 742,656 00000000000000000005275e8374d624e506d971673e06e96f79b5e8e819f2d9 1.42 MB 1,930 16
742,655 742,655 000000000000000000062efaf86616834005cd268833886ffe981386fb5d7572 1.20 MB 1,604 22
742,654 742,654 000000000000000000079209478893d1080103ace2c08ae6078903ca415bbd22 0.17 MB 155 13
742,653 742,653 0000000000000000000074dae09b21eb788a65300fdd229e67fa4d2c0105c342 0.23 MB 292 33
742,652 742,652 000000000000000000082db5a5e1046359ce35eabea5e23e4cf7498046b6c294 0.13 MB 283 16
742,651 742,651 000000000000000000012c54e3d25fcd7305340886a0d4f4517e9c8b87e3fd7f 0.54 MB 1,023 14
742,650 742,650 000000000000000000096f59e39b25a247b443c82a266e5a34cd8e6de7e4cd25 0.90 MB 1,594 15
742,649 742,649 00000000000000000001c5af7f742621b7bb392fbbc1ebf53f91646744345f9f 0.13 MB 259 15
742,648 742,648 000000000000000000049ee82a18a88f19086aa85a1322a3ac11eaf1210c1282 0.99 MB 1,001 9
742,647 742,647 000000000000000000001a6812b10c9606fe84154762d516ae07771d19d32bab 0.31 MB 341 11
742,646 742,646 0000000000000000000412aaf0ec2baf3d772db0b68167564b6da0068f5b9eee 0.02 MB 46 20
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.