Memory Pool Memory Pool Refreshing

10,765 transactions
5.43 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,583 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,868 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,582 (710,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,579 191,579 00000000000000f50a7b03f0dda9c8d0deefdb09c63d9eba935d8b4156ba74f6 0.05 MB 122 1
191,578 191,578 00000000000001a0422267f7dffb63a98cb37323c0faa67e8b4b5e3803e26b05 0.03 MB 29 3
191,577 191,577 00000000000008115290366f6271c1cf71e1450b112cdf3626dbf27802357954 0.06 MB 88 161
191,576 191,576 00000000000003ccde9e2b00528a9c6f9509fb8ea24004bafda4de5ca5dc157a 0.15 MB 351 462
191,575 191,575 000000000000045b2e367af901824d03528cefbdbb5f71fa64e6b8a61509ef09 0.25 MB 726 136
191,574 191,574 00000000000004a9a489614d744ccfa894995fdcd58425abd78285f34a27562f 0.04 MB 90 77
191,573 191,573 00000000000000b06c456ba9a6189aaf7a5ea5018f18fead651a625daf644959 0.03 MB 63 20
191,572 191,572 0000000000000818157ac15e6e2315dd50013fb9a371542e4182e2970fb5209d 0.06 MB 114 72
191,571 191,571 000000000000073924d41a73b31a27a015c31cb28979442e4f9a5f2c8412fa75 0.00 MB 10 0
191,570 191,570 00000000000005a05d41a6e78b2a43ce93468bee45424a0d1d1ec136740628dd 0.25 MB 209 141
191,569 191,569 000000000000079855be7e4f2be1d87299cf60726baad18c293173f4fca69580 0.01 MB 32 0
191,568 191,568 000000000000015dce1ddeeb9e85da4c96b138724fbc2d6d5f50c29208bdc7ce 0.00 MB 8 0
191,567 191,567 00000000000007f512b61495906e7558873a35c88d93767a00b1a18f347431e0 0.01 MB 26 104
191,566 191,566 000000000000003f5416c3c5e57dcebead799f3deffa8c8177b692d98daf4670 0.06 MB 163 109
191,565 191,565 00000000000006316b43780240585c8d96624f8fd081ea58f1f6bf1dd0856910 0.08 MB 141 166
191,564 191,564 00000000000000bd0c876b9c9b85b47dd283766d26fc3c836e532ff7de8bd3d0 0.19 MB 256 75
191,563 191,563 00000000000005443bd012b2882b551378545a83239b34dd024388b64dd0ffb5 0.22 MB 456 128
191,562 191,562 00000000000005da0ef34e257489dd3b01d5032b693c5884ed6717840e0da9f5 0.02 MB 51 18
191,561 191,561 0000000000000123a896ec7255d425494c3ea66cd8783581f2024a3b8377aadb 0.24 MB 335 97
191,560 191,560 00000000000004a599ee712199e9d74ad2786a97c7c02f37a0e77800265465cb 0.00 MB 1 0
191,559 191,559 00000000000002de1fe8d528f1c5e5790d58571646a950bb80117d835ce6a517 0.00 MB 7 60
Previous 10 blocks ↓
Total Size: 758.45 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: 742.60 GB sent, 39.12 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.