Memory Pool Memory Pool Refreshing

9,657 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,113 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,779 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,112 (731,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,191 176,191 000000000000006efabc44f051642eea28540011df645fa98a1f35da739b4d7d 0.05 MB 154 101
176,190 176,190 00000000000005557297694a59fd8c77bb3d0bc22c51a0668eb5ae0391e82a5f 0.02 MB 39 29
176,189 176,189 000000000000088484950399f87458874c1466b245d59dfe676cacc25cb8fcda 0.00 MB 11 51
176,188 176,188 000000000000044d9750ec90668a6345f053ad34979bacb574709626c9995291 0.02 MB 34 341
176,187 176,187 0000000000000691c34c98a101143dd7ab36c7cf1198b0dea056591744a7a119 0.05 MB 96 175
176,186 176,186 00000000000008ff2870a5155b7c458ca3d1e6d3f92de37d908c87f7c46c4db7 0.02 MB 64 2
176,185 176,185 000000000000002954b18396211da39512d32c0c756434bd8b1f971016495fef 0.01 MB 10 8
176,184 176,184 00000000000002e2c5d66071fd0b7de6073d4fe5d6eb253d618d53fe3b71f465 0.04 MB 81 74
176,183 176,183 00000000000002a339921065d9c537c6c49a7ccd6bfafcf82ddfe9210b656ea4 0.04 MB 70 98
176,182 176,182 000000000000051aa166d11de4be3ed0cbaedbbc4d4eb19bcde50d74fdac5b87 0.01 MB 28 57
176,181 176,181 00000000000005c22a98e9a808f12ce92453aaf01a23800df1c293c972529564 0.04 MB 56 81
176,180 176,180 000000000000070f2ac8ade28f0a743a09c48667ee42c1b60efd8d655c48a471 0.05 MB 140 186
176,179 176,179 000000000000088821ad941446e12fcded7d48434e88894d264bf3dec5c9c3aa 0.05 MB 131 407
176,178 176,178 0000000000000733b65547ee4e3279dd402141c0b30abe2065d0fdef45e8657a 0.06 MB 90 88
176,177 176,177 0000000000000914a21be54c9c4fae21e1a347e58580b654e727dd3a0ca154ea 0.05 MB 123 158
176,176 176,176 00000000000003f469dbdb4666fd243019b9f8ba1e1d6bed2af07c63566d313f 0.06 MB 117 155
176,175 176,175 00000000000009a81943c199726c294a39bf6602de47e18936a449c726997af0 0.06 MB 98 91
176,174 176,174 000000000000076935290e11c51971f4ed36589d429dd4239861330ee25f3c30 0.05 MB 132 88
176,173 176,173 00000000000003a4cd47f37882a4326680604c851014be66d68cd10411806a49 0.05 MB 111 19
176,172 176,172 0000000000000996c46a883f12d59e76f1b7479a742e9623a4d5b5b9687ed6e7 0.04 MB 63 116
176,171 176,171 0000000000000333ad40b2d8b9ec1fd77ebbdb571afac87a0e947b5411142d2f 0.03 MB 61 153
Previous 10 blocks ↓
Total Size: 769.76 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,679.67 GB sent, 96.69 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.