Memory Pool Memory Pool Refreshing

2,043 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,035 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (859,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,639 48,639 00000000252e88832e022d87eb1af960b703c95db100b6bad4fa04f3caee8e2d 0.00 MB 1 0
48,638 48,638 000000000c0486807391a9476f0fd662a425165fd588afc33c781419e7c52f2e 0.00 MB 1 0
48,637 48,637 00000000088a8bb76e245efa695546414e96e9562afa3ba5a50e3ef81a091e99 0.00 MB 1 0
48,636 48,636 000000000cab0098b04541e4b7b168e33776222ff4d18521434c4f3b76d5415c 0.00 MB 1 0
48,635 48,635 000000002348fb452d2777ca0957cb8c43f60eeca79053bc12652fa872267992 0.00 MB 1 0
48,634 48,634 000000001d546aca0076667145de3144f8ae1c54a05fed2adb2d0977b26fa7cb 0.00 MB 1 0
48,633 48,633 000000002201753501cbbcf695088947aceb6a6b6a85b8b2c94b03f9598e59cb 0.00 MB 1 0
48,632 48,632 000000001c7e5b9bc7b4044f107dd2e333323b7d37b493ef113fbf09f77203e5 0.00 MB 1 0
48,631 48,631 000000000994e27f352a9b6cdf22539bf24dda9fa5e50bfe53b7fe390401e1b4 0.00 MB 1 0
48,630 48,630 0000000015376d0b12d3e10880bb9dfa111dc638b974b9f6fa6c98412ca97549 0.00 MB 1 0
48,629 48,629 0000000015c3dafef3b3e72200df9430ef7643500c35253f71ae9eccd1da48b8 0.00 MB 1 0
48,628 48,628 000000000938410c016f582079247808996f1d5b036fd6af73a8cd4cce9f109a 0.00 MB 1 0
48,627 48,627 0000000000244875d766cfbfd36844b0516fbb9f82abe63f577a5f9968ba4254 0.00 MB 1 0
48,626 48,626 00000000082fa9c632fa23fcc0b598a80d7aadf5300dcc988ff70a67748888b1 0.00 MB 1 0
48,625 48,625 000000002072ac953d8acc778df09897873a8b8d1e3f689f265751acc848c34a 0.00 MB 1 0
48,624 48,624 000000001b7cc65fd13b9c0c833a768372e94463fb710eec5a0cd32ece9d026f 0.00 MB 1 0
48,623 48,623 000000001fed1f06dc7d67e9f93c999dab062007fbbf1c0f8d0ea5c4801efc18 0.00 MB 1 0
48,622 48,622 00000000249511ee113c2e0ff72cc300b177d075a28f642b4ac8f854028b6e68 0.00 MB 1 0
48,621 48,621 000000000524b860e13342a466aba69601c81ce3e82d5a30c8dcc71c5c0af5db 0.00 MB 1 0
48,620 48,620 00000000210c7d3379da42ff736702d21cd295b7a7a7ef15e70e30e369d5dc54 0.00 MB 1 0
48,619 48,619 00000000075d3c069768bbe79eaa0a4ded6415f1734d38328c4a728d5d2c899f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,842.28 GB sent, 100.38 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.