Memory Pool Memory Pool Refreshing

5,501 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (22,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,723 884,723 000000000000000000021ba20c4c0d21fa4271e3fd6e9baf303f5f3c2e025dc1 1.75 MB 3,078 2
884,722 884,722 0000000000000000000229a1e6aa9eb88451b3676446e6f3c37b71b8d0661ff9 1.74 MB 1,930 4
884,721 884,721 000000000000000000016fdb502550bab9665d98bb7429cc08a9f56c8fcda3b5 1.72 MB 1,683 4
884,720 884,720 000000000000000000023f7886c8d89bae4f52d0061df09b2a29d2dd9af75517 1.68 MB 2,516 5
884,719 884,719 000000000000000000014f1bd265b5c6579d73da15d9793364a461b7e121189c 1.68 MB 2,385 5
884,718 884,718 000000000000000000023306b98c67611d7e940ed60e1f8c3eebc4a60d4b3475 1.76 MB 2,962 3
884,717 884,717 000000000000000000001f950e40be4f0e505911f7e589dc28db6906b5c60f6c 1.68 MB 2,929 3
884,716 884,716 00000000000000000001cef3cb91adb3d0049b2afba0bcd79f3b5e9feef8598b 1.79 MB 3,140 4
884,715 884,715 000000000000000000017cb5d25881f646ba3266fd775b1813a7cd17e8e3ba03 1.69 MB 2,350 4
884,714 884,714 0000000000000000000258990efe68ef75f2876bd5e6e64cfb96ebcd0ed5fecf 1.66 MB 3,521 5
884,713 884,713 00000000000000000000f84dc8c148e32f30cd86cb5bbbf7b5add1e89d3a352d 1.54 MB 3,238 6
884,712 884,712 0000000000000000000211e644e4903861e2bc3d336d22613373bf886b3e5959 1.64 MB 4,274 6
884,711 884,711 00000000000000000000f3d0f824c872f42d5836c1c7715a0814603ca3b2e666 1.64 MB 3,235 6
884,710 884,710 0000000000000000000003379e5c248fafe1e7d4b49d7b9caf874d055a37a7f2 1.74 MB 2,872 5
884,709 884,709 0000000000000000000202ea6d667ceff23b521f183acca5f3958716fbea5691 1.51 MB 3,734 10
884,708 884,708 0000000000000000000077441f1a008f4d8c3fdb47b15ea590398faae45ef814 1.62 MB 3,490 3
884,707 884,707 000000000000000000013c5406a2e055da292de5c454ba7dd5440d6c4a241e32 1.76 MB 4,837 2
884,706 884,706 0000000000000000000085f24ef38c73d6f2a677a38e2fb7d5b020e11623d028 1.66 MB 3,555 4
884,705 884,705 00000000000000000001e1ae6ffcd002ddcd05be99f76fb1184f76fa22a3e0a0 1.57 MB 4,120 8
884,704 884,704 0000000000000000000235ac8d2ecc12ab24f2f3decf24ed058f57531eaa0b04 1.81 MB 5,097 2
884,703 884,703 00000000000000000000c9143c1c0fc0acc27aebd52a31612ec16ab4b504a6f8 1.86 MB 5,189 3
Previous 10 blocks ↓
Total Size: 768.99 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.52 GB sent, 92.74 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.