Memory Pool Memory Pool Refreshing

1,388 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,772 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,382 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,771 (68,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,136 839,136 0000000000000000000121674d62baf88e2ebebbe4643dbd60e711e4a6ea48ee 1.76 MB 3,825 64
839,135 839,135 00000000000000000001ee1539e2ba0fd493ba907c7801c93049107df23b230b 1.74 MB 4,372 57
839,134 839,134 00000000000000000002877f9eae766021f8fa734713a9d14dbbb93e6c39d9d7 1.50 MB 3,039 43
839,133 839,133 00000000000000000001f9eab8a2bd95895908d410f5040209a30d1cde5a1a07 1.77 MB 4,496 81
839,132 839,132 00000000000000000001178e218443c59fbfbc4cc9539a1aa7729e85596d9664 1.78 MB 4,541 64
839,131 839,131 0000000000000000000284041e50ff20a866a1943b1b173906637515fcb7746c 1.78 MB 3,950 48
839,130 839,130 00000000000000000001a427c53938f1fd3ac9d1d357d94c345f0de514f6b11e 1.80 MB 3,442 43
839,129 839,129 00000000000000000001de2c3d0c256543740578d2838c1a5427ebfa5782bdb4 1.71 MB 4,217 68
839,128 839,128 0000000000000000000099526976d0f3626bb90e8c5b8683fa7b49685cd02401 2.08 MB 2,750 39
839,127 839,127 00000000000000000002177bcc9ea6bfc0cc39cb858040425a692576558983f5 1.88 MB 3,230 56
839,126 839,126 0000000000000000000039e276c27bb4d5dbd83513e3210368bab3c8354c3f20 1.87 MB 3,030 32
839,125 839,125 000000000000000000017eae06567de1f2f0b841fbb36e175fa647b8b67496e4 1.93 MB 3,676 57
839,124 839,124 0000000000000000000283c6ded5ecb7ec6bbf2f9a8917a1f11f146fe724c336 1.79 MB 3,468 46
839,123 839,123 00000000000000000000db6ddcb68d0c7c2ed62ace93b0a8c4062c9786ac5a7b 1.65 MB 3,637 67
839,122 839,122 000000000000000000022b06203456ae6857934cdc59da1f6f3a45daff7c6e7b 1.69 MB 3,391 55
839,121 839,121 00000000000000000001c7841bb7f0b05962afabbd163b63bd0d8d0a3e25c6f1 1.85 MB 1,752 29
839,120 839,120 00000000000000000000d491947ab9928dca7c35d846868efbf536df30677d04 2.59 MB 1,724 25
839,119 839,119 000000000000000000015188327cd2a7cb0f40aebe961f70ccd71258dc7ee776 2.09 MB 1,690 36
839,118 839,118 00000000000000000002cd0f99e3791e162049da16ae17fcffe082ae83a85311 2.09 MB 2,099 42
839,117 839,117 00000000000000000001b643666b2d98c5ba10938a2ef1df0f2a1b4fa6e374bf 2.12 MB 2,610 43
839,116 839,116 00000000000000000000cac03763eeab5e4c79bbaeaa11feac4380c502aa8c77 2.07 MB 2,348 48
Previous 10 blocks ↓
Total Size: 769.11 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.73 GB sent, 93.46 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.