Memory Pool Memory Pool Refreshing

9,678 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (171,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,154 736,154 000000000000000000045826e7c5c78a96818de4cd0b558b233a9769559bc055 1.06 MB 441 14
736,153 736,153 00000000000000000006c580bb2479d6a11564417715bbf99cbc6b49b6532ffb 1.33 MB 2,231 21
736,152 736,152 000000000000000000008170cabb21f514e83c17cace7128b834137bbf61185c 1.28 MB 1,955 21
736,151 736,151 0000000000000000000412af428e2250732450b8a9b27e8851ae0b5b8e17f42b 1.10 MB 576 12
736,150 736,150 000000000000000000075b8db7e6468b07eb53cba20031d31c432be74e4ab5bd 1.32 MB 1,513 18
736,149 736,149 0000000000000000000124e7f0b1b25346d44ab65e0f7d4ddac022c017099394 1.41 MB 2,610 26
736,148 736,148 00000000000000000008b84c7ecc168d49eb44460f0406b5226863ed695158b2 1.16 MB 1,082 16
736,147 736,147 000000000000000000010729da3dd3ba1c6a47f32a7c52124537deae131aff58 1.45 MB 2,724 26
736,146 736,146 000000000000000000042f1a8a8c8fcb6b6d006d2440183ac6973e1656d81759 1.34 MB 1,962 23
736,145 736,145 00000000000000000001785690fb1801ea62dd62941fa01018ff36942f55e816 1.38 MB 2,615 31
736,144 736,144 0000000000000000000711eb87aa20eb58c8214abe86dd6e99fda613aabe60fd 1.48 MB 2,608 25
736,143 736,143 000000000000000000035fdb0ece8a699d7bf620ea452ce933238335df0b3c82 1.26 MB 1,494 21
736,142 736,142 00000000000000000003004c148e02bdf6b1eca7365a42aa4df54f8eef55807a 1.18 MB 1,133 18
736,141 736,141 0000000000000000000573c951950e7f761bf70079cf3ae8eec9e6916e1bd0ce 1.26 MB 1,119 20
736,140 736,140 00000000000000000000fc4e3aacc7f55c65ef0e09d9ec2e29a3bfc40c78489e 1.23 MB 977 19
736,139 736,139 00000000000000000001be0a6e184000b0df4985aba9a2df2fe525266cd23f75 1.16 MB 1,005 20
736,138 736,138 000000000000000000050533de43927b87f635a094f3df055a30ebf30c7f70ba 1.08 MB 472 15
736,137 736,137 000000000000000000048adcf4db2239e3ef2d9b6619f94dbb78cd69b254a384 1.15 MB 223 12
736,136 736,136 00000000000000000001d21c8f204a615f6e1e2e58578c3b9fe56038ed6dc36c 1.20 MB 1,442 18
736,135 736,135 0000000000000000000687eb4a38d6a2bb2cf2d3a0078533086334a8b2e5b223 1.11 MB 690 16
736,134 736,134 00000000000000000008d776faf25d979896b4fb71034a4e9e6f20221b195d7f 1.34 MB 1,366 24
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.