Memory Pool Memory Pool Refreshing

12,220 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (830,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,740 76,740 00000000004efb273055f5eb268f94ec13be6d5850daf6c02bd15abc6614a31d 0.00 MB 3 0
76,739 76,739 00000000005c76df9bd7ce06bf4cab1e074e16ddea7d5d772cac4554e0df8654 0.00 MB 2 0
76,738 76,738 000000000007d22f7941652d3ed821c05eaf4116d6e5afbd44260a8f99ae75dc 0.00 MB 2 0
76,737 76,737 000000000061b5f51389b4a62aad5fec890553286096d409cd32224f75aa2502 0.00 MB 1 0
76,736 76,736 00000000003449d88c988d22b40307001db2c79c21f48ae5190fb16b5de6ec65 0.00 MB 2 0
76,735 76,735 000000000026208f1b19d243c324de947d4a5e994ea80c326b1d45fa78adb920 0.00 MB 4 0
76,734 76,734 0000000000467e849f94be4d12a366c992e8af4526bf3fafb941b63b75a4da1d 0.00 MB 2 0
76,733 76,733 00000000005092243684f269c7c3715a3750b54a46379478b3ea19c1be7bf2a5 0.00 MB 1 0
76,732 76,732 0000000000632a51a1cc24a3c6659f4adc425542de2d049488591b167b3ca2d9 0.00 MB 1 0
76,731 76,731 00000000002b65fb75c9bc171dabcf6247dc64fa7d4998eae48e880b0414665e 0.00 MB 4 0
76,730 76,730 00000000004b859517eed7b03744d01ac7cb794b575e4ecf0fd9789e9dec4180 0.00 MB 1 0
76,729 76,729 0000000000344e0c2c85b72891ea4b70c9024d80dc1ccdf466bf5860cab10e16 0.00 MB 1 0
76,728 76,728 00000000000238e6a2f018123c5a0ac33760861873cb210ca02f58ffff385cb2 0.00 MB 1 0
76,727 76,727 00000000002585f4c33fc6b9be1ee02988545204baf4597771dccb8e35877e5a 0.00 MB 1 0
76,726 76,726 000000000064df97c2f2f253e09ffce3aed2363bd91538911538774c2484deb1 0.00 MB 4 0
76,725 76,725 00000000005dce16b92fcf1188c7740d6045fefe4f6743f5c27daf4c658338ec 0.00 MB 2 0
76,724 76,724 00000000003cf84fcbd674d110286d14fbebe9f8a6db6b77a350a2f22bececda 0.00 MB 1 0
76,723 76,723 000000000048b5c0a2641dc58343eab04ce6213ac7cf2b598dc3ed50b96f940f 0.00 MB 1 0
76,722 76,722 000000000050117a49991710fafd1ae26a8cdba5897de6b61b036e5e36d63699 0.00 MB 1 0
76,721 76,721 00000000001ce3635b3d85add2cfa4bce2b57f8d77a870548c70ac96a4cb39bd 0.00 MB 1 0
76,720 76,720 000000000007c6278c64bb35a9db1b0fba8970e74ac7e8a1181530fa05a3b48f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.93 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.