Memory Pool Memory Pool Refreshing

5,911 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
901,201 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,200 (699,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,622 201,622 0000000000000054553b67f7261cb98c838e3e5118e7e102fb862399ca0a5e98 0.04 MB 57 121
201,621 201,621 0000000000000521fd4096409975e851b68e67f3114a91bc65e7fb34030ed4d1 0.05 MB 85 82
201,620 201,620 000000000000051672cce8ebd3f05c05d3fdacaf2293b5760381c05f020d1245 0.04 MB 117 52
201,619 201,619 000000000000048624ebba57a905fcceca4979080db79c9758ce2e3833b4faa8 0.08 MB 167 128
201,618 201,618 00000000000004c4b76d6eb2cfb994612ee09f5164f191a518fa1314f6cd285f 0.06 MB 188 153
201,617 201,617 00000000000003135298d316ec33c9edc491f83ff85501e73f30e78cbbf6511c 0.04 MB 31 27
201,616 201,616 00000000000000676c8deecf548f325d292cee9502936c6ee98762935b25e86f 0.17 MB 418 233
201,615 201,615 000000000000042f91481e0526c345753c317f88bb24e42e37f1dd09786812db 0.12 MB 285 215
201,614 201,614 000000000000002cb0a9d96dac0fc028ae5a16a38a715463fab81348013ef453 0.16 MB 303 164
201,613 201,613 000000000000035ce65a9835a632d8b66cb504e4bd8ab89409cd9fce1c08f6b8 0.03 MB 101 179
201,612 201,612 000000000000037426a7246229935b67c58e928f166c56620dd0d695922b813c 0.46 MB 955 85
201,611 201,611 00000000000001fa46f8fbbe36d9ac318dc4e7b06895c85f833058fa00162e8d 0.25 MB 509 165
201,610 201,610 000000000000056b448e11784167862f37f24bd39d723d4e22598a1f09d4a5c2 0.17 MB 392 130
201,609 201,609 000000000000023259d0cafecc7b0b648fdaa62bccea661b10267cfff2adc4fe 0.00 MB 5 0
201,608 201,608 0000000000000572ab5b53e264d239ff0079d7a10c6a8decc2a9538f95d4155e 0.08 MB 260 51
201,607 201,607 0000000000000084a2dfb2d6f057b003ff4e4589d47e7cc7f9e35bde982cdae1 0.13 MB 323 126
201,606 201,606 000000000000042be27d600b0f30e34bd82c678180956283d4e808e041b2babf 0.07 MB 116 92
201,605 201,605 0000000000000559b797c6b726cb138715bd86bb2d127abaf2c2efca7a0a45aa 0.05 MB 78 63
201,604 201,604 00000000000004ce019af5b350dd4163749d149becfb13c3c89f07dccace5916 0.00 MB 1 0
201,603 201,603 00000000000002c30d2ca29dd4194ddb85976b84d4593d098c580ddab7c8252e 0.37 MB 896 148
201,602 201,602 00000000000000928c3e5eaa6dbb0a05751c8dfb86bbe0216c2e61bc050c5602 0.19 MB 544 174
Previous 10 blocks ↓
Total Size: 757.93 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: 710.16 GB sent, 36.58 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.