Memory Pool Memory Pool Refreshing

936 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,766 (722,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,453 185,453 000000000000008a30f12c9dc0cffa9a58ba548e3c10d80033c66462c8d3895e 0.29 MB 790 138
185,452 185,452 000000000000093058f05b102ae2eb9f21d4c113c799a0f5f55ee3d92a71c47c 0.25 MB 370 82
185,451 185,451 0000000000000905057239c85325f20298fd259c2f583d5352207c8bfeeddaca 0.01 MB 20 263
185,450 185,450 00000000000007692c24d3bf31f9acbec01f65011e39ece95f1ef611f45f2e0c 0.05 MB 146 85
185,449 185,449 000000000000096dea4914805651ff7f69556ae0bdbd30ddf8110db62ba7e2d1 0.21 MB 531 130
185,448 185,448 00000000000004042fa00ca019a6493ae67a8b90c2f17eb166e5f01301494213 0.02 MB 60 74
185,447 185,447 00000000000004ab0e58530c23391ea92dff4c7288f73de90a1b26dd2425b6b3 0.04 MB 103 102
185,446 185,446 0000000000000073868cb1dc148acb7523999c47b7e445c207feff4c88e7c03b 0.25 MB 383 99
185,445 185,445 0000000000000190622b7109c900b6d3c7bd7d58569a1719babec4102b941130 0.03 MB 100 133
185,444 185,444 00000000000006fa075d27314c312d17247e47b224ff65da60c3d3c84822764c 0.25 MB 707 144
185,443 185,443 0000000000000a5baa2b5d6d51d1f271a929ce0c8234aa82ffdb04025d159013 0.03 MB 72 141
185,442 185,442 00000000000002bd668ab65683797789a0be2106cbb977d66183881f1da100cb 0.05 MB 153 52
185,441 185,441 000000000000015ac5485d290b209e257dfb710683b7e8bfdc7ea8d49b6a825d 0.17 MB 269 89
185,440 185,440 00000000000001f75bb9234882ee3651e46d2527eb4d17125b383c814c1096c2 0.03 MB 66 101
185,439 185,439 0000000000000164308186682cae1cd94a290fcb3db072c4ffab8b6620211045 0.04 MB 65 100
185,438 185,438 00000000000004946f8507c2dbd0f3fd4033cb0c5f542cd306b407d165191a0a 0.02 MB 16 62
185,437 185,437 0000000000000004a1417ece383c84de768e52bb2e532ab827f25c48386db83f 0.22 MB 364 103
185,436 185,436 00000000000000bf42c3bbdd17c814581767caf781da09b5b3b86b7ff3c916a6 0.00 MB 10 0
185,435 185,435 00000000000000ec48bbcbe4e3ef6653839a80f83ec2e0b0ba99abddcf6c0ce5 0.02 MB 58 62
185,434 185,434 0000000000000654395b4facf55735ad7c1bcf6ca0b5a112731d0b13ef5280fc 0.00 MB 15 48
185,433 185,433 000000000000032f279d0930fd2e49ab49848ee8e5541699a61042fdbe0ff025 0.24 MB 368 107
Previous 10 blocks ↓
Total Size: 769.10 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,629.09 GB sent, 93.41 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.