Memory Pool Memory Pool Refreshing

7,397 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (68,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,140 839,140 00000000000000000002f8c7296e322aa1daaf71278c8a1bfe3af459738184c9 1.84 MB 2,680 46
839,139 839,139 000000000000000000025cc92e3e8ba8c248f8ade7446c88d78a1c043224e3a8 1.87 MB 3,208 51
839,138 839,138 00000000000000000000c04ac12261e849e47d832faec6d517f7c918641de097 1.83 MB 3,694 37
839,137 839,137 000000000000000000030ed5b37bf63c14bd2a4470115672574ef662b63c1cc7 1.70 MB 3,652 49
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
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.