Memory Pool Memory Pool Refreshing

7,543 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,276 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (703,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,093 204,093 00000000000004e31a877bff5f3d80b5daec5c5d3130b1638142ce9b880f5dfb 0.06 MB 127 119
204,092 204,092 00000000000002c2f6aa7016213a7c624432c397c87f289ea6b8cf769f580e06 0.12 MB 168 84
204,091 204,091 00000000000002924b5f51a426400604aea38bb0fb8fd831d2d481774c82fbeb 0.05 MB 53 1
204,090 204,090 000000000000018d309a4d40e9aec5510bd6abffccf29123b85bea335a7bd576 0.05 MB 56 20
204,089 204,089 000000000000003b734948bc381b8495eddbaac255b735674778a8cc1d5c5be2 0.04 MB 52 40
204,088 204,088 00000000000003bf71838593dc42c38f7a5486b00a6b141d14205f791c7afc3f 0.12 MB 278 125
204,087 204,087 00000000000002cb921924cc23d4219e841edfd750a8dac5ec345710fecd1e72 0.07 MB 127 129
204,086 204,086 0000000000000540cc48a9e3b651fbb7d927a294ebc61854631845fc07425d0b 0.00 MB 4 0
204,085 204,085 00000000000003f66979accc507f3fb6b0825a6779796e5d4548aeb99d4e32bf 0.06 MB 92 74
204,084 204,084 000000000000035bec15d85a63bd321d9527c5b053beb96212a62fdf40c6591f 0.11 MB 256 124
204,083 204,083 00000000000003c17b96627f86c33714b282ba13b7c75fed14054087b694ca92 0.17 MB 296 104
204,082 204,082 00000000000003f383828868619720fbe810718de98490c31f85c1e6246828ce 0.04 MB 92 131
204,081 204,081 000000000000038696b70a8799eb2e092558e4b1842693ad48ee1f0f843c63e7 0.04 MB 82 111
204,080 204,080 000000000000003ce08687fb0b5f6c23f6046e7ef4a4a13fef66d7801d4d95a9 0.17 MB 261 89
204,079 204,079 00000000000003552018768e10597b674d54abc5b547de87efab1eeeefb5503e 0.12 MB 314 132
204,078 204,078 000000000000033feaf172b3f610947d287775ff0dc632274b0522ddbea52220 0.04 MB 87 113
204,077 204,077 0000000000000304b1a8939766e0d5083b14c187a5a1d91763d5eb4e1462d967 0.03 MB 92 487
204,076 204,076 0000000000000097d6f3f0f888b03e629997327274dc8b27f1c2698aac53f2a2 0.41 MB 663 88
204,075 204,075 00000000000000825123c555f8b9ddcfbb1b98f2dd5e73a62d0e2590d437322f 0.03 MB 90 163
204,074 204,074 00000000000002f4ad26209ade8196d978c7c0ea9918869d396fb144db2f2aaa 0.04 MB 43 73
204,073 204,073 0000000000000225926b0ed682aa30ba787cbcdfef6ac3e78ff836ba422d6c34 0.11 MB 227 139
Previous 10 blocks ↓
Total Size: 768.95 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,614.23 GB sent, 92.56 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.