Memory Pool Memory Pool Refreshing

8,225 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (549,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,282 358,282 000000000000000003c32f64c893b453076f5398a0cf2be9c4c7005976217269 0.20 MB 306 22
358,281 358,281 0000000000000000051c52404f672abac5e8645cfa2f2df86cc8b4708386bb61 0.41 MB 644 33
358,280 358,280 000000000000000012fbf254c28704e67354f8358a03b317db10c7ac26c11896 0.75 MB 1,484 25
358,279 358,279 0000000000000000060654ea5ac567c6b8b49898d056902511c0a9bd33efce62 0.75 MB 1,523 29
358,278 358,278 000000000000000001a0e0e687b40f066847e036726fe38ca66ab3086b240c76 0.44 MB 863 24
358,277 358,277 0000000000000000167b49da9b5303285a90f29b71f78eeba63a6a4e30d733c0 0.05 MB 64 6
358,276 358,276 00000000000000000726ec236b2da3e3809ec85f0d784b94e33edd780ccc4c45 0.31 MB 618 16
358,275 358,275 000000000000000012100238be105c9a28c9aeba19b69f02a35cb3928c277055 0.00 MB 1 0
358,274 358,274 000000000000000000e30a087afc94495907cfc474b2e75132bf7b7966008c9f 0.75 MB 1,551 29
358,273 358,273 0000000000000000022fed9c73d6c1052f919f67291f6c5ed0f8b87ac5f3e1f6 0.48 MB 943 27
358,272 358,272 0000000000000000087144332158f2c713f9337c32a323107e79a7674f3522c5 0.11 MB 217 73
358,271 358,271 00000000000000000535a13d979680367d6ccce753df5300041576f61be00d54 0.21 MB 338 20
358,270 358,270 0000000000000000134d8e2788d8375a4c64268a4072ec0d595f4240e1c319f2 0.68 MB 1,182 30
358,269 358,269 00000000000000000c25335008753c1b02804545ec377030f19c044f1901c28c 0.83 MB 1,443 22
358,268 358,268 00000000000000000df04b5485f3cea68350d013c8ebcceae7a329da29d78103 0.75 MB 1,550 30
358,267 358,267 000000000000000014491062a7446ade69291fc1d6f1a2a6f545e6ea38909423 0.20 MB 466 31
358,266 358,266 000000000000000002c343727e404678a4498e2054fa4a07a0cc91a344219905 0.47 MB 853 26
358,265 358,265 00000000000000000dd2d62fd50436030f0ace55833d48ba89a63e9e30351453 0.11 MB 116 19
358,264 358,264 00000000000000001252bd8d07386d5efa025f5de4283875f6403dd3f714d607 0.75 MB 1,361 29
358,263 358,263 000000000000000016015f5ce2b7978b359759c1399bf6a02434f43a9ef6f15f 0.52 MB 1,049 27
358,262 358,262 00000000000000000661961cd3f2ef70fdb2fb5a3d84b56804a66bfc601ab03d 0.27 MB 595 27
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.