Memory Pool Memory Pool Refreshing

6,315 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,103 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (81,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,366 826,366 0000000000000000000340551678b3862b4dd0db0fae10667ec2e0c8d0aefe0f 1.71 MB 4,395 55
826,365 826,365 000000000000000000012ea3b73236c75114556050b6d212cdc7a754d210fa6a 1.71 MB 4,656 43
826,364 826,364 000000000000000000019060afbbe34d43f9a49a9aa02704dd863f6406dd507e 1.46 MB 2,060 49
826,363 826,363 00000000000000000000b33f5dd3da7d221e62f944294b607ca5fe4a2284de19 1.54 MB 2,752 52
826,362 826,362 000000000000000000021804616c04d0292247f15687a3681bf5974175263c1d 1.33 MB 1,764 51
826,361 826,361 0000000000000000000258c5a1488ed756512fcaf6c775f5dc35ed559d77319a 1.11 MB 644 33
826,360 826,360 000000000000000000014d6a62ed7351fb679ca693a47c0b030fe3e6de7b34cb 1.06 MB 416 42
826,359 826,359 00000000000000000000f6bc89ea99dd087aa69c82be6e713c2f888d23496312 1.63 MB 3,140 54
826,358 826,358 0000000000000000000318551ea0641db6f41aafdc9c80190b7a1cc0eecf7300 1.49 MB 2,538 53
826,357 826,357 00000000000000000000efd29532f77f1dbee507bd60f4ea3333ba62b3910d89 1.81 MB 3,245 45
826,356 826,356 0000000000000000000054e044c2d98b04652d2d7f9d6d435d53db3917c01687 1.57 MB 3,146 63
826,355 826,355 00000000000000000000e983b07381216e88142e7dbbef91000b696539f61511 1.55 MB 2,818 57
826,354 826,354 0000000000000000000334cd57909a939b5416dda269c8cb5052758f473a091c 1.61 MB 3,328 75
826,353 826,353 000000000000000000021fc0b889b7f6c6685d2579a1333e71199144f731bee6 1.59 MB 3,279 83
826,352 826,352 000000000000000000033141f8d577ae3bdc8859a60dbdc951cde2ba5a59de6b 1.69 MB 3,274 61
826,351 826,351 00000000000000000000e5114208689c0a62d3fdf1ded3da82da29456a5ca949 1.55 MB 2,790 54
826,350 826,350 00000000000000000000fc418086bc7ad6b8c2dcad8297847df49894f6eaf045 1.55 MB 2,900 102
826,349 826,349 0000000000000000000286652d3228e4c5f4657db28309632202905732aa040f 1.20 MB 1,048 41
826,348 826,348 00000000000000000000c8dd5a33dfb4b67b045a078e06e98fb701c6c809bbe9 1.45 MB 2,292 55
826,347 826,347 0000000000000000000147505b6136b7e234d4d96d2c611af6d47d24ef5901a7 1.45 MB 2,611 58
826,346 826,346 00000000000000000003a7c3c7b1d277646dff98ab6eb4acef404eab2fd68a14 1.63 MB 2,684 59
Previous 10 blocks ↓
Total Size: 769.21 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.37 GB sent, 93.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.