Memory Pool Memory Pool Refreshing

5,531 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (757,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,113 150,113 0000000000000addcff0ac26bcc03d11f30264065fc8cd8872389f9c26a4316b 0.03 MB 87 148
150,112 150,112 00000000000002384bae6e3b9b97c1dd3f771ee18985588883eaddb86f41679c 0.02 MB 65 153
150,111 150,111 00000000000001305a647fbad22a49c8876307f5953469f2db9c00a2f50d2f97 0.01 MB 39 180
150,110 150,110 00000000000004c6037f73973301100d486a7ee2fe4df9d5c6d9ad688b5661d8 0.02 MB 27 60
150,109 150,109 000000000000007ced6d404b5f16dd7a9893cb76e80184aa60cb90309518c9f0 0.00 MB 12 0
150,108 150,108 00000000000004c500ca5584a869126dfc8a6f5cf3acfa47b7f035b5a1f48d10 0.00 MB 15 62
150,107 150,107 0000000000000a21d81fad59f102368d184a1d26a61f56811f44b0429f64f43e 0.05 MB 145 170
150,106 150,106 00000000000005163d8d16192985a3f2d0f6f44e668ad05b26f7edcd3385a37f 0.00 MB 6 150
150,105 150,105 000000000000034b3712e685db12b9e1b6fd7a08e41260fbe4ea2485d2df9e29 0.01 MB 10 529
150,104 150,104 000000000000049cae475d98b4881623a51d0620e0b270705d11cd6a0ab9a754 0.01 MB 18 295
150,103 150,103 0000000000000a2b3d4ff5c0bdebc8104f6b223b6007600bd5e06197822e1401 0.04 MB 126 115
150,102 150,102 000000000000068be31eff85908a4885a5117d9e8afac799fd335d37c0ea0416 0.00 MB 11 86
150,101 150,101 00000000000006bb4096a302361fbb92df9458d0bf407f09bd0f06f2b6a18cd9 0.02 MB 25 34
150,100 150,100 00000000000000b0fc91f5a86e6a9f9273574a211ede5bb2f58659d6977bd1ed 0.04 MB 109 44
150,099 150,099 00000000000000fc5a5dfebbc40e7d4a78b4afa23c72beb7699873bf094df040 0.05 MB 158 140
150,098 150,098 0000000000000a78f5ffc26876e1b43d73c52be68ecb3f76ae188cbf6c177304 0.01 MB 22 73
150,097 150,097 00000000000004a95d8dd1ff890de49581c7d0c23d4d9b43986a80ed2d848f36 0.01 MB 48 168
150,096 150,096 00000000000003f5676322ee79270a9eb33f788dd079143e33752b4ae40f32f1 0.00 MB 4 141
150,095 150,095 0000000000000602d85be00bf9cee6a6db86a75543f2f3e332c0648bbd991f34 0.01 MB 19 70
150,094 150,094 0000000000000917a2dfaf12183f1b583030d25b97fb4904682c837774d2b55d 0.00 MB 6 81
150,093 150,093 0000000000000932d98f1741c76d4a1de428d9021b2630e6d6a4d2efbe12468b 0.00 MB 13 32
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.