Memory Pool Memory Pool Refreshing

4,901 transactions
24.41 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,867 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (795,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,178 113,178 000000000000adf584cb4ada65388e50e86866623584e34f605e023fc4db3a6c 0.00 MB 10 0
113,177 113,177 000000000000885af77fded67c1f5c0e34e7f5f6ea6814f0f6e9e6ec19bab94d 0.00 MB 8 0
113,176 113,176 000000000000b225d6fc7163d316a828fc4a1d1148a689d26bf3987b1f81057c 0.01 MB 10 288
113,175 113,175 000000000000b690171232c1b94ff28edb750d1242153fff479109bf969699b5 0.00 MB 10 0
113,174 113,174 0000000000007cd65e225f947b39ad6294828819cfbe5a61346e0ebee577ee5e 0.00 MB 12 351
113,173 113,173 000000000000ae27967869fe606807ea36987af3141d5815be0f310841f022ea 0.00 MB 12 335
113,172 113,172 000000000000c514574c624a0e87dbcd48eb225e32a733f3915eab33d7d17846 0.00 MB 8 658
113,171 113,171 00000000000045e73bbbe2f93802d22dee92670418dbc6c782d005ff10602f80 0.00 MB 12 335
113,170 113,170 00000000000005ba7a7693dbeddb1717b0fa0995a1e6475ca1552dc68bdcdcd0 0.00 MB 10 0
113,169 113,169 000000000000796124edb95bf764944b6edb8f92cfa3de16b020a53d58940220 0.01 MB 25 717
113,168 113,168 000000000000d5e4ac825e30e69414a2b7a4356c121c5ddb42d42053e7cd1e7b 0.00 MB 2 0
113,167 113,167 0000000000002ef4e68b84e1d012fd707c8406c117591073f41bd83d876ede2b 0.00 MB 15 1,224
113,166 113,166 00000000000076e902fa4ee86f5fd7b760d8698c4b5793da27a3d93fc5cb4363 0.00 MB 7 512
113,165 113,165 000000000000aeba679f1d7b419de0a19a6a168d2f5f3b5c5ea69f099f3b437d 0.00 MB 7 396
113,164 113,164 0000000000001f7abd583fd1cc6673b4abd00cf847c4b0cc17f8ea83f870ae1e 0.03 MB 118 150
113,163 113,163 000000000000d86d48e7e5c8e8d95e3d6e42719a458508beda426c169063788b 0.00 MB 11 347
113,162 113,162 000000000000d404f1dd26e20bec1274407944c2b47edc3c9bda17e11046f76d 0.00 MB 8 0
113,161 113,161 00000000000095ec1926b1e6d8195e444e9cde520b27d6487e90bc604fdcb677 0.00 MB 10 0
113,160 113,160 00000000000026f65c734b82b53bd02ec2d2f2406e3a8bd19e85cc34738b53e3 0.01 MB 7 950
113,159 113,159 000000000000d5f17c2c2fc665c28520667b6bf9d72e3c9ea52ea4aed8d077bb 0.00 MB 11 0
113,158 113,158 000000000000b36eea8381371f4fdddeaf7ff5199c23048810197ea4e5f226df 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.03 GB sent, 98.64 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.