Memory Pool Memory Pool Refreshing

3,413 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,390 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (164,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,945 742,945 000000000000000000069750bafec1922fc1947d90fd1b092750a139d044a376 1.11 MB 862 8
742,944 742,944 000000000000000000007e5c56b04bf14222e8c90b6155c4a92c51e9032f609c 0.62 MB 787 7
742,943 742,943 000000000000000000060446467112cdafaea009d7ed4a982591b54fa7c86bec 0.75 MB 1,053 17
742,942 742,942 00000000000000000005fc9d935b8f087d743016c4f8b43f5ef4b8f520859649 0.05 MB 114 15
742,941 742,941 000000000000000000079abf2e454eb9803f7ef4c882fdc7d09280b77d21cc17 0.28 MB 418 11
742,940 742,940 0000000000000000000014050a54c4bba4b4da37f26de5393946d4acbed1d2c8 1.31 MB 1,711 11
742,939 742,939 00000000000000000008d54f9d74e8f18ea011a0d471acd04b8119c36dd56a02 1.51 MB 1,751 10
742,938 742,938 000000000000000000062198efba3414a98e7f9c2746e378b400f1f964ba702e 0.21 MB 260 9
742,937 742,937 000000000000000000000dc9ed277faacb4d13c3a4d2551697e1d5dca1ab10f1 1.66 MB 1,908 10
742,936 742,936 00000000000000000002fd502f7f3502eaa20389016d921d63f1df8595455268 1.32 MB 1,270 2
742,935 742,935 00000000000000000001f4a7564e45f626b0cab89c788c2d131737cd6f419508 1.55 MB 2,059 14
742,934 742,934 00000000000000000009052d497156c2d0e7fc7cbccf322390493a34e74105fb 1.27 MB 1,762 14
742,933 742,933 0000000000000000000896006bf4d31a8c85753006974409b255803a186f703c 0.69 MB 1,170 10
742,932 742,932 000000000000000000019d341712a83394510d409f5398721fa9e56de52fdac9 0.98 MB 1,715 11
742,931 742,931 00000000000000000006bca42952a5c5b212d9565a02d8cf6e6edee649ee1a88 0.20 MB 452 10
742,930 742,930 000000000000000000036652197f8912cb57b514f3ee983e911ee96afe08d26d 0.65 MB 1,212 9
742,929 742,929 00000000000000000003426547653125126134bf60fa456e50755aab79e79b2a 0.41 MB 426 8
742,928 742,928 00000000000000000000ee7c12d59b98ca3fdf4cad4c539e065b2e2ad4b05167 1.59 MB 2,284 10
742,927 742,927 000000000000000000055fdfe83ccb519f9317b151999ae487df309a90ccf7db 0.03 MB 65 12
742,926 742,926 00000000000000000004e1e9a627dd8c056e591f453a2b63c26c6971d2cbe827 0.45 MB 715 10
742,925 742,925 000000000000000000002cc2e5d645dc6318d893293a275e8e534f23e02599df 0.50 MB 1,098 12
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.