Memory Pool Memory Pool Refreshing

9,887 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,107 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (578,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,739 328,739 00000000000000000f5e68b6bd353a2946ebac062eb0f0a9ba5bf6527aa18c34 0.01 MB 32 57
328,738 328,738 0000000000000000054c3a9501dd8b5a74572a0f36746ccf587241e200078967 0.57 MB 914 25
328,737 328,737 00000000000000000c8f2db1e15930a27ddbeb76a0dd78b58965a59e6feec837 0.22 MB 389 24
328,736 328,736 000000000000000017bbaaaff18ff0048aa7e045d5160d44ce9a7d77f033bb65 0.10 MB 158 15
328,735 328,735 0000000000000000106d702606d149a8255aacfbbd955ecff13c9986b924619b 1.00 MB 1,668 25
328,734 328,734 000000000000000009a11b3972c8e532fe964de937c9e0096b43814e67af3728 0.02 MB 49 19
328,733 328,733 00000000000000000cca48eb4b330d91e8d946d344ca302a86a280161b0bffb6 0.43 MB 779 26
328,732 328,732 000000000000000015ae193af7b77987c8ddd2344a6627aceae86f888983bd9d 0.47 MB 845 27
328,731 328,731 00000000000000000fc162596ce5545eb0831765cdc35d09964382827aa9ebcd 0.32 MB 616 17
328,730 328,730 00000000000000000717206123b46b19f396364ca640adbaa6c3d1ee6cb7a505 0.43 MB 835 29
328,729 328,729 0000000000000000147814710b9ab69dd40ebcb6aceddae1b7def40fa18b4d0b 0.62 MB 1,120 28
328,728 328,728 00000000000000000c40a434ca0570ee79816821d329bbfd4d55b9a2e2177d4b 0.19 MB 193 25
328,727 328,727 000000000000000016222cf2f1bb678cfa2ee8c3d70e5c23e3d9f9d415fc37f7 0.24 MB 387 23
328,726 328,726 0000000000000000030247dfab61d9759f9abe494250a682eedfb5c38acb80d2 0.29 MB 401 19
328,725 328,725 00000000000000000d56a79bf40dbfcd5ab0ae4b521dcee45ba6b8c10de67c85 0.24 MB 512 32
328,724 328,724 00000000000000000f85693d51368498f0debeb5daccca148dd3b4c5ef5db20c 0.65 MB 1,127 30
328,723 328,723 0000000000000000150b45aaa964fbd7463536c28a6cf93061b03be20b0ca39a 0.73 MB 743 16
328,722 328,722 000000000000000001afe1fe2d771e3a3c67796ec5a00bd951a013fb7fba5c62 0.75 MB 1,907 39
328,721 328,721 00000000000000000e41c494dc6920a73f64033413a72bf3c5fa34afb602559a 0.38 MB 618 22
328,720 328,720 000000000000000013860a4d3dc7a36de9cb92dd84c814739b020c53f2bb9f87 0.75 MB 1,482 26
328,719 328,719 0000000000000000156f63028af57b53162acd618a79d4ba2b283c4ae847a585 0.35 MB 933 38
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,625.67 GB sent, 93.04 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.