Memory Pool Memory Pool Refreshing

3,730 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,715 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (505,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
402,822 402,822 0000000000000000038209386f6a1fd6b77d4679c70bba8758a2aee39d0032c1 0.52 MB 1,202 41
402,821 402,821 0000000000000000054fc443ac44ced6be16f426a8ede1fdb485ed2e0921cb6c 0.98 MB 611 11
402,820 402,820 000000000000000001aeb58941c17e95102f30a6bcfb2dff4aa6d78336686907 0.04 MB 53 29
402,819 402,819 00000000000000000096970fd4f64a14548986a4c20cd67ff7d6eb54bfda3441 0.27 MB 628 55
402,818 402,818 000000000000000006ccb415f6ceb3fefbb3c4e8503a837c84a1790fe39c7aeb 0.18 MB 348 38
402,817 402,817 0000000000000000055bc248bf3d7605fde7d554bb93de2253ed2c37de6f0f15 0.00 MB 1 0
402,816 402,816 000000000000000005e849cd3967532b63151069a75840260a6a897f3f1b7978 0.41 MB 620 42
402,815 402,815 0000000000000000043440ed13bc544270c0ac270ae4f64f8aa868eb5e43f917 0.47 MB 914 41
402,814 402,814 000000000000000001ebab92f193e6ea3a74b14e8122b1ad8f66fc4af7fd63c8 0.66 MB 184 4
402,813 402,813 000000000000000001112f7fa296c8231305100eac53f8621a4f7203e817f4aa 0.45 MB 979 42
402,812 402,812 0000000000000000006e1857e8f4404f670eb9d710ad1377e22c639b005c179c 0.33 MB 569 39
402,811 402,811 000000000000000002bdfe92ce1ff6987aad64ba3f1fcb9607bf1853446c9387 1.00 MB 783 13
402,810 402,810 0000000000000000005d969b091863a0ba7626698659c7751923c1b294822237 0.75 MB 1,756 51
402,809 402,809 000000000000000000ae936ef8d6c312ba6ba407c707d128735337b3b958c0b4 1.00 MB 1,340 28
402,808 402,808 000000000000000005e19bf68693abb24f63fc8a88106f9372437c2dcbddbec4 0.50 MB 1,051 53
402,807 402,807 0000000000000000049c07b7695e335238818d1ae1f816a074cc363d911812cd 1.00 MB 715 15
402,806 402,806 00000000000000000021c1b5bebe0e7e322efc43831ef70c4ee946c6207bec54 0.93 MB 1,403 44
402,805 402,805 00000000000000000619c6ef0f54b0080ff952a59e1087f59e9f85db0432d2ba 1.00 MB 2,267 37
402,804 402,804 000000000000000005bb3045dd15104398608ea43e8b8b45c180546bd57367f0 1.00 MB 2,058 42
402,803 402,803 0000000000000000056d59ed29f5d20d461cc73e2730c11309f7978a759a3b8d 1.00 MB 1,914 54
402,802 402,802 000000000000000001ab4cb53bc6786a295ad3a021307f67f99302e981a0b943 0.99 MB 3,488 75
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.