Memory Pool Memory Pool Refreshing

5,387 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (620,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,109 287,109 0000000000000000621cb299362aab600dfb76b8c9830511812cae5fea081271 0.02 MB 49 46
287,108 287,108 0000000000000001505f2b2f3df0c2e44c029c53aea1d9bd05c55b14d559853a 0.06 MB 135 55
287,107 287,107 00000000000000003b536af1485a8c86cfd2ac8c4d8f194d48295d37466974e7 0.14 MB 219 35
287,106 287,106 000000000000000152b08c3510cfc9f6ffec7f205293ee3e84fbf0f984aa4ce7 0.34 MB 479 27
287,105 287,105 0000000000000000aa74832f56f28f78795a4ac0324477b4692541537352b702 0.25 MB 657 34
287,104 287,104 00000000000000014d6c2cc6c9cb96958ab19f77259879e81e24b058f6e656df 0.06 MB 148 192
287,103 287,103 0000000000000000841b855f2d0b736a4399a672a7557292d91ec9fa752c5c77 0.11 MB 149 30
287,102 287,102 00000000000000004fae65dba13c6f7b8e9766c37c35d0a8e0ebb23a8ef72015 0.18 MB 312 30
287,101 287,101 00000000000000013eabe1750e3519b9257845adde021191ec7852dc5a3b9fa1 0.35 MB 747 39
287,100 287,100 00000000000000003ad8020fe115c2c6dba884d18cdf83c8fcd9e044aede1a84 0.10 MB 83 11
287,099 287,099 0000000000000000f2a0bbe8db835dec7829ead98bbef3ef4c603a05e51c9225 0.35 MB 638 40
287,098 287,098 0000000000000000eac9c4f0788c4b2436ce95ab180f4a1aa42c9e24b696b773 0.35 MB 834 45
287,097 287,097 000000000000000046b0bc90d1ea257b48a280c8c7c6125a379c14342468641c 0.24 MB 247 23
287,096 287,096 0000000000000000e5f90132f805169ad9872133d772c0c2e4e561065aea3c7d 0.25 MB 610 48
287,095 287,095 000000000000000029da9a30b5d9495cb462375f49a9388701c204b0c4cf64ac 0.50 MB 896 44
287,094 287,094 0000000000000001450e46376bd5220c80cae94e9457ae8ebee751d3a4bab5ce 0.50 MB 996 45
287,093 287,093 00000000000000001f2a8974ae934fe70e1bc8037aa45b687b2d5bb17e23f3cd 0.06 MB 126 86
287,092 287,092 000000000000000116f3abab7d0f620f620eae189de29ddb06fe8baae566467a 0.34 MB 594 31
287,091 287,091 0000000000000000d36060aa424ef7b830db264d267a1b69f31d8dca16076553 0.15 MB 347 36
287,090 287,090 0000000000000000401489a5114dc753058ef77222823a599b730cd5a179aedd 0.15 MB 116 20
287,089 287,089 00000000000000008d1eb5aad66959c2f996123fb55b98c8290e15f515871206 0.25 MB 59 13
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.