Memory Pool Memory Pool Refreshing

7,299 transactions
3.41 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
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (775,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,290 132,290 00000000000010eadb5fe2ea1e5239aeb10924bdabd98c6141007d1a65c21849 0.00 MB 7 527
132,289 132,289 0000000000001210d3d980b55b86a99b787fce106ec6f432dad2e6731bcad4a6 0.01 MB 20 1,390
132,288 132,288 0000000000000ef06ed19ac4bdd3d24852be2bf97c8349abe500b11167a34358 0.00 MB 14 1,155
132,287 132,287 0000000000000d0715aa691af71a98c91a1fb5823ad41f5b3c4df1560166ec50 0.01 MB 16 578
132,286 132,286 0000000000000c6b4ac7bb652b2506ea78f9e058ed7341c18e91310695750973 0.00 MB 5 650
132,285 132,285 0000000000001063141183231b850915d0a2c85a40375637c4e4a98539b15df2 0.00 MB 12 729
132,284 132,284 00000000000011e793015af9a942296914442b5a4891383fb02166b5daed445a 0.01 MB 17 1,729
132,283 132,283 0000000000000aa8074fba5ec791209c4333642569803a574f40847308757eba 0.00 MB 15 221
132,282 132,282 00000000000001f3d7ebee22504b9278dbf4cb233450cf3e047c5c4a801bf7f6 0.00 MB 8 844
132,281 132,281 00000000000004f72941d60e0a2bc0f371d48d3aff20e057e8396dfc82227c3a 0.00 MB 11 1,163
132,280 132,280 0000000000000d44ff2b3ed4e18248d242c5c298bec22b357420b2125553934b 0.01 MB 32 522
132,279 132,279 0000000000000b95df560e42281bdc83bc38daa8990b9c13f080287dd0e6ad28 0.05 MB 108 410
132,278 132,278 000000000000061f20fa496ac8b42bc9d59262bc1902aa65efff791cb394c3d5 0.00 MB 17 840
132,277 132,277 00000000000012827629469468903961ff28fe39a05ce7e92dcd3e5eafdbc297 0.01 MB 23 1,596
132,276 132,276 000000000000090d9331b90840efba1edee4abbbc1e5f8dcda078a5b4fc869ac 0.01 MB 18 603
132,275 132,275 0000000000000a799dd4deb7ebcf15f18c10d2578b47164c7c4f806e07c71bbf 0.01 MB 14 1,080
132,274 132,274 0000000000000e17a563f9c5756350ba1a0c862508bee92aa00a4b695adcd0cb 0.01 MB 25 185
132,273 132,273 00000000000006018288a3a6ded2bc9ca24be38e66fc291f9b232e9d81258e01 0.00 MB 11 1,794
132,272 132,272 0000000000000b4d1a09d9b7699d00ffc5f874d4042a6138f53aa5e4c162ac8e 0.00 MB 10 658
132,271 132,271 00000000000002b704f58daef1ef44b8892bfcc7047acd904067e7ad38f28a7c 0.00 MB 17 984
132,270 132,270 00000000000009d06b5827b01a65f2a528c5034ed7262953ead39251ac33a6e1 0.01 MB 21 168
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.