Memory Pool Memory Pool Refreshing

1,546 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (222,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,590 685,590 00000000000000000007ca03e55f1904423c67a672cf45b7d77f4a14a927c01f 1.57 MB 1,739 19
685,589 685,589 0000000000000000000b19d11b11a4fcbfadf4007dabd65dcdcae71dcb29eb60 1.15 MB 888 70
685,588 685,588 000000000000000000049dd7037f320a667c6292aa16fd3864423bc7f30d557c 1.82 MB 157 3
685,587 685,587 00000000000000000008eee28633aa16b3111c51b823dcac51533ba0663c9a53 1.40 MB 1,804 20
685,586 685,586 00000000000000000004dfc851af3d004f2ac82c5ff48ca9d2b95a5198b7b06b 1.55 MB 2,000 52
685,585 685,585 0000000000000000000b8282ba446bb2e14c8d051c14e54653b6b0cbf16954fa 1.78 MB 532 11
685,584 685,584 00000000000000000005a579f60ebb7c578e137646c5635332d2dc3ddf43f2ee 1.82 MB 123 2
685,583 685,583 000000000000000000065ae3ac7d6b0e40758e91b75511d2c5b6de825d3ca5bf 1.71 MB 627 10
685,582 685,582 00000000000000000007636e81c3661a4efda31af08dcc2aab57926f5a5247e1 1.65 MB 996 18
685,581 685,581 000000000000000000035f76e02c66aac49cadcfccc09d9c8f0db57df3dcf91b 1.67 MB 894 21
685,580 685,580 00000000000000000004a398bf0ab1f0c0bada8a305dd1cf795c66e68a5f4e7d 1.56 MB 1,156 11
685,579 685,579 000000000000000000041cdf66ceecac96f788bb6cb6f41345d423e5efbdd933 1.49 MB 1,914 25
685,578 685,578 000000000000000000098c436600163b95ebb29faeb5b5a045e9f894281d5117 1.30 MB 1,812 71
685,577 685,577 00000000000000000009eea318441e6bf09e101a1b4be79ba854128766bbdb0b 1.71 MB 670 14
685,576 685,576 00000000000000000005e42b208654120deba03562f1c0eecb9c78f15f2a3a0f 1.58 MB 1,250 24
685,575 685,575 000000000000000000030a2f45e84a3bc44f4097d87242067141f38494417245 1.47 MB 1,275 31
685,574 685,574 00000000000000000004ef732fb941b6edba48a73429669992736f333b1bdecb 1.56 MB 1,326 28
685,573 685,573 0000000000000000000c6a9aef29a43898471e9293b145954e9cf467a9b64701 1.36 MB 1,599 14
685,572 685,572 000000000000000000071a02a769e0d3dd01a527d31d338f2bdd457a6fa91fb5 1.42 MB 2,071 55
685,571 685,571 0000000000000000000be67a4f7a4426c199ac2f7d6ebfa7a5c38aaa98e8f5d6 1.61 MB 1,351 24
685,570 685,570 0000000000000000000390ad746e9a8d0d99c48560095a254cd15b26534eb6da 1.77 MB 524 12
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.35 GB sent, 94.26 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.