Memory Pool Memory Pool Refreshing

6,726 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (733,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,700 173,700 00000000000005a78ce0ea8cf1e2eb570bd3f694233238719e65022842e2643c 0.00 MB 1 0
173,699 173,699 000000000000061b7260a05421f601d42e86532bda395329780a8e35160e28dd 0.00 MB 9 140
173,698 173,698 00000000000005330f25bc6b438848501e5d1c63d9a49329614f5c1577893e40 0.02 MB 72 4
173,697 173,697 00000000000009ae7c79ee5539962fd7408a060f01c9d3784fb4ba72a34c4fe7 0.03 MB 73 108
173,696 173,696 00000000000002b8421114aa8e5b1a572ada6f545e091d464d5b8707de0f3bea 0.07 MB 146 90
173,695 173,695 00000000000005d0694f4e54fd2daad79706a5e358ea3cdd851a633f60ff11e1 0.05 MB 135 223
173,694 173,694 00000000000005f522ef55d886f7d3079b9dac8ccf308f39efb661296500f131 0.00 MB 1 0
173,693 173,693 000000000000094fc1141678a449d024cd92d2c2274b375a18653d518fb44b37 0.00 MB 1 0
173,692 173,692 000000000000075b07cedb3d847b4f03b15099adc132a183b47a9996bee4cb62 0.00 MB 1 0
173,691 173,691 000000000000092071db660d2d35ac1885467502dcc58580c61bc7a00818e9c2 0.00 MB 1 0
173,690 173,690 0000000000000403d626ab4fd0566aef040ce45f01ea2cde6dad8e698e8f7b37 0.03 MB 79 1,677
173,689 173,689 000000000000048f05f1701843d20c2f97b0491bf8b3e3d20527683453a10d2b 0.00 MB 1 0
173,688 173,688 00000000000009f9210bf28dd8b9263918e90d21288fd5dea3a1403147a5ad60 0.00 MB 1 0
173,687 173,687 00000000000009d5f02f86757b451f8417952b07f380aab875dc8e28a6d57e5f 0.02 MB 52 108
173,686 173,686 00000000000006266174feec971b28d999e78db52811244edd599a3f24e1ac14 0.00 MB 3 120
173,685 173,685 000000000000052559cc9c8646d0f7ee7f6ead8db37cd3bbc1b6b0f6aaf419ac 0.03 MB 97 62
173,684 173,684 00000000000001f57a8cc2916ea4f02dbb9ec0f6f272ede3af100128fce60487 0.02 MB 46 163
173,683 173,683 000000000000058b9ebf2c0d40dacae8783e95299d7c536ca60286499467476e 0.03 MB 33 42
173,682 173,682 00000000000008689fc31e9ea66fd69c10a459b5813c50a026f6344f8e81881d 0.03 MB 88 11
173,681 173,681 00000000000007623f74e829f975dc4119c70af0ee7f0304bc63ed3127b6dc82 0.02 MB 51 71
173,680 173,680 0000000000000360200a6d3091a2653f69a3234244766c3b589b7d207a9a9d1b 0.03 MB 42 79
Previous 10 blocks ↓
Total Size: 768.96 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,615.38 GB sent, 92.63 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.