Memory Pool Memory Pool Refreshing

17,943 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (681,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,315 226,315 00000000000002b9066b643d4ce6acf1d37121e838036a7fbd9fd78d520cc3bc 0.04 MB 70 197
226,314 226,314 0000000000000368762f71bf531a29341e1fbd0300296f45f7c49185e791336b 0.10 MB 161 152
226,313 226,313 00000000000003702a15c13af4842713749edc25b395c0d095031818f17b24f9 0.02 MB 55 205
226,312 226,312 00000000000000dbc3a82d7c2ac63646cf3afae281566ac79a431438757972a3 0.05 MB 142 285
226,311 226,311 00000000000003110aab7ae1f52d2db2fed1bfdebc31612c82dbf11d48107563 0.04 MB 106 249
226,310 226,310 00000000000001a3fa60f1b97e93bed5d049ecd40ebad751c8b3cf51b9f4e147 0.06 MB 110 222
226,309 226,309 00000000000001ef4fd98c7f2309518fa0a9b24f8243a9e19d905a86621355d3 0.04 MB 117 22
226,308 226,308 0000000000000186a5011f07d96dc609b6383f4c31deca1a5ad120635feac014 0.05 MB 101 160
226,307 226,307 00000000000002cfcdbd0b24ca1588ebb7b955d6a4c7ceceb47dc687b798d4b8 0.06 MB 135 266
226,306 226,306 00000000000000a2e174b92cd084cafbcb5fd9c7e521540e95916cbd4b1ad777 0.01 MB 10 15
226,305 226,305 00000000000001eb83f6b398c49f337bb51a33e589c317593baa357c87067674 0.08 MB 177 262
226,304 226,304 0000000000000148b36ee7847be14c99c50ff4f1098b0436c4ac15f4954464d1 0.00 MB 4 30
226,303 226,303 00000000000000fdc891ebc284af3644087d429645f74de9009aa7e9eeca8a36 0.02 MB 45 182
226,302 226,302 0000000000000238fc411461e7e8fc6d0877999d9bcc60e44e4637b4f10c6fc6 0.10 MB 249 254
226,301 226,301 00000000000003341850f65d6dd4d88efb7b02c351b82b14c47aac2017234df3 0.15 MB 128 41
226,300 226,300 000000000000024e408ddc2c8990896f011708c933c23c33be0d3ef220780b19 0.07 MB 140 447
226,299 226,299 000000000000017e33cff1ef64e8b2f05ed304321287cc64c91f9527dde7c9a3 0.05 MB 124 202
226,298 226,298 000000000000000af19703826210356b59bd1d2bc7990f1e7ef75d841c0e6e60 0.05 MB 130 300
226,297 226,297 00000000000000b22962b0c1116be5cee7ac19a077772c929893bb6c9faf0aa8 0.01 MB 24 231
226,296 226,296 00000000000000127b71472914d124cef23b7a04498363a70551589873be6038 0.03 MB 73 178
226,295 226,295 000000000000017d40bbe79fc998ed2d9ee59b054e05ce67b01945198ef4a903 0.02 MB 42 262
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.