Memory Pool Memory Pool Refreshing

3,021 transactions
19.55 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,684 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (908,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149 149 0000000011c8275cbb5dc8010892e10415c9550ed4513945f96452fe38903d93 0.00 MB 1 0
148 148 00000000e7b834752cbd32d559550f71f62b2d23c3facd7b7a4024e5dd3ba835 0.00 MB 1 0
147 147 000000001a7a484e9f1e96f2c103162cc0146ca7ce648c2498726a2dbb51967e 0.00 MB 1 0
146 146 000000006e7fe1ebbae18fd9ea0c8b696f1fec8e5de738ef47af1299374a081c 0.00 MB 1 0
145 145 000000002e76e88e6ca526f324505fae2cc8245af31e92279f031a6019270512 0.00 MB 1 0
144 144 000000007f47b4ef1a99f9a961199a5878852e7695ef07820de4b7fa45bda802 0.00 MB 1 0
143 143 0000000049ec23bf6bfc47b5c8560b15dd52fb57db15ef185d78d4af12871861 0.00 MB 1 0
142 142 00000000d93e4c9b4340fae149648a7abc4c914f95a77458dafe03bc211900a0 0.00 MB 1 0
141 141 00000000a83dac69280eec98d9e650a3c69f0db88a3abf68b4c008b373af0ee5 0.00 MB 1 0
140 140 00000000b09816342f1f080ca651552cd7d5ac3cf23e28ebe1af416ebd3b0395 0.00 MB 1 0
139 139 00000000d8b8cf67b07679b59e46aeaedd7358f0fa70e2ef8ac347fdcb731f1d 0.00 MB 1 0
138 138 00000000499c3e522e95be30db6826524905e3bd95910e8011c4f624e35bd0fa 0.00 MB 1 0
137 137 0000000064cc28514d6152b3c1c111424ad227fadff41da947a99535a83a824a 0.00 MB 1 0
136 136 00000000b8885739dee79a5530ff50fceaea8db5d863507420aa0ef21f84ba79 0.00 MB 1 0
135 135 000000007dabe608fd4225d279d268f431eed773f03d0a524f1cb079989ff93a 0.00 MB 1 0
134 134 000000008b531a4e66ea3065d1f3368f27780b97b5070c1498dc43497a473c3a 0.00 MB 1 0
133 133 00000000f07b7bf9f822bbf60da65ca37459597023c8f128642fec83c13ee9f8 0.00 MB 1 0
132 132 000000007fa3a39f556782005d5f041b9e6e0e8c1bfbbfc9be81437e5537ba17 0.00 MB 1 0
131 131 00000000c022945291aca0d76b730dccbb0161ac83fa86feaea192d5c70cce67 0.00 MB 1 0
130 130 00000000a639917e11de9c36aa5d2e5f3352c2fcef06729ac9540b84837c59a1 0.00 MB 1 0
129 129 000000001884b26b0a2482be00f3dc03131154430462453c7193b6079daaf0eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.