Memory Pool Memory Pool Refreshing

2,835 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,231 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (250,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,805 656,805 000000000000000000063ca9ae88e411e8d9bf457d7cd8b8573eff0ee6c35b9a 1.13 MB 2,926 34
656,804 656,804 00000000000000000001681509376395c8b5bd90000648d3b6f2d3f62e97149e 1.15 MB 3,122 42
656,803 656,803 0000000000000000000c8aaec9a50c8f562e4da6470ca69ad8877ab66c712bf7 1.22 MB 3,010 42
656,802 656,802 00000000000000000003bdb9244e06bb705ee73c89d1cbaf52028c1b5012158c 1.17 MB 2,393 100
656,801 656,801 00000000000000000001a580c880bc9299633d2fd8e364c5beaddd72328b37bd 1.41 MB 1,449 96
656,800 656,800 000000000000000000072ac08a12a19b53e837b6eeaf1fa1bd8d8da0eb6fa30b 1.30 MB 2,933 108
656,799 656,799 00000000000000000009304577e6afb15fe774c74340b9c8305f452de1a7f5bf 1.29 MB 2,446 124
656,798 656,798 0000000000000000000df88dad176d30e576b0ae876e9a2017789b1298542783 1.31 MB 3,018 93
656,797 656,797 0000000000000000000aafd81f4929557ef9c5ef56f522095c1a6bdfa72c3d7d 1.30 MB 2,631 135
656,796 656,796 00000000000000000005b5bd129e14bcacd37ce02eaf18d86768a6917b2bc308 1.21 MB 1,854 117
656,795 656,795 00000000000000000001e784385d3cafca7ec02d43ae34c29c9e9b5f089ae94f 1.28 MB 3,094 139
656,794 656,794 00000000000000000004146fffc1099ee866ab6d34a2cea2d74b67e84f923d4c 1.67 MB 799 190
656,793 656,793 0000000000000000000f539d3baf37ae6e73961bfc72717a9fedbad64cf50eef 1.70 MB 887 197
656,792 656,792 0000000000000000000882b1666dcccdbb2934295cfc7515eede275c631ddad6 1.35 MB 2,801 75
656,791 656,791 0000000000000000000ec771908ff846aa8368fa04e52b657b9d57ad3ddf3221 1.40 MB 2,456 141
656,790 656,790 0000000000000000000bf08ed20db245420ca40ec2eb70fefcf566b146a238c0 1.39 MB 2,540 145
656,789 656,789 00000000000000000004b40af77df704c4a9759daae7dd5a13835b29a7affde2 1.32 MB 2,709 71
656,788 656,788 0000000000000000000ca8e40d4c77c3d2bc52ae9bb3a884946784ea3a70fe78 1.36 MB 2,107 110
656,787 656,787 00000000000000000002faea85222ecabaa8adcad25aa61b4a63f454f57bd426 0.00 MB 1 0
656,786 656,786 0000000000000000000412d261a1d86189ce049b43b77762d0993946338c3ee3 1.32 MB 2,487 50
656,785 656,785 000000000000000000075e89130ee02d766b4ac80c9e419aa632e2b1a3f8166d 1.44 MB 2,488 138
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.