Memory Pool Memory Pool Refreshing

2,418 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,410 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (620,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,800 286,800 00000000000000000f744d59b18215051ee7de538c0acc4903938d1845e3e383 0.35 MB 1,062 53
286,799 286,799 00000000000000002d45a68de8e9494e9763b81d600cf56ded9d2acac471fd07 0.12 MB 290 43
286,798 286,798 0000000000000000af02f8ba2d846f76d662f79108fe684444c8910fe22c3cf6 0.10 MB 134 28
286,797 286,797 0000000000000000f8ea7e515e9fdd82f8ac7b492e81dbe66cf14255b594c8a1 0.29 MB 582 37
286,796 286,796 00000000000000010bb43896b0a56320b4844b519b37f5b5f1e9b415afbb1b56 0.20 MB 301 33
286,795 286,795 00000000000000012cffe57435e9df65b56396c058450b646ad566bd9dc73f4a 0.45 MB 859 34
286,794 286,794 00000000000000005e2c3c36a28779ea8b64c7ed55385b1a2f5c571b1c18a543 0.06 MB 109 38
286,793 286,793 000000000000000096199fdeefac017d5e36c3350c7264562725525bc124e456 0.57 MB 509 21
286,792 286,792 0000000000000000664d35aa6b9512289a5f8a86c9f7b8321de2b2f44c1a5d65 0.35 MB 580 31
286,791 286,791 00000000000000014a2f9d2339d5bddc31cec9308823e077d0f1cfd6681ba996 0.35 MB 553 32
286,790 286,790 0000000000000000ee627b0d0bd4a53f18eca0a908e377a741c90b82d9cbc9fb 0.25 MB 530 31
286,789 286,789 00000000000000013bf06102c213d980248496bbe4d5205e77bcb6b9a7c450ac 0.35 MB 818 37
286,788 286,788 0000000000000000acded2bfd933c60c4fae2d0aef70f54e9a4fe4e65deaddd6 0.50 MB 1,638 72
286,787 286,787 0000000000000001052eeac49de07e163d58c71a191a42bed3b85822a74caa99 0.27 MB 94 12
286,786 286,786 000000000000000117ca2a78e1ff7f0f2d30ffd5b96a2599d4a621f3404400bf 0.35 MB 770 44
286,785 286,785 00000000000000006e9545781708763a39a22b107902b4a88d71aa66388f5664 0.25 MB 736 39
286,784 286,784 00000000000000013ad762e70d0df66352b73b1676a852c994f7085cefda9912 0.06 MB 182 122
286,783 286,783 0000000000000000a5bb00876b1df94aa7d8ccc4ccdcf80e6110fc310866cda0 0.10 MB 84 14
286,782 286,782 000000000000000050ce2ca90ab3a36d9ad03bfe8ea7215235c1af5a25ba7862 0.06 MB 154 34
286,781 286,781 000000000000000030ec32c95a6e0f5777ea4187f0785cc93748252a32c59835 0.06 MB 198 88
286,780 286,780 000000000000000108da1e9ee958e29f48bb7c3fce6dd13f98e894002ea5c6be 0.28 MB 324 21
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.