Memory Pool Memory Pool Refreshing

5,603 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (748,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,105 159,105 0000000000000559a96018f229483170894f7936acd516b307152e7b213df0ef 0.00 MB 8 62
159,104 159,104 0000000000000a23ef89f3fec6c9f84bcb479346f6ca41e7c640491420cf4d65 0.00 MB 4 1,126
159,103 159,103 0000000000000912afcbd88a3485d1682c381d8e1a8706a7170db68d5880b1e6 0.00 MB 1 0
159,102 159,102 0000000000000af97f245c379066c88d8134f0982ee3b6e23678eb96a04f2df8 0.00 MB 6 636
159,101 159,101 00000000000004e1753a4456a7963d5fd7a3ce51be349cc4a24eee0ca5e01465 0.04 MB 99 46
159,100 159,100 0000000000000535880ce46cd083e33dde59feb7523a5ca15de39341759f3e40 0.00 MB 6 463
159,099 159,099 0000000000000ca0b9832e9f7c524100898efa4f5c042a7fa06c50ad9643fa1e 0.02 MB 53 157
159,098 159,098 0000000000000af9d8bae7ba6426220a93a1a3039ded95f6477bf3c983c68214 0.00 MB 6 68
159,097 159,097 00000000000001c5c2f5cdb97837992f5cdce924ea63acf27fa5cee6d86c0f78 0.03 MB 79 34
159,096 159,096 00000000000007f86acc312377bc7a7e08c227bd1b552f0e807442cef1412130 0.03 MB 71 254
159,095 159,095 00000000000006672b8f13dc8262610df466681e45d9390c10e2fc7bfbd000ed 0.02 MB 39 42
159,094 159,094 00000000000003135d4da29e158f0684d0365cda3de5ca199e0cb88325ee928e 0.01 MB 27 141
159,093 159,093 0000000000000142746b801aa6e481dea0b0366eadef0ab8f5c84468921e0941 0.01 MB 23 1,008
159,092 159,092 00000000000005f94d995a98468cd5bff8639c08fb795edcc692f26e76f4a636 0.01 MB 20 49
159,091 159,091 0000000000000704ae109a8d4bab166cdf60a1c9fcb696827cde6e6de5513ff8 0.01 MB 5 65
159,090 159,090 0000000000000aa86f145c328bd2287d1335505c8e72e2af4b4164f39e7d1a63 0.01 MB 34 44
159,089 159,089 00000000000003e01ff182114084775e9606e55cd825b6f29a4aa4d3be0ceb9c 0.02 MB 41 107
159,088 159,088 0000000000000945eedeb98bba90d6f0aa21c843e07cf68df835536760e65fc5 0.01 MB 49 50
159,087 159,087 00000000000009a2eba25db904eef43b9177671567b4ab12908e2e81853e5e2f 0.03 MB 97 15
159,086 159,086 0000000000000b937e163ddde7616b1e08afa9aa56c4ea0f05ace18f91396a7b 0.01 MB 29 583
159,085 159,085 0000000000000a8f588dbe7ad810a920e49be5c3b626d2e433b9c5ec96cb6a8a 0.02 MB 54 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.