Memory Pool Memory Pool Refreshing

3,782 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (620,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,809 286,809 000000000000000118655126bfb29c9b19c42e6d1cdca2a6a7b414ab1a9a3e91 0.35 MB 535 30
286,808 286,808 000000000000000011d4c87a49e32b0a7102baca6de4beafb5f5a68ab89f4f44 0.14 MB 271 36
286,807 286,807 0000000000000001566b5d8ec6c8d1394e010dda3ac56e2bcb8aab42328c614f 0.14 MB 274 29
286,806 286,806 000000000000000073964411264b0551b5034bdcca0c96e5eb1b0d39d4d756bd 0.10 MB 174 10
286,805 286,805 0000000000000000176e48f91912b94339943f91054373d2df52111eb8dc6fa4 0.02 MB 32 29
286,804 286,804 000000000000000085326bc71b1fed827c0fe2a991a507a0a95d817a98713211 0.19 MB 337 32
286,803 286,803 0000000000000000cb7085b8a08c3b10e84aa5bd4efce9495ea26ce43efd9881 0.10 MB 146 19
286,802 286,802 00000000000000002ccd0ec74a46b53915023e80e7e91a33557d481a8ea954ea 0.11 MB 202 22
286,801 286,801 00000000000000008d0582522856f8d77a836cee246eb9432a06ff2cbd84f101 0.35 MB 439 18
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.