Memory Pool Memory Pool Refreshing

6,089 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,683 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (396,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,900 510,900 00000000000000000055143af42a42a89bbc75c4ca0e742cb55520d9d3e044d6 1.09 MB 1,558 86
510,899 510,899 0000000000000000003806f5b836395f57612b688c362cb585e93c78068d24b8 0.15 MB 267 24
510,898 510,898 0000000000000000002118e1e047019aa7a17f306fad7271c0084a7498ad3dd4 0.33 MB 896 63
510,897 510,897 00000000000000000009ede1f6361614b1a8263345994efad3d87a242d0b8dd5 0.09 MB 197 55
510,896 510,896 0000000000000000003e9fc0cd141b8791114e9f433a107e1525e8a03e33a48b 0.36 MB 623 24
510,895 510,895 0000000000000000005adec392ecfac99931b1cc9fbb9338195e95028e61be8b 1.08 MB 2,026 47
510,894 510,894 00000000000000000035447999f42417273d56347bcd849507732130e9f5a07c 1.07 MB 1,587 29
510,893 510,893 000000000000000000249e39d9da9b33f2e305f515f89c8472ce376a26ff04ba 0.85 MB 432 17
510,892 510,892 0000000000000000003dcd5bdce672eb6d992553e440ba06af56e07e46443ea3 1.07 MB 887 28
510,891 510,891 0000000000000000004f5681dfbdf11426676ad0f9d6a1cbc0e25bec5187dbc3 0.77 MB 188 5
510,890 510,890 000000000000000000230a19ae6ce6a42febf9aff1c0dcc3232b7ed399fa5b21 0.64 MB 1,525 70
510,889 510,889 0000000000000000001f9df8d8a4c4c824607402148124acb276ee64203eac73 0.73 MB 1,639 46
510,888 510,888 00000000000000000024f956db9a05ae1e8e1722b5c6c3316e35a7e160becbe9 0.23 MB 370 80
510,887 510,887 00000000000000000041bb4875d0d25b65edb77a3dac864e5a7c3af70b21ef9c 0.12 MB 259 141
510,886 510,886 00000000000000000022ebcf983b2612ab9c6176845ad949f7b5cc9d4419b97e 0.23 MB 588 64
510,885 510,885 00000000000000000058436b2614fe3b1026d52af58798f47d93fb6683006e87 0.44 MB 1,092 59
510,884 510,884 0000000000000000005385b8ea3537279592f741cf5ffad208d2fa4b220beb29 0.97 MB 2,074 49
510,883 510,883 00000000000000000057763eb6dd28d9fce4017f77471c9db8cb4e9b1db40055 0.02 MB 40 37
510,882 510,882 0000000000000000000fc9e1d91a9de5ccad26275426084f521a1cd8add7e3dd 0.07 MB 145 64
510,881 510,881 00000000000000000000a42b2eb7a16ed4570539a977c594f302fb79afc5acda 0.66 MB 1,379 63
510,880 510,880 000000000000000000218960264abc2855ff0dcfa9888f8a6fa85e08d2ab5cf6 0.71 MB 1,507 50
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.