Memory Pool Memory Pool Refreshing

2,471 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,457 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (805,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,181 102,181 0000000000006b2de5b6b97fab4f813c3b66c2af1a4ffdfba011e3bf540c2d85 0.00 MB 3 0
102,180 102,180 00000000000378e020a064021e390e2265a6982dc073a6d6d05caf3e24b666b4 0.00 MB 2 0
102,179 102,179 0000000000014d0ce9a9c16676dc0d9339b931a3599677e348d1c8a656fa1740 0.00 MB 2 0
102,178 102,178 000000000001f926ec74608951178c254f14463210a4897d74f1ac4b60d5e30c 0.00 MB 2 0
102,177 102,177 0000000000031858cda9e4e40a3da22b906d70206b2e4a3def190d4d232b2b2a 0.00 MB 1 0
102,176 102,176 0000000000021299dfca80c9b22e2f1b499862d84e9db2206ede8f4ba253e0d4 0.00 MB 4 0
102,175 102,175 00000000000089520800d5e0162258a9924be50e88788e8da48a48feee8faba3 0.00 MB 13 0
102,174 102,174 0000000000000515bbd9792e7f9194279f7699ec1083b5f8f376e59ae62b22d5 0.00 MB 12 0
102,173 102,173 000000000002261f419bc4585fc77bd50ca571f17a0711695f25cfbc4c2fa05d 0.00 MB 16 0
102,172 102,172 000000000003a03497f989ad6badbf42075777537d543f485b10b884364700f4 0.00 MB 1 0
102,171 102,171 000000000000d81c6cd9cd7f2b0efa9fc039289b3f9601969138e1de0e312645 0.00 MB 2 0
102,170 102,170 0000000000024f79cd42a6ae3125f4eb6fd5b4cdaaf92544e2ad38d596ca16c8 0.00 MB 2 0
102,169 102,169 000000000001f066d192a866ccf2fab48befec1e5b5b9f5f02ef06f87dee69f2 0.00 MB 5 0
102,168 102,168 000000000002884a400737d531d970878689ef822b9a8082c27433e27163a197 0.00 MB 6 0
102,167 102,167 000000000002c5e9bd8664cc3b21add0572d83b893b58a01fb97ca6ec245a07b 0.00 MB 6 0
102,166 102,166 00000000000072624e6c7a89cddc4c9477690379d77824d82f2b2b4afd7b79b0 0.00 MB 12 0
102,165 102,165 0000000000023100ef3d05ece932bcfa72af6163085e44a3973759581a939251 0.00 MB 12 0
102,164 102,164 0000000000003b047d30e8832b49b87bd10046115e3a69585422e3e41de792b9 0.01 MB 20 0
102,163 102,163 000000000000e0fd7c93770965cf53e1375e46cc8b979e489628bb31af416d3e 0.00 MB 3 0
102,162 102,162 000000000001f5183608384c6722496e94c8b8c4e8b38297e9a280d4a47dacf7 0.00 MB 6 0
102,161 102,161 00000000000122aa212dc0f410c2b0267d2cd35bb7673c9d8dddf5ed051856aa 0.01 MB 4 14
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.44 GB sent, 93.43 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.