Memory Pool Memory Pool Refreshing

317 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (771,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,734 136,734 00000000000005ce9944230f137a308a1d3acb7ddd8867452a4a22a9ab7a2f82 0.06 MB 158 1,243
136,733 136,733 00000000000008dc00a797fe30597b3eca26b91b098f04b279cdaa9e5fe0c11a 0.02 MB 34 514
136,732 136,732 0000000000000a67f4b74eb29eab1999e3c91a31a37ef40637b46bc6fdd6af3d 0.03 MB 32 159
136,731 136,731 000000000000043f18caf389763b820f517bd0e872c5c1f0619e2354595c832f 0.02 MB 43 247
136,730 136,730 00000000000008a249651a8ec13d0e1f786baaeb9a58e3aeffd424aee2b01696 0.04 MB 76 233
136,729 136,729 00000000000007d9cd4d60a965bcfd2df4118392fcc13349de7097e1d6aa4168 0.00 MB 13 712
136,728 136,728 0000000000000749df467a8edd45bb81d423e5aa72346b89468539a0322f4d65 0.00 MB 14 552
136,727 136,727 000000000000081c5dd7d54a714424780d7b5a4ab707557bf7355a1dddcce81f 0.01 MB 14 124
136,726 136,726 000000000000039266dff936437a1ca5782ddb36f61b69c3da4a0541ef979c68 0.03 MB 62 425
136,725 136,725 000000000000042777261c417ac251394a0f5dbf034dff1e4e0f883f4b8ee231 0.01 MB 51 82
136,724 136,724 00000000000009021d60f10450391bfa41993b5e80c736b04170b3559f5d23de 0.02 MB 63 479
136,723 136,723 00000000000007aa2e998b4d080823e6915d2ec1bfa6e8665cd77a610e82c02c 0.01 MB 10 159
136,722 136,722 0000000000000aa0ffa47b86b6a2dcfb4a4ae5cba63033d257c8e7652d9745eb 0.01 MB 21 305
136,721 136,721 00000000000002e6e7186b5ac3f4e74908287e9f6cead4c54a0473a0566d7b30 0.01 MB 16 170
136,720 136,720 0000000000000379431f49dad76cef8323c74ef90034a0b01b87448ce61ad0c4 0.01 MB 21 196
136,719 136,719 00000000000007bca6947ce1756bfeb9e944baa9d307c4dc7b6029a550cf6683 0.02 MB 51 693
136,718 136,718 0000000000000137ba72d43ef5cb7a597a7e8ad8cf3c9173c1540e36758bbe67 0.02 MB 32 168
136,717 136,717 000000000000010d3e818a1b19c353f340e02746f3c35450652e2998e4a3af34 0.00 MB 4 129
136,716 136,716 00000000000004acf8f579beb24e68417df8628ac7216dbb1036b0adf4721372 0.03 MB 65 357
136,715 136,715 000000000000056751f5c07ec3bd64bc32935f11468df157f597716f8e1e6e5d 0.03 MB 93 40
136,714 136,714 000000000000097aa7de40971feb8e74dc62a13c489415320fcaae50042bdee2 0.01 MB 26 268
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.