Memory Pool Memory Pool Refreshing

7,847 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,658 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,112 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,657 (629,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,092 278,092 000000000000000107c79fd580b363ae5674879c4d42f2ef72d1bf2a0e67d308 0.03 MB 68 98
278,091 278,091 000000000000000066f1cb404cb2b7d6e8cc7e98250622d44d6694c1b84cbdb1 0.01 MB 29 43
278,090 278,090 000000000000000136b5be50c0792cc1bcde8e6c7f0822a33b8a89fd7a856e5f 0.00 MB 6 76
278,089 278,089 0000000000000002d59826f4afca8433eb733229a5117e23c2a750b1feb3b319 0.04 MB 115 48
278,088 278,088 000000000000000090fe18d7cfae5cca8dcb0fac5ba7dfe98b703080e3d90f0f 0.03 MB 78 42
278,087 278,087 00000000000000028b7809cd364c6c7125621496cf1c26825e439ba66283eb7e 0.12 MB 277 47
278,086 278,086 00000000000000035cba8569a110d53a075b60336a0063624bc87e9a79924f32 0.02 MB 42 38
278,085 278,085 000000000000000039e97fe14e20c78a97c1f705d5a0b053f0c65213b81b2188 0.01 MB 22 36
278,084 278,084 0000000000000001dfeeff5269d3d4c45aa5dd1c305892555e5fb0cfcdf2d7d6 0.14 MB 260 38
278,083 278,083 000000000000000049023472604dc2289150b6cd85f40eedd180d565c6acd44e 0.03 MB 97 49
278,082 278,082 000000000000000394147e0eb8ccb2bce3c841a1e2293f6c504e64f82e820aa7 0.07 MB 164 40
278,081 278,081 00000000000000017ed874a5e0048ef06c62cc17a608be91210a72b6ccd2d4a3 0.06 MB 147 52
278,080 278,080 000000000000000005959bb0caf763477cc2d6f6162e202569bbfb1c3196d098 0.07 MB 176 48
278,079 278,079 000000000000000309ee3c5a25dfbc96dec030054466c191c53796fae78bbcab 0.16 MB 270 43
278,078 278,078 0000000000000001a1d4519247ace4fbc5a98edd8bfdd8051f30aa848f3d54a5 0.11 MB 255 37
278,077 278,077 00000000000000026573b24917558a3a4e23f833453019bd736ae89d3d903f4f 0.06 MB 145 48
278,076 278,076 00000000000000034c9029f114856c70249fc3c1549f447b222998025bf18be0 0.08 MB 148 68
278,075 278,075 00000000000000031b05d92b6719a0aceb604916ce46e1c6675397494770f54e 0.01 MB 15 28
278,074 278,074 0000000000000001be648fcfd9806451f345f7a9fc62047fcb8d5a963566b854 0.02 MB 51 33
278,073 278,073 00000000000000029156d5706f230f4aadc92cb6ba9022e2f09a332d9b906865 0.02 MB 53 49
278,072 278,072 00000000000000011a3ad8e520c16e8aa777f612b071d61467a93a33e56d1a03 0.10 MB 236 39
Previous 10 blocks ↓
Total Size: 768.90 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,601.44 GB sent, 92.30 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.