Memory Pool Memory Pool Refreshing

102 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 82 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (384,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,833 522,833 000000000000000000431b047f1865379f2a231f60ca7ca425cd3cec7d3163c8 1.08 MB 3,166 14
522,832 522,832 00000000000000000005f4b2c560241df9e8e7cd71756ddadcc4e9cede7e19c2 1.17 MB 2,553 26
522,831 522,831 00000000000000000010c76ed0d880a2efbd4e35900924cd65f5f9a6e643411c 1.08 MB 1,829 27
522,830 522,830 0000000000000000002f7fda6b48b6368bf606c8e4f34c99da80bf9e97a0072b 0.00 MB 1 0
522,829 522,829 00000000000000000035f169a5d471710f039995f9afcf84a800b799e4d0180f 1.12 MB 2,755 37
522,828 522,828 0000000000000000002a1f05b0257304424408e2b267a8972e2a984d97f65ab7 1.17 MB 2,798 60
522,827 522,827 0000000000000000002a4ddef1f26563b18e1067e25af10b80d78831bdb00b38 1.23 MB 2,375 27
522,826 522,826 000000000000000000183e30a471d5a77a854efa69b65a525115f2607c8d55cd 1.22 MB 3,243 62
522,825 522,825 0000000000000000002df779b0705147018e34af2b600a5d9c8faa00d929ca64 1.16 MB 2,771 79
522,824 522,824 0000000000000000004392c43cd78123275b6f77f9488f1b06c8c7a392ff8095 1.09 MB 2,188 28
522,823 522,823 0000000000000000003f2e5558db531c2d289cc0fca2520fa5d73d9e2e38ac8f 1.15 MB 2,682 45
522,822 522,822 00000000000000000034516a842c8b3bce88338f9bc53d965ec420870f8ad169 1.10 MB 2,356 51
522,821 522,821 0000000000000000000f7d84ed1afdd345961a0647cb457408935e9a789cc24c 1.30 MB 2,984 34
522,820 522,820 0000000000000000003a2f08d8d5bea6e37ad3f3ce68c78047d783a4e40939b0 1.21 MB 3,164 67
522,819 522,819 00000000000000000030272765d7bd13fcf264503326f55a5e9a4c0b734c1b72 1.14 MB 2,358 95
522,818 522,818 00000000000000000023e1a5634ef8526f29fd13ba462d8c1e23460595615537 1.22 MB 2,839 50
522,817 522,817 00000000000000000004869fc438e1c82e067f2cb6ec73de4023684f85c374be 0.61 MB 1,131 50
522,816 522,816 0000000000000000000263058066cebd1aa57dd0975b19d5ce60f3887f8b41aa 1.04 MB 1,298 4
522,815 522,815 00000000000000000013933821917261971b0e587acdbf1eb08002473b4739fd 1.15 MB 2,224 28
522,814 522,814 000000000000000000062af8e98622f7d1ce83eea4ececa8d7b159be52e93cc1 1.20 MB 2,113 29
522,813 522,813 0000000000000000002c82d62528c5b11f702a6f4188a37a7362695985f48609 1.10 MB 2,466 29
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.