Memory Pool Memory Pool Refreshing

7,142 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,949 (757,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,478 150,478 00000000000003badbc96815105cdf86efeee2b5fbdb80651412231e134a20ae 0.00 MB 15 39
150,477 150,477 00000000000004cf312a681c426b127b9250f14654a8047dfa5df33347ead1d1 0.00 MB 14 30
150,476 150,476 00000000000003f44d28c59d26b0e282dc31313b778fff512fdddad25003f4dd 0.03 MB 97 208
150,475 150,475 000000000000062a58484fc1cee2488a212ba9ab3e5e6be21c98bceec1e735ed 0.03 MB 75 300
150,474 150,474 0000000000000a5cbe161fc7518281b24f3a6e11c3941cd54ccc18b57908776b 0.05 MB 154 84
150,473 150,473 000000000000077324970193844a883e4916742dcf6e3668c2ef52b9dac512b4 0.04 MB 90 158
150,472 150,472 0000000000000489b4bc720676e132b4a8204db3ce89b7d06c392078e15188ae 0.00 MB 1 0
150,471 150,471 000000000000020bdfd38767f4dba42584fc10f241b2a25a7f07051ee13cdae3 0.01 MB 20 42
150,470 150,470 00000000000008bb56c939606a71d449077b4d4bbf7efd8fa38f27904c622960 0.05 MB 98 247
150,469 150,469 000000000000037568f9b8b69fb9d6ade848d0280c1c3ec31a354dff825ac456 0.00 MB 14 38
150,468 150,468 0000000000000070f9bf8bdc5aa7fcb25929c026a50429d8022dda83c10328ef 0.02 MB 43 378
150,467 150,467 000000000000021377f7b7ac289734f8af5bce4761753f8c79c8b163256bdefa 0.03 MB 60 374
150,466 150,466 000000000000030b1b6afa48fc465805957b6bbbc47591d05ec2753ffab1153e 0.04 MB 92 30
150,465 150,465 0000000000000b03385068e48f6a17cbfba1553379d95778acbcec88ff77bebd 0.00 MB 13 435
150,464 150,464 00000000000000ea9ac9eea01ba0b8990e94ee0d2ecaef2e1f43c90f314eab72 0.01 MB 30 111
150,463 150,463 000000000000020bdf1fd507f3ed72ef7708d72a399127943aff639938d87914 0.05 MB 148 46
150,462 150,462 0000000000000b412692731ac41ec491a4a42b02507bac351950fa370d256b81 0.01 MB 29 56
150,461 150,461 00000000000007382c2cd6975894024800190078ba7608d42e3d6713c6bf7238 0.00 MB 2 193
150,460 150,460 000000000000008891464ddaafc6280328d7535252003215bf5b9ba114f43f2c 0.00 MB 9 53
150,459 150,459 000000000000088dea88929b1ac42c849a9084fc8ee488ee2d4d7edb65257e97 0.01 MB 13 24
150,458 150,458 0000000000000164f19d6defe7c501b54fa91e67e545a1139f5f1b67ff104c9c 0.01 MB 21 116
Previous 10 blocks ↓
Total Size: 769.45 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,645.99 GB sent, 95.21 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.