Memory Pool Memory Pool Refreshing

3,504 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (641,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,306 266,306 0000000000000008723ad4672499699aa1c97293874f5c6f0cd59a5b07f41799 0.12 MB 297 99
266,305 266,305 00000000000000008af3e015a29eac9cc48a5792e6d1a8bdfd1694c830c8622c 0.01 MB 27 56
266,304 266,304 0000000000000006516c167d9c08df56653a19aa885eb9c483440ded99b3521b 0.15 MB 59 11
266,303 266,303 000000000000000aa5c55b2dc8a457140661e4e29704d108f9c404ffbf50a8e5 0.15 MB 476 128
266,302 266,302 0000000000000001edf9d3661aca3d30e86ff8835c3e651fb55b5c0291bd5930 0.00 MB 1 0
266,301 266,301 000000000000000675d95bd9391ba13332a3cc42674f28c78329fb2cbe37717a 0.30 MB 663 107
266,300 266,300 00000000000000065d1e171c3a3a1815a5dfbf25fe9c60feebb6bd478f4ec702 0.15 MB 281 67
266,299 266,299 0000000000000006aea3fdcbb66966e0e900b0931f5ed0888a9eff2e13bddb73 0.25 MB 828 186
266,298 266,298 0000000000000009fab2523004f73601a01fa2eb0a7e5df24e8905a7587400d5 0.05 MB 127 83
266,297 266,297 00000000000000014a8a82240b700462cb5d67e33237ca5094b6a230aef87bb7 0.14 MB 100 17
266,296 266,296 0000000000000004e9a677351af9b6693b4eb27a1f7f8a5723be28e888f906cd 0.15 MB 289 77
266,295 266,295 000000000000000104a232ea39b8bbe2236e7b1b0545b61f661b3245e5b6a378 0.17 MB 395 75
266,294 266,294 00000000000000099f8a1d69617d087252be7cfb9c9451dd9e538335c3662d14 0.15 MB 53 2
266,293 266,293 0000000000000001a9db2001d478af81c921b4f43a692cb22acfba7abd699e3e 0.15 MB 225 52
266,292 266,292 00000000000000021ea1eb9b081b96f9ce64a27cde7187fb1f383d315a64de38 0.13 MB 350 77
266,291 266,291 0000000000000000c18b1271f2ecac470438917d0049bbc9c750e4d89f29e521 0.15 MB 347 108
266,290 266,290 0000000000000008e54b944841e235169be97ebd68f31c157c6e7e1a974b42ba 0.27 MB 636 84
266,289 266,289 000000000000000528e47c5a75922e342b6a9aa3fedd62a498f5e97994782b3a 0.13 MB 447 51
266,288 266,288 0000000000000007cd0ddd25cafbf023a35dcde67f64fdca13770cfe0410d41e 0.15 MB 198 38
266,287 266,287 000000000000000a4456f66fbba2f57e82db13ba788c04fd6eaef50e2e111f47 0.01 MB 17 41
266,286 266,286 0000000000000008659f8a5a5e90080478c152951f3c8c6712fbcc8d74c7d105 0.19 MB 419 118
Previous 10 blocks ↓
Total Size: 769.31 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,642.83 GB sent, 94.53 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.