Memory Pool Memory Pool Refreshing

499 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (711,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,889 196,889 00000000000006d3a85406cd277166e087887c9ab2a579101c044db615ff044c 0.13 MB 239 201
196,888 196,888 00000000000004854a03de1d60d5942c6de9fb8eb283830cc2a9f14024a4e19a 0.24 MB 513 179
196,887 196,887 00000000000001bbe9deb0885c532c83075143fb4a0effeb279c20f458038184 0.20 MB 264 104
196,886 196,886 00000000000005b30f8a0d9d9da7f8cb3569230bb52cb54777a0cb5ac3d95d27 0.14 MB 339 160
196,885 196,885 00000000000005ef008045a23c76b9f20cad616625f4052138173b6bfb60a8fa 0.04 MB 112 51
196,884 196,884 000000000000046a546024849e50a338d87d2557f6492656261cb4de9541d6da 0.11 MB 256 135
196,883 196,883 000000000000041c718cd2fa4270ab80c917bb94caa79c84b417b7924a867a68 0.18 MB 476 274
196,882 196,882 000000000000009228ed58b2259fcc83c01a41cf7bebe80b07e40e8bcceeec4b 0.21 MB 512 215
196,881 196,881 000000000000015cf01bf45089a5e92aba5196ad092e058a532d9a0f464a8e06 0.02 MB 52 104
196,880 196,880 00000000000004cc8ddf5472be7c4afddd55bc9677f88ce869924a298820423a 0.04 MB 108 135
196,879 196,879 0000000000000294847fda430c8c5dbac4b9e66db1de27f65e5c886e8e517530 0.09 MB 223 128
196,878 196,878 00000000000001fe5e5aa3fb1d01ec95f94472f14da96443d3c1684700d0fa02 0.08 MB 122 144
196,877 196,877 000000000000038fc36ac195b7a57578e761f1119b82269af44769c88bca2096 0.06 MB 113 274
196,876 196,876 000000000000024c8de303e240ddda8612de3e0fb6d282783ddaff309d50e866 0.13 MB 131 87
196,875 196,875 00000000000001df9fea7bb7e93d9b41554b5e0109cff1873d45de909732bd45 0.25 MB 733 185
196,874 196,874 000000000000062cbcdc2034d76af537be32ab78060c65b5f0371e0e772b683b 0.07 MB 175 816
196,873 196,873 000000000000019e0f9e773f119845416707852e9080eaf1f836e386a81107d0 0.28 MB 1,024 0
196,872 196,872 00000000000005779d5f3fcfef175a05b47a5005c8fc4036bf5a5fb969c72b2c 0.05 MB 107 140
196,871 196,871 000000000000027b1576afe49c5718d8b14ea7eb29a92455294a867c7a13c752 0.04 MB 112 194
196,870 196,870 00000000000003930ef018885a416b6779193bdf66194eb4106066c49b266205 0.25 MB 668 152
196,869 196,869 00000000000002cf4e55c3ff517e61d348327321adced409a9234e5656d31b54 0.00 MB 11 73
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.