Memory Pool Memory Pool Refreshing

4,718 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,071 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (831,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,229 76,229 00000000005969d8431df3ff96cb9fef533252fae1bc5c98e2e5b55ee17f4d7d 0.00 MB 1 0
76,228 76,228 0000000000476baac9bc0613f14c923a6708a02644bc69ae6ea6c158f83b7bc3 0.00 MB 1 0
76,227 76,227 00000000005b3e552e3d867be8ce5a776daea037933ae9a6bda1070b612d3b19 0.00 MB 2 0
76,226 76,226 0000000000089f85ec425383be04c50410974334770388239c2c06ef441d8b17 0.00 MB 3 0
76,225 76,225 000000000039d6ddc8196b3a1f7235c0cd9d6cd1473fdf2d7a0b8a46b6fcfc79 0.00 MB 1 0
76,224 76,224 00000000003fc8145b7c28bfcb72f36f2308744dba3929ce47672bf0190b3e14 0.00 MB 1 0
76,223 76,223 00000000006238bfc57fd62efcea8aff112bed422be7ced9875dab83a747c5b4 0.00 MB 1 0
76,222 76,222 0000000000181132880c6226b3a4a4aa22c243614423e76be4e309d7e8abcee1 0.00 MB 2 0
76,221 76,221 000000000013bb1267fda35653008655abecafba6da8f774cf571670eabb813a 0.00 MB 1 0
76,220 76,220 000000000007f46371f3da5dd3ade20c66b5d0b2905eb0d7bf8a77b2c43badb5 0.00 MB 2 0
76,219 76,219 00000000006f319199adffeef3ce79510082eb07ee275e86e8af070eb925c984 0.00 MB 3 0
76,218 76,218 000000000035bda2dc54748614fa57175b73f732140b5c751ac9dd3105953535 0.00 MB 1 0
76,217 76,217 0000000000074f174ce8d86ad2636d398823ceb6eca8d8cde4099033b93cec1c 0.00 MB 1 0
76,216 76,216 0000000000192cf7f047245758cddf92568c90423425ae239998a9fd114a30c6 0.00 MB 1 0
76,215 76,215 00000000003eeb64d3add6ac96873d3bc53445fe9ef3bb1afee0e0c8cba9e0e1 0.00 MB 2 0
76,214 76,214 00000000003f3088bf0a3f6991ae0adbca356c3a48ce6fba8ffa6329e80dc7fa 0.00 MB 1 0
76,213 76,213 000000000035819a5453581683d36565926e1ede037177b00c8eb0be016cd480 0.00 MB 2 0
76,212 76,212 00000000004bf8524a8f204248a47a156999bffe7503b9355fc6f6356f12ae31 0.00 MB 1 0
76,211 76,211 000000000012f85b7736fe4f669d2329a09ecb1299ea9ed863e75b81f2c3ba22 0.00 MB 3 0
76,210 76,210 000000000003a455840eb118fd4f7bf3266f9294897bef20799d530517dcafb2 0.00 MB 1 0
76,209 76,209 000000000014bb8f96cf7ed666808a75c05aa23161a24e6e8d06d7d1015783f0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.27 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.